phobos/std
2013-12-22 17:07:32 +01:00
..
c
digest Turned Examples section in std.digest.* into documented unittest 2013-12-17 13:57:44 +01:00
internal Removed unnecessary allocations in twosComplement call. 2013-12-14 20:08:43 +01:00
net Merge pull request #1757 from jpf91/fixCurl 2013-12-15 13:51:36 -08:00
windows Move various deprecations along. 2013-12-11 23:44:12 -08:00
algorithm.d Merge pull request #1796 from JakobOvrum/setintersection 2013-12-20 08:09:06 -08:00
array.d Make std.array.insertInPlace @safe for some cases 2013-12-16 20:56:23 +09:00
ascii.d improve optimization potential of std.ascii 2013-10-16 16:12:46 -07:00
base64.d
bigint.d Fix name of bitwise operations 2013-12-17 12:54:35 +01:00
bitmanip.d
compiler.d
complex.d Complex.opBinaryRight for numeric types, to allow numeric ^^ complex operations. 2013-12-09 16:18:11 +01:00
concurrency.d
container.d Call enforce on the pointer, not the slice 2013-12-18 17:41:37 +11:00
conv.d Move various deprecations along. 2013-12-11 23:44:12 -08:00
cstream.d
csv.d More implicit array to bool 2013-12-15 19:55:34 +11:00
datetime.d change some ddoc comments to /++ Ditto +/ 2013-12-13 00:25:21 +09:00
demangle.d
encoding.d Merge pull request #891 from Kozzi11/master 2013-12-05 00:30:04 -08:00
exception.d Merge pull request #1766 from jmdavis/deprecations 2013-12-19 23:33:47 +01:00
file.d Move various deprecations along. 2013-12-11 23:44:12 -08:00
format.d Merge pull request #1766 from jmdavis/deprecations 2013-12-19 23:33:47 +01:00
functional.d
getopt.d Fix issue 11764 2013-12-18 12:17:19 -08:00
json.d Merge pull request #1694 from John-Colvin/patch-5 2013-12-16 05:20:02 +01:00
math.d localize std.range import 2013-12-20 01:23:51 +01:00
mathspecial.d
metastrings.d
mmfile.d Remove cases where an array is used in a boolean context 2013-11-27 18:23:07 +11:00
numeric.d Fix missed cases of <>= operator 2013-12-01 16:31:47 +11:00
outbuffer.d
parallelism.d Convert x.classinfo to typeid(x) 2013-11-18 21:54:02 +11:00
path.d fix Issue 11691 - can't join pathSplitter with pathSeparator 2013-12-05 15:22:01 +01:00
process.d Fix completely trivial typo in std.process.execute documentation 2013-12-10 14:58:35 -05:00
random.d Merge pull request #1717 from Zshazz/issue_11598 2013-12-16 05:24:20 -08:00
range.d Merge pull request #1766 from jmdavis/deprecations 2013-12-19 23:33:47 +01:00
regex.d fix property enforcement 2013-12-21 22:11:45 +09:00
signals.d
socket.d Move various deprecations along. 2013-12-11 23:44:12 -08:00
socketstream.d
stdint.d
stdio.d Remove cases where an array is used in a boolean context 2013-11-27 18:23:07 +11:00
stdiobase.d
stream.d
string.d Move various deprecations along. 2013-12-11 23:44:12 -08:00
syserror.d
system.d
traits.d Merge pull request #1766 from jmdavis/deprecations 2013-12-19 23:33:47 +01:00
typecons.d Merge pull request #1644 from eco/patch-5 2013-12-15 23:44:37 -08:00
typelist.d
typetuple.d Remove typetuple dependencies 2013-12-22 17:07:32 +01:00
uni.d Merge pull request #1766 from jmdavis/deprecations 2013-12-19 23:33:47 +01:00
uri.d Fix cases where goto skips initialization of variables 2013-11-20 00:20:33 +11:00
utf.d Move various deprecations along. 2013-12-11 23:44:12 -08:00
uuid.d Cleanup uuid 2013-11-23 17:58:57 +01:00
variant.d fix usage of Type.prop in typeof expressions 2013-12-01 21:32:32 +01:00
xml.d Remove cases where an array is used in a boolean context 2013-11-27 18:23:07 +11:00
zip.d Merge pull request #1766 from jmdavis/deprecations 2013-12-19 23:33:47 +01:00
zlib.d