phobos/std
Steven Schveighoffer 3cd7afcb1b Merge pull request #2330 from joakim-noah/strerror_move
Deprecate std.c.string and move its contents to druntime
2014-07-15 16:10:14 -04:00
..
c Deprecate std.c.string and move its contents to druntime 2014-07-13 12:47:26 -05:00
container std.container.array.Array.stableLinearRemove aliases to wrong symbol 2014-07-14 13:44:01 +09:00
digest Remove trailing whitespaces 2014-05-17 15:35:25 +02:00
experimental Fixup spelling mistake. 2014-05-21 22:18:07 +02:00
internal [Fix] Fix property enforcement when using BigInt. 2014-07-09 20:02:00 +04:00
net Merge pull request #1527 from quickfur/post_contentType 2014-07-13 00:40:02 +03:00
windows Move various deprecations along. 2013-12-11 23:44:12 -08:00
algorithm.d Merge pull request #2328 from quickfur/issue10693 2014-07-15 00:06:47 +03:00
array.d Merge pull request #2330 from joakim-noah/strerror_move 2014-07-15 16:10:14 -04:00
ascii.d Minor stylistic cleanup in std.ascii. 2014-05-22 16:08:27 -07:00
base64.d Convert to new alias syntax 2014-02-11 15:27:05 +09:00
bigint.d more operators nothrow 2014-05-28 11:57:22 -07:00
bitmanip.d std.bitmanip: BitArray.opcmp unittest improvements by MartinNowak 2014-06-13 17:31:40 -04:00
compiler.d
complex.d Mark some unittest blocks deprecated to suppress messages during Phobos build 2014-06-29 15:52:06 +09:00
concurrency.d [Trivial] Fix documentation typos 2014-02-28 21:08:19 +02:00
conv.d Start getting tests passing on Android/x86 2014-07-09 17:52:15 -05:00
cstream.d
csv.d Remove use of automatic adjacent string literal concatenation from phobos 2014-01-20 03:42:21 +11:00
datetime.d Deprecate std.c.string and move its contents to druntime 2014-07-13 12:47:26 -05:00
demangle.d Remove trailing white 2014-01-08 08:30:28 +01:00
encoding.d [Trivial] Fix documentation typos 2014-02-28 21:08:19 +02:00
exception.d Deprecate std.c.string and move its contents to druntime 2014-07-13 12:47:26 -05:00
file.d Merge pull request #1653 from denis-sh/fix-bug-7648-comments 2014-07-12 05:17:13 +03:00
format.d Merge pull request #2150 from joakim-noah/android 2014-07-12 04:05:07 +03:00
functional.d Added std.algorithm.safeLess for safe signed/unsigned comparison; rewrote min/max 2014-07-13 13:09:45 +08:00
getopt.d Merge pull request #2072 from burner/getoptx 2014-07-10 15:04:28 -07:00
json.d Merge pull request #2292 from markisaa/constToString 2014-07-05 12:57:22 +04:00
math.d Merge pull request #2133 from jpf91/mingw 2014-07-12 13:18:34 +01:00
mathspecial.d annotate mathspecial functions 2014-05-18 10:37:49 -07:00
mmfile.d Changed tabs to spaces 2014-07-07 09:57:09 +10:00
numeric.d Trivial documentation fix for issue 12557 2014-05-14 15:44:58 +02:00
outbuffer.d OutBuffer is now an OutputRange 2014-03-20 18:19:59 -07:00
parallelism.d Start getting tests passing on Android/x86 2014-07-09 17:52:15 -05:00
path.d Merge pull request #2150 from joakim-noah/android 2014-07-12 04:05:07 +03:00
process.d Deprecate std.c.string and move its contents to druntime 2014-07-13 12:47:26 -05:00
random.d Fix Issue #12835: open lower bound for integral-type uniform() 2014-07-11 23:10:18 +02:00
range.d Start getting tests passing on Android/x86 2014-07-09 17:52:15 -05:00
regex.d Merge pull request #2234 from DmitryOlshansky/regex-reuse-sets 2014-06-08 17:09:56 -07:00
signals.d Update the Qt signals and slots link. 2014-06-22 01:02:30 +03:00
socket.d Deprecate std.c.string and move its contents to druntime 2014-07-13 12:47:26 -05:00
socketstream.d
stdint.d
stdio.d Merge pull request #2330 from joakim-noah/strerror_move 2014-07-15 16:10:14 -04:00
stdiobase.d
stream.d Added unittest 2014-07-11 13:26:17 -07:00
string.d (last)indexOfNeither(index) 2014-07-07 15:03:02 +02:00
syserror.d Deprecate std.c.string and move its contents to druntime 2014-07-13 12:47:26 -05:00
system.d Start getting tests passing on Android/x86 2014-07-09 17:52:15 -05:00
traits.d Revert "Merge pull request #1827 from WalterBright/add-opCmp" 2014-07-09 10:49:55 +09:00
typecons.d Supplemental fix for issue 13074 - revert opEquals and add toHash in std.typecons.Tuple 2014-07-09 13:40:01 +09:00
typelist.d
typetuple.d Convert to new alias syntax 2014-02-11 15:27:05 +09:00
uni.d Fix issue 12455 [reg]Bad lowercase mapping for 'LATIN CAPITAL LETTER I WITH DOT ABOVE' 2014-07-05 02:05:12 +04:00
uri.d Allow mutable char/wchar/dchar[] to be used in std.uri 2014-03-13 02:42:14 -04:00
utf.d Add @nogc attributes to std.utf. 2014-07-13 15:17:51 +04:00
uuid.d Sed "@safe pure nothrow" 2014-05-06 08:21:13 +02:00
variant.d Merge pull request #2330 from joakim-noah/strerror_move 2014-07-15 16:10:14 -04:00
xml.d [Trivial] Fix documentation typos 2014-02-28 21:08:19 +02:00
zip.d Merge pull request #1870 from MartinNowak/fix1832 2014-02-16 21:01:54 +01:00
zlib.d Replace implicit catches of Throwables with explicit catches. 2014-04-21 23:05:50 +02:00