phobos/std
2011-05-29 04:49:20 -07:00
..
c https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
internal/math 5285 bigint won't compile in 64 bit 2011-04-30 04:57:52 +08:00
net Cut down to the 120 column limit. Converted tabs to spaces. 2011-04-24 13:00:34 +02:00
windows Added thread-safe (I hope) and Windows 2000-safe support for WoW64 keys. 2011-05-29 04:49:20 -07:00
__fileinit.d add source links 2011-02-26 15:32:21 -06:00
algorithm.d Work around GDC's wrongness w.r.t. function argument evaluation order. 2011-04-27 20:33:22 -04:00
array.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
base64.d add source links 2011-02-26 15:32:21 -06:00
bigint.d add source links 2011-02-26 15:32:21 -06:00
bind.d add source links 2011-02-26 15:32:21 -06:00
bitmanip.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
compiler.d add source links 2011-02-26 15:32:21 -06:00
complex.d Complex: opAssign and opOpAssign return by ref 2011-04-26 18:44:17 +02:00
concurrency.d receive() now works even if thisTid() has never been called within the main thread. also applied use of Duration throughout the receiveTimeout code, since core.sync uses Duration as its native time representation internally as well. 2011-05-04 16:27:14 -07:00
container.d Issue 5792 - Tuple!(real,string) fails (Make Array!hasIndirectionsType works) 2011-05-03 20:38:48 +08:00
contracts.d add source links 2011-02-26 15:32:21 -06:00
conv.d Improvements to std.range and std.algorithm 2011-04-04 00:44:59 -05:00
cpuid.d add source links 2011-02-26 15:32:21 -06:00
cstream.d add source links 2011-02-26 15:32:21 -06:00
ctype.d add source links 2011-02-26 15:32:21 -06:00
date.d add source links 2011-02-26 15:32:21 -06:00
datebase.d add source links 2011-02-26 15:32:21 -06:00
dateparse.d add source links 2011-02-26 15:32:21 -06:00
datetime.d A couple of fixes from Andrei's suggestions. 2011-04-25 00:07:48 -07:00
demangle.d add source links 2011-02-26 15:32:21 -06:00
encoding.d add source links 2011-02-26 15:32:21 -06:00
exception.d Slight adjustment to note on enforce. 2011-03-21 21:48:47 -07:00
file.d not enough leeway for my system 2011-05-03 15:54:17 -07:00
format.d Merge branch 'master' of github.com:D-Programming-Language/phobos 2011-04-06 00:32:29 -05:00
functional.d Bug 5474: unaryFun byRef is borked for custom parameter name 2011-04-12 20:26:55 -04:00
getopt.d Two changes for enum handling in getopt 2011-04-06 19:46:54 +02:00
gregorian.d add source links 2011-02-26 15:32:21 -06:00
intrinsic.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
json.d add source links 2011-02-26 15:32:21 -06:00
loader.d add source links 2011-02-26 15:32:21 -06:00
math.d Revert "Merge pull request #24 from braddr/intrinsics." 2011-05-04 22:47:49 +08:00
mathspecial.d add source links 2011-02-26 15:32:21 -06:00
md5.d add source links 2011-02-26 15:32:21 -06:00
metastrings.d add source links 2011-02-26 15:32:21 -06:00
mmfile.d remove octal literals 2011-04-01 22:34:46 -07:00
numeric.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
outbuffer.d add source links 2011-02-26 15:32:21 -06:00
parallelism.d Accidentally committed with a bunch of debugging code. 2011-05-01 21:30:39 -04:00
path.d add source links 2011-02-26 15:32:21 -06:00
perf.d add source links 2011-02-26 15:32:21 -06:00
process.d add source links 2011-02-26 15:32:21 -06:00
random.d One pass through std.range and friends 2011-02-27 12:38:49 -06:00
range.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
regex.d Restore style, fix some minor issues. 2011-04-25 11:20:31 +04:00
regexp.d add source links 2011-02-26 15:32:21 -06:00
signals.d add source links 2011-02-26 15:32:21 -06:00
socket.d add source links 2011-02-26 15:32:21 -06:00
socketstream.d add source links 2011-02-26 15:32:21 -06:00
stdarg.d add source links 2011-02-26 15:32:21 -06:00
stdint.d add source links 2011-02-26 15:32:21 -06:00
stdio.d Added unittest code to remove the testingByLine executable upon successful completion 2011-05-01 11:42:48 -05:00
stdiobase.d add source links 2011-02-26 15:32:21 -06:00
stream.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
string.d add source links 2011-02-26 15:32:21 -06:00
syserror.d add source links 2011-02-26 15:32:21 -06:00
system.d add source links 2011-02-26 15:32:21 -06:00
traits.d Special-case Rebindable in std.traits.hasAliasing and std.traits.hasUnsharedAliasing, so that a Rebindable!(immutable SomeObject) can be passed as a message between threads, etc. 2011-04-12 20:40:10 -04:00
typecons.d Fix std.typecons unittest on 64-bit. 2011-04-27 21:16:09 -04:00
typelist.d add source links 2011-02-26 15:32:21 -06:00
typetuple.d add source links 2011-02-26 15:32:21 -06:00
uni.d add source links 2011-02-26 15:32:21 -06:00
uri.d add source links 2011-02-26 15:32:21 -06:00
utf.d add source links 2011-02-26 15:32:21 -06:00
variant.d add source links 2011-02-26 15:32:21 -06:00
xml.d Issue 4598 - std.xml check is too restrictive 2011-02-26 15:32:21 -06:00
zip.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
zlib.d add source links 2011-02-26 15:32:21 -06:00