The standard library of the D programming language
Find a file
jmdavis be3e9d1bb3 Remove comments from range traits claiming that they don't require ranges.
I don't know why these were added or how they got past the reviewers,
but it makes no sense for traits which check ranges for various
attributes to say that they don't require a range - especially when they
specifically check stuff like front! The only two where such a comment
makes sense (hasLength and ElementType) already had such comments,
making the comments added to them redundant, whereas the others were
just plain wrong. This commit removes all of those incorrect comments.
2012-11-30 20:45:18 -08:00
etc/c fix z_stream struct layout for win64 2012-11-24 18:22:37 +01:00
std Remove comments from range traits claiming that they don't require ranges. 2012-11-30 20:45:18 -08:00
.gitignore Added vim swap files to gitignore 2012-04-13 20:12:46 +12:00
changelog.dd Initial implementation of RIPEMD160. 2012-10-20 21:34:33 +02:00
crc32.d Add new hash API 2012-09-16 12:25:43 +02:00
index.d Removed std.date from index. It doesn't exist anymore. 2012-11-13 02:11:10 -08:00
LICENSE_1_0.txt Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules. 2009-09-16 18:19:51 +00:00
posix.mak Initial implementation of RIPEMD160. 2012-10-20 21:34:33 +02:00
unittest.d only marginally better than disabling all testing on win64 2012-11-26 05:31:07 +00:00
win32.mak Split unittest compilation on win32 2012-11-27 22:46:24 +09:00
win64.mak only marginally better than disabling all testing on win64 2012-11-26 05:31:07 +00:00