phobos/std
2017-06-07 12:53:26 -07:00
..
algorithm Remove debug writelns 2017-06-01 11:13:04 -04:00
c
container Fix Issue 17452 - Undefined references in std.container.array 2017-05-29 21:43:37 +02:00
datetime Merge pull request #5404 from JackStouffer/date-fromISOString 2017-06-06 12:44:27 +02:00
digest Moved ddoc unittest block back to its proper position in std.digest.crc 2017-05-22 11:06:38 -04:00
experimental opChecked: use "overflow" consistently in code & dox 2017-06-03 13:22:10 -04:00
internal Get rid of static this for initializing encoding 2017-05-23 19:17:47 -04:00
net Move deprecations along. 2017-05-07 11:27:48 +02:00
range Merge pull request #5398 from JackStouffer/range-spelling 2017-05-17 04:10:50 +02:00
regex
windows
array.d
ascii.d
base64.d
bigint.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-05-23 20:37:35 +02:00
bitmanip.d
compiler.d
complex.d fix im 0 init placement info for complex 2017-05-31 11:22:45 +01:00
concurrency.d
concurrencybase.d
conv.d Merge pull request #5433 from JackStouffer/conv-patch 2017-06-01 19:48:00 +02:00
csv.d
demangle.d
encoding.d Get rid of static this for initializing encoding 2017-05-23 19:17:47 -04:00
exception.d
file.d Defer addition of template until we need it for ranges. 2017-05-17 08:32:43 -04:00
format.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-06-01 05:53:15 +02:00
functional.d
getopt.d Fix some bad/slangy English in std.getopt. 2017-05-13 02:14:33 -07:00
json.d Relax a few unittests for double-precision reals 2017-05-24 23:51:54 +02:00
math.d Merge pull request #5442 from klickverbot/quad-ieeemean 2017-06-07 18:56:55 +02:00
mathspecial.d
meta.d Move deprecations along. 2017-05-07 11:27:48 +02:00
mmfile.d
numeric.d Annotate unittests per Phobos coding style. 2017-04-26 09:38:57 -07:00
outbuffer.d
parallelism.d Allow ignoring individual lines for coverage analysis 2017-05-07 15:26:25 +00:00
path.d Merge pull request #5406 from jmdavis/path 2017-05-21 07:24:31 -07:00
process.d Make behavior of environment.opIndexAssign on Posix to match the behavior 2017-05-08 22:29:12 +02:00
random.d
signals.d
socket.d
stdint.d
stdio.d std.stdio.makeGlobal: Optimize fast path, MemoryOrder.seq is overkill 2017-05-27 03:12:55 +01:00
string.d Deprecate obsolete pattern matching functions in std.string 2017-05-12 09:55:39 -04:00
system.d
traits.d Fix bracing style. 2017-06-07 12:53:26 -07:00
typecons.d issue 15645 - Prevent unsafe usage of Tuple.slice 2017-04-22 08:14:54 -07:00
typetuple.d
uni.d Merge pull request #5361 from jmdavis/issue_17372 2017-05-05 19:12:40 +02:00
uri.d Replace deprecated functions from std_conv and std_uri 2017-05-21 18:52:21 +03:00
utf.d reimplement toUTF8/16 in terms of encode() 2017-05-20 16:26:36 -07:00
uuid.d
variant.d
xml.d Removed unsafe pointer access and marked some functions as @safe in std.xml 2017-05-18 15:57:12 -04:00
zip.d
zlib.d