phobos/std
2010-12-29 13:34:45 +00:00
..
c C function pointers -> D syntax 2010-10-02 02:42:48 +00:00
internal/math A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
windows Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
__fileinit.d Fix Windows circular import. 2010-11-11 08:06:35 +00:00
algorithm.d Fix spurious message during compilation of Phobos 2010-12-29 13:34:45 +00:00
array.d Fixed reserve function to use GC.extend when possible. 2010-12-27 19:40:19 +00:00
base64.d Retry Issue 5340 2010-12-10 15:01:25 +00:00
bigint.d Minor ddoc fixes for std.math and std.bigint 2010-11-17 20:42:28 +00:00
bind.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
bitmanip.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
boxer.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
compiler.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
complex.d All of std.complex (except toString()) is now @safe pure nothrow. 2010-11-12 07:53:40 +00:00
concurrency.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
container.d Integrated RedBlackTree by Steven Schveighoffer 2010-12-13 06:44:17 +00:00
contracts.d
conv.d Fixed unlisted bug in readf 2010-12-24 03:05:42 +00:00
cpuid.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
cstream.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
ctype.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
date.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
datebase.d
dateparse.d
datetime.d std.datetime: Added benchmark 2010-09-18 11:04:14 +00:00
demangle.d Changed std.demangle to call core.demangle. This should provide the desired behavior without breaking any user code. 2010-12-23 04:34:41 +00:00
encoding.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
exception.d Made std.exception.pointsTo "@trusted pure nothrow". 2010-11-18 21:26:03 +00:00
file.d Fix Windows circular import. 2010-11-11 08:06:35 +00:00
format.d bugzilla 5371, ambiguous stringnize of class with alias this 2010-12-25 00:42:35 +00:00
functional.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
getopt.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
gregorian.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
intrinsic.d Remove redundant 'nothrow' from each method, the entire file is nothrow. 2010-12-04 08:08:03 +00:00
json.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
loader.d
math.d Check in x86_64 code paths as not implemented yet for the std.math routines that require purity, which isn't provided by the libc versions of the math functions. 2010-12-08 09:23:40 +00:00
mathspecial.d Added std.mathspecial. Only 14 functions are included at this stage. 2010-11-18 19:55:57 +00:00
md5.d
metastrings.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
mmfile.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
numeric.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
outbuffer.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
path.d Fix for bugzilla 2655 2010-09-26 20:02:47 +00:00
perf.d Added std.datetime 2010-09-18 06:20:26 +00:00
process.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
random.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
range.d Retry Issue 5340 2010-12-10 15:01:25 +00:00
regex.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
regexp.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
signals.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
socket.d Fixed static destructor so sockets aren't closed on every thread exit in windows. (see bug 4344 and 4951) 2010-10-19 13:15:30 +00:00
socketstream.d
stdarg.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
stdint.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
stdio.d Fixed unlisted bug in readf 2010-12-24 03:05:42 +00:00
stdiobase.d
stream.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
string.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
syserror.d
system.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
traits.d Fixed the fail of dmd test. 2010-12-25 12:37:48 +00:00
typecons.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
typelist.d
typetuple.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
uni.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
uri.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
utf.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
variant.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
xml.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
zip.d
zlib.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00