phobos/std
2013-04-17 23:12:09 +04:00
..
c Use atomicOp instead of InterlockedIncrement to fix Win64 linker errors. 2013-04-13 19:31:51 +02:00
digest Merge pull request #1256 from redstar/digestcleanup 2013-04-13 10:19:51 -07:00
internal Fix big endian issue in std.internal.math.biguintcore.d 2013-04-07 14:55:29 +02:00
net Use escape sequence for DELETE character. 2013-03-23 17:55:05 +01:00
windows Fixes Issue 9373 - Add deprecation messages to Phobos. 2013-01-23 02:44:08 +01:00
algorithm.d Fix issue 4909 2013-03-10 22:38:25 -04:00
array.d fix Issue 9836 - std.array.popFront does not work with alias this. 2013-04-05 22:33:05 +09:00
ascii.d
base64.d std.base64: Introduce Base64Exception 2013-02-11 17:25:44 +02:00
bigint.d BigInt enhancement: add opCast!bool to BigInt (issue 4120) 2013-03-31 18:54:28 -04:00
bitmanip.d Fix endian issue in std.bitmanip 2013-04-12 07:11:56 +02:00
compiler.d
complex.d
concurrency.d Merge pull request #1176 from jmdavis/deprecated 2013-03-25 03:47:50 -07:00
container.d Remov workaround 8763 2013-02-09 12:21:20 +01:00
conv.d Merge pull request #1181 from monarchdodra/convEscape 2013-03-25 05:10:06 -07:00
cpuid.d
cstream.d
csv.d
ctype.d
datetime.d Remove some undocumented, deprecated functions which are slated for removal. 2013-03-06 22:19:34 -08:00
demangle.d
encoding.d
exception.d Merge pull request #1090 from someboddy/add-ml-style-exception-handling 2013-03-08 15:23:51 -08:00
file.d remove dead code 2013-03-28 15:57:57 -07:00
format.d Remove unnecessary cast 2013-03-19 15:10:26 +09:00
functional.d Remove all uses of std.metastrings.Format. 2013-02-24 18:42:46 -08:00
getopt.d Merge pull request #1050 from AndrejMitrovic/Fix9260 2013-03-08 10:38:55 -08:00
json.d [refactoring] Minor refactoring of std.json. 2013-04-01 17:13:43 +04:00
math.d Make std.math compile on Linux/PPC64. 2013-03-30 14:47:31 +01:00
mathspecial.d
md5.d Merge pull request #1256 from redstar/digestcleanup 2013-04-13 10:19:51 -07:00
metastrings.d Deprecate std.metastrings. 2013-02-24 16:01:36 -08:00
mmfile.d
numeric.d Add workaround for bug 9382, which introduced by fixing bug 5933 2013-01-24 14:28:49 +09:00
outbuffer.d
parallelism.d Braces should be placed their own line 2013-02-24 12:02:44 +09:00
path.d Removed deprecated functions from std.path 2013-03-27 16:23:55 +01:00
perf.d Revert "Merge pull request #1170 from jmdavis/perf" 2013-02-26 01:18:14 -08:00
process.d std.process: Add an additional unit test for escapeShellCommand (issue 9310) 2013-02-25 01:45:54 +02:00
random.d add an overload for uniform!enum that takes a generator 2013-04-06 23:01:37 +02:00
range.d Fixup for cycle RangeError invocation 2013-03-10 22:16:12 +01:00
regex.d fix Issue 9280 2013-03-10 13:03:00 +04:00
signals.d
socket.d Fix mismatched parens in DDoc. 2013-01-06 23:32:52 +02:00
socketstream.d
stdint.d
stdio.d Merge pull request #1139 from monarchdodra/stdio 2013-03-06 20:16:45 -08:00
stdiobase.d
stream.d
string.d Merge pull request #1176 from jmdavis/deprecated 2013-03-25 03:47:50 -07:00
syserror.d Fixes Issue 9373 - Add deprecation messages to Phobos. 2013-01-23 02:44:08 +01:00
system.d
traits.d Fix std.traits.hasElaborateAssign for static arrays. 2013-04-17 23:12:09 +04:00
typecons.d Revert Fix for 7666. 2013-04-05 22:10:23 +02:00
typelist.d
typetuple.d
uni.d Remove some undocumented, deprecated functions which are slated for removal. 2013-03-06 22:19:34 -08:00
uri.d
utf.d Remove all uses of std.metastrings.Format. 2013-02-24 18:42:46 -08:00
uuid.d
variant.d std.variant: Fix "ditto ditto" documentation bug 2013-04-10 13:21:41 +00:00
xml.d
zip.d
zlib.d