phobos/std
2019-08-21 10:44:50 +03:00
..
algorithm Rewrite dubious refRange() shortcuts in unittests 2019-08-15 18:54:08 +02:00
container Avoid mulu in std.container.array.Array!T when T.sizeof == 1 2019-06-01 08:50:23 -04:00
datetime function attributes go on the right of function aliases 2019-06-11 09:51:32 +08:00
digest Fix issue 13471: can't use crc at CTFE 2019-05-23 02:40:46 -04:00
experimental Merge remote-tracking branch 'upstream/stable' into merge_stable 2019-08-05 08:51:49 +02:00
internal Addes assert messages to bigint 2019-07-10 10:46:56 +01:00
net Add one line of "Example:" Label 2019-08-21 10:44:50 +03:00
range Rewrite dubious refRange() shortcuts in unittests 2019-08-15 18:54:08 +02:00
regex Fix Issue 20098 - Improve result of printing std.regex compiled pattern 2019-08-02 15:53:21 -07:00
windows
array.d Merge pull request #7134 from WalterBright/array-nad2 2019-08-16 01:16:26 +02:00
ascii.d [TRIVIAL] Make link clickable and safe (#7045) 2019-05-27 17:35:26 +02:00
base64.d Use selective top-level module imports in std.{base64,csv,datetime} 2019-05-23 09:57:13 +02:00
bigint.d Addes assert messages to bigint 2019-07-10 10:46:56 +01:00
bitmanip.d Addes assert messages to bitmanip 2019-07-11 08:32:47 +01:00
compiler.d
complex.d Increased unittest coverage of std.complex to 100% (#7081) 2019-06-20 11:59:07 +02:00
concurrency.d adds assert messages to std.concurrency 2019-08-15 09:03:02 +01:00
conv.d When parsing char types then appending to a string, parse as dchar 2019-08-15 12:48:11 +00:00
csv.d std.csv assert messages 2019-05-28 08:47:53 +01:00
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 std.file: Fix unittest for no autodecode 2019-08-15 12:13:58 +00:00
format.d When parsing char types then appending to a string, parse as dchar 2019-08-15 12:48:11 +00:00
functional.d Fix copy-paste error in std.functional.pipe doc 2019-08-11 11:03:43 -04:00
getopt.d assert messages for std.getopt 2019-05-24 14:38:06 +01:00
json.d std_json allow trailing comma 2019-06-14 10:49:22 +01:00
math.d ieeeFlags unittest: the optimizer might remove operations that the test is depending upon 2019-08-09 17:52:48 +02:00
mathspecial.d
meta.d Remove trailing whitespace 2019-05-09 17:26:26 +01:00
mmfile.d std.mmfile: MAP_ANON is only defined in core.sys.posix.sys.mman 2019-04-29 23:42:41 +02:00
numeric.d Move std.numeric.CustomFloat.ToBinary to top-level 2019-05-09 16:49:28 +01:00
outbuffer.d Use selective top-level module imports in std.{functional,getopt,math,net,outbuffer} 2019-05-23 13:20:04 +02:00
package.d
parallelism.d Turn on -preview=markdown 2019-07-04 10:28:30 -07:00
path.d Turn on -preview=markdown 2019-07-04 10:28:30 -07:00
process.d Add comment for using non async-signal-safe function 2019-07-25 09:23:24 +09:00
random.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2019-06-13 01:06:21 +02:00
signals.d
socket.d Fix enum type in std.socket to match the receiver type 2019-06-27 16:14:40 +03:00
stdint.d
stdio.d std.stdio: Fix failing unittest with no autodecode 2019-08-15 11:59:21 +00:00
string.d Merge pull request #7034 from burner/std.string_assert_messages 2019-05-30 22:11:13 +08:00
system.d
traits.d improve documentation and tests for isAutodecodable() 2019-08-12 19:19:37 -07:00
typecons.d prepare for fix of issue 20138 ("is expression not evaluating correctly?") 2019-08-18 21:02:54 +02:00
typetuple.d
uni.d std.uni: Disambiguate templates with autodecoding off 2019-08-15 13:46:51 +00:00
uri.d Fix Issue 19806 - ietf link outdated 2019-04-16 14:26:40 +09:00
utf.d std.utf.byUTF: add option to throw on invalid UTF 2019-08-18 11:06:28 -07:00
uuid.d
variant.d Fix issue 19986 - Can't assign large const T to std.Variant.VariantN 2019-07-08 12:10:29 +08:00
xml.d Replace D1 operator overloads with D2 operator overloads 2019-07-04 13:33:53 +09:00
zip.d
zlib.d