phobos/std
2012-12-20 10:20:30 -08:00
..
c
digest Add SSSE3 implementation to SHA1 digest. 2012-11-21 19:44:01 +01:00
internal Merge pull request #918 from jerro/upstream-master 2012-12-13 08:58:30 -08:00
net Merge pull request #967 from 9rnsr/enforceProperty 2012-11-22 22:29:20 -08:00
windows
algorithm.d No need to use .save on inner range if we aren't going to export .save. 2012-12-20 10:20:30 -08:00
array.d address review remarks 2012-12-13 20:48:24 +04:00
ascii.d
base64.d
bigint.d
bitmanip.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
compiler.d
complex.d Improved unittest 2012-12-13 14:20:48 +01:00
concurrency.d rename Spawnable to isSpawnable 2012-11-18 18:48:49 +09:00
container.d Doc fix: an O(1) op was documented as O(log(n)) 2012-12-17 20:58:51 -05:00
conv.d fix Issue 8908 - Collapse of std.csv by the specifications change of std.conv.parse 2012-12-18 09:11:57 +09:00
cpuid.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
cstream.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
csv.d fix Issue 8908 - Collapse of std.csv by the specifications change of std.conv.parse 2012-12-18 09:11:57 +09:00
ctype.d
datetime.d Merge pull request #939 from 9rnsr/replace_format 2012-12-08 19:41:35 -08:00
demangle.d Fixes Issue 2445 - std.demangle example won't compile. 2012-12-02 13:27:56 +01:00
encoding.d
exception.d fix Issue 2486 - taking address of slice rvalue is valid 2012-12-03 14:40:24 +09:00
file.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
format.d Merge pull request #901 from Poita/bug8900 2012-12-13 09:00:09 -08:00
functional.d fix Issue 9062 - AddrExp should distinguish the existence of property resolution 2012-11-23 14:25:24 +09:00
getopt.d
json.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
math.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
mathspecial.d
md5.d
metastrings.d
mmfile.d
numeric.d
outbuffer.d Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
parallelism.d Fix incorrect test. Calling finish(false) doesn't guarantee that the task won't be complete immediately after finish() returns. 2012-12-08 10:19:54 -05:00
path.d Merge pull request #951 from monarchdodra/count3 2012-12-13 09:17:47 -08:00
perf.d
process.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
random.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
range.d Merge pull request #854 from jmdavis/hasSlicing 2012-12-17 21:38:26 -08:00
regex.d Revert "Add alias opDollar and use $ in range slicing" 2012-12-09 17:21:37 -08:00
regexp.d
signals.d
socket.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
socketstream.d
stdint.d
stdio.d only marginally better than disabling all testing on win64 2012-11-26 05:31:07 +00:00
stdiobase.d
stream.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
string.d Merge pull request #939 from 9rnsr/replace_format 2012-12-08 19:41:35 -08:00
syserror.d
system.d
traits.d Merge pull request #896 from denis-sh/std.conv.emplace-fixes 2012-12-12 07:41:03 -08:00
typecons.d Merge pull request #896 from denis-sh/std.conv.emplace-fixes 2012-12-12 07:41:03 -08:00
typelist.d
typetuple.d Make std.typetuple.template{And, Or, Not} public as intended. 2012-11-26 19:11:04 +01:00
uni.d Remove remain redundant parenthesis. 2012-12-03 00:53:38 +09:00
uri.d
utf.d generalize countLength 2012-12-13 20:41:20 +04:00
uuid.d fix Issue 2486 - taking address of slice rvalue is valid 2012-12-03 14:40:24 +09:00
variant.d Remove remain redundant parenthesis. 2012-12-03 00:53:38 +09:00
xml.d
zip.d Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
zlib.d