phobos/std
2017-02-06 11:20:32 -05:00
..
algorithm Move deprecations along. 2017-01-24 03:08:10 -08:00
c
container style fix - remove wrong usages of the final attribute 2017-01-16 21:00:13 +01:00
digest
experimental Removed many global imports from std.experimental.logger.core 2017-02-06 11:20:32 -05:00
internal
net unecessary imports 2017-01-31 10:35:31 +00:00
range Fixed a bug: takeOne with unslicabe ranges did not pop its source range when popped. This made it inconsistent with take and takeExactly when using reference ranges. Also corrected its documentation. 2017-01-26 23:09:38 +02:00
regex Fix auto-tester heisenbug on OSX 32 2017-01-25 00:15:46 +01:00
windows
array.d Move deprecations along. 2017-01-24 03:08:10 -08:00
ascii.d
base64.d
bigint.d
bitmanip.d Move deprecations along. 2017-01-24 03:08:10 -08:00
compiler.d
complex.d
concurrency.d style fix - remove wrong usages of the final attribute 2017-01-16 21:00:13 +01:00
concurrencybase.d
conv.d Fix std.conv unittest for double-precision reals 2017-02-03 23:32:12 +01:00
csv.d
datetime.d Move deprecations along. 2017-01-24 03:08:10 -08:00
demangle.d
encoding.d
exception.d
file.d Merge pull request #5049 from Burgos/fix-17102 2017-01-21 18:48:11 +01:00
format.d Fix issue #8260 - allow only pointers as formattedRead parameters 2017-01-30 20:51:37 +01:00
functional.d
getopt.d
json.d
math.d
mathspecial.d
meta.d
mmfile.d
numeric.d
outbuffer.d
parallelism.d
path.d
process.d remove trailing whitespace 2017-01-31 13:27:03 +00:00
random.d
signals.d
socket.d style fix - remove wrong usages of the final attribute 2017-01-16 21:00:13 +01:00
stdint.d
stdio.d Fix issue #8471 - allow only pointers as readf parameters 2017-01-30 20:50:52 +01:00
stdiobase.d
string.d
system.d
traits.d More alias-this tests and move some of the other-alias tests to undocumented unittests 2017-01-25 19:20:00 +01:00
typecons.d Make RefCounted pure when possible 2017-01-31 16:42:19 +01:00
typetuple.d
uni.d
uri.d removed most global imports from std.uri 2017-01-22 11:13:20 -05:00
utf.d get byUTF() to work with 'scope' 2017-01-26 00:56:57 -08:00
uuid.d
variant.d
xml.d
zip.d
zlib.d