phobos/std
2011-12-28 02:05:40 +01:00
..
c std.socket: Failed reverse lookups return null, not throw 2011-09-14 17:01:46 +03:00
internal Supplemental change of issue 3382 - [tdpl] Implement uniform function call syntax 2011-12-26 22:57:49 +09:00
net Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
windows Move static ctor/dtor into internal module to avoid cycle dependency. 2011-10-03 03:55:51 +09:00
__fileinit.d
algorithm.d Merge branch 'reverse' 2011-12-09 12:02:06 -06:00
array.d Revert "Revert "Merge pull request #284 from 9rnsr/fix6208_on_inout"" 2011-12-15 17:34:09 +09:00
ascii.d Improved module documentation for std.ascii and std.uni. 2011-06-22 21:00:09 -07:00
base64.d Whitespace cleanup. 2011-12-04 09:56:14 +01:00
bigint.d 7078 BigInt.toInt returns a long 2011-12-08 09:24:12 +01:00
bind.d Change struct const member variables to manifest constants. 2011-06-08 03:03:34 +09:00
bitmanip.d Drop unnecessary version statement and use size_t.sizeof * 8 instead. 2011-11-28 10:21:51 +01:00
compiler.d std.compiler: Recognize SDC. 2011-08-22 23:39:30 +02:00
complex.d fix sink to scope 2011-09-05 09:32:29 +09:00
concurrency.d Merge pull request #362 from klickverbot/receive-function 2011-12-18 10:09:20 -08:00
container.d Remove unused, private Array helper. 2011-12-04 09:56:14 +01:00
contracts.d
conv.d Supplemental change of issue 3382 - [tdpl] Implement uniform function call syntax 2011-12-26 22:57:49 +09:00
cpuid.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
cstream.d For propGetSet 2011-12-15 14:55:07 +09:00
csv.d Updated std.csv for -property 2011-12-18 11:26:39 -08:00
ctype.d Removed "scheduled for deprecation" pragmas. 2011-10-23 23:11:17 -07:00
date.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
datebase.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
dateparse.d Deprecated old date/time stuff. 2011-08-09 00:22:39 -07:00
datetime.d Merge pull request #374 from jmdavis/datetime 2011-12-22 22:44:10 -08:00
demangle.d Created std.ascii to replace std.ctype. 2011-06-14 04:06:54 -07:00
encoding.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
exception.d Revert "Revert "Merge pull request #284 from 9rnsr/fix6208_on_inout"" 2011-12-15 17:34:09 +09:00
file.d Versioned some of std.file's unit tests. 2011-12-19 21:08:58 -08:00
format.d Added auto ref to formatElement and formatValue to make them work with non-copyable structs. 2011-12-28 02:05:40 +01:00
functional.d Reduce module dependencies. 2011-09-29 07:09:16 +09:00
getopt.d Unittest for bugzilla 6888. 2011-11-07 08:11:55 +01:00
gregorian.d Deprecated old date/time stuff. 2011-08-09 00:22:39 -07:00
intrinsic.d
json.d Improve std.json documentation 2011-07-26 04:52:41 +03:00
loader.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
math.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
mathspecial.d
md5.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
metastrings.d
mmfile.d Linux build fix, was missing from pull 342. 2011-12-04 21:48:43 +01:00
numeric.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
outbuffer.d extern(C) not needed for vararg 2011-11-26 16:45:26 +01:00
parallelism.d Revert "Revert "Merge pull request #284 from 9rnsr/fix6208_on_inout"" 2011-12-15 17:34:09 +09:00
path.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
perf.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
process.d Fixed documentation for std.process.shell so that it shows up. 2011-12-06 12:39:18 -08:00
random.d Merge pull request #348 from CyberShadow/std-random-randomsample 2011-12-18 03:39:57 -08:00
range.d Update std/range.d 2011-12-05 14:25:29 -05:00
regex.d more stuff and tests on escapes in character classes 2011-12-14 02:43:55 +04:00
regexp.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
signals.d For propGetSet 2011-12-15 14:55:07 +09:00
socket.d Fix for 4251 - assumeUnique cannot receive in char[] 2011-12-15 17:34:10 +09:00
socketstream.d std.socket, .socketstream: Remove ws2_32 notice, a pragma(lib) exists 2011-09-08 14:49:51 +03:00
stdarg.d
stdint.d
stdio.d Hello, world release mode after strip reduced from 700KB to 220KB 2011-12-15 20:40:39 -06:00
stdiobase.d
stream.d Strict @property syntax compliance. 2011-12-04 09:56:14 +01:00
string.d Minor fix to deprecation message on std.string.splitLines. 2011-11-22 19:04:03 -08:00
syserror.d
system.d Adjustments to std.system. 2011-09-03 21:39:35 -07:00
traits.d Merge pull request #350 from shoo/fix6642 2011-12-20 23:13:49 -08:00
typecons.d Reject bad assignment by template constraint. 2011-12-26 01:40:18 +09:00
typelist.d
typetuple.d std.typetuple.isSame fix 2011-11-05 13:57:40 +03:00
uni.d Add comma 2011-09-04 13:29:20 +09:00
uri.d Created std.ascii to replace std.ctype. 2011-06-14 04:06:54 -07:00
utf.d optimize std.utf.decode 2011-11-07 07:16:37 +01:00
variant.d Issue 7070 - can't assign null to Variant 2011-12-10 12:26:48 +09:00
xml.d For propGetSet 2011-12-15 14:55:07 +09:00
zip.d
zlib.d Fix build breakage due to std.zlib changes. 2011-11-06 01:01:31 -08:00