phobos/std
2019-12-30 13:25:00 +01:00
..
algorithm Fix Issue 11013 - ignoring variable inside the predicate of findSplitBefore 2019-11-14 17:32:08 +01:00
container Add assert messages for container.array (#7190) 2019-11-04 13:08:28 +02:00
datetime Disable undocumented_declaration_check for std.datetime 2019-12-02 20:56:47 +01:00
digest Add scope preparing for in to become const scope 2019-10-30 17:06:13 +01:00
experimental Remove deprecated std.experimental.all 2019-11-16 18:23:04 +01:00
internal add comments justifying trusted annotations 2019-12-22 13:48:37 +01:00
net Fix Issue 18446 - Wrong curl onProgress examples 2019-12-12 13:26:49 +01:00
range Update package.d 2019-12-04 19:57:32 +00:00
regex Fix Issue 20301 - Support const array of patterns in std.regex.regex 2019-10-16 14:33:49 +03:00
windows
array.d Remove deprecated Appender.toString overload 2019-11-16 18:23:04 +01:00
ascii.d
base64.d
bigint.d add comments justifying trusted annotations 2019-12-22 13:48:37 +01:00
bitmanip.d Remove deprecated BitArray.toString overload 2019-11-16 18:23:04 +01:00
compiler.d
complex.d Fix Issue 19733 - expi documentation links broken 2019-12-06 14:34:09 +01:00
concurrency.d Fix Issue 20160 - ThreadInfo.cleanup() clears local thread's 2019-12-11 14:19:09 +01:00
conv.d Fix Issue 5232 - [patch] std.conv.to & std.conv.roundTo report invalid 2019-12-28 09:27:40 +01:00
csv.d
demangle.d
encoding.d typo in transcode unittest 2019-06-21 15:51:52 +01:00
exception.d Make ErrnoException.errno nothrow pure @nogc @safe 2019-06-14 07:34:28 +02:00
file.d Merge pull request #7288 from berni44/issue11631 2019-11-21 02:14:02 +01:00
format.d Fix Issue 15405 - FormatSpec.writeUpToNextSpec() not documented 2019-12-18 20:21:11 +01:00
functional.d Fixes issue 20439: fix memoize return statement 2019-12-09 10:42:49 +01:00
getopt.d Added a style parameter to defaultGetoptFormatter. 2019-12-11 19:05:00 +01:00
json.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2019-12-16 10:52:16 +01:00
math.d Fix Issue 5628 - std.math unittest disabled - roundoff error in pow() on SSE2 2019-12-25 09:38:27 +01:00
mathspecial.d Fix Issue 19283 - [std.mathspecial] documentation for normal distribution doesn't list parameters 2019-10-16 16:14:31 +02:00
meta.d
mmfile.d
numeric.d Fix unittest, which assumes real > double. 2019-12-23 10:20:22 +01:00
outbuffer.d
package.d
parallelism.d Fix Issue 10126 - Make TaskPool terminate on its own or improve docs 2019-11-14 17:34:42 +01:00
path.d Provide a complete description of dirName output 2019-12-26 09:33:33 +02:00
process.d Make Pid.osHandle nogc 2019-11-23 17:02:52 +01:00
random.d Fix Issue 10902 - some phobos unittests take an excessive amount of time 2019-11-12 20:21:03 +01:00
signals.d Add closures to warning and mark warning in red. 2019-11-12 13:44:57 +01:00
socket.d Fix Issue 20259 - [Function Socket.bind] Doesn't inform what Exception 2019-12-28 09:48:05 +01:00
stdint.d
stdio.d Fix partially Issue 11809 - unit tests leave behind temporary files 2019-11-13 08:08:13 +01:00
string.d Add scope preparing for in to become const scope 2019-10-30 17:06:13 +01:00
system.d
traits.d Fix Issue 15940 - ImplicitConversionTargets and class alias in struct 2019-12-10 15:29:18 +01:00
typecons.d Fix Issue 12461 - Typedef and opOpAssign 2019-12-30 13:25:00 +01:00
typetuple.d typetuple: 100% code coverage 2019-09-29 20:13:44 +02:00
uni.d std.uni: Disambiguate templates with autodecoding off 2019-08-15 13:46:51 +00:00
uri.d std.uri: Add unittests for 100% code coverage. (#7220) 2019-10-17 09:22:45 +02:00
utf.d Merge pull request #7248 from vporton/utf-forgotten-assert 2019-10-24 08:49:13 +03:00
uuid.d
variant.d Fix Issue 15940 - ImplicitConversionTargets and class alias in struct 2019-12-10 15:29:18 +01:00
xml.d Fix typo. 2019-09-28 15:15:33 +02:00
zip.d Fix Issue 20398 - Wrong number of totalEntries in std.zip 2019-11-20 17:55:08 +01:00
zlib.d