phobos/std
2018-09-13 19:22:55 +02:00
..
algorithm Fix Issue 19236 - Replace runtime typeid(T).initializer().ptr is null checks with compile-time __traits(isZeroInit, T) 2018-09-09 12:19:34 -04:00
container Simplify newly-added RedBlackTree.toHash 2018-09-01 14:33:41 -04:00
datetime Fix issue 11959 - Set private symbols declared in version(unittest) blocks 2018-08-26 10:22:11 +02:00
digest Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
experimental Replace isInitAllZeroBits with new __traits(isZeroInit) 2018-09-09 11:27:38 -04:00
internal Merge pull request #6681 from BBasile/pub-symbol-unittest 2018-08-26 22:56:44 +02:00
net fix AA test: order of AA elements isn't determined 2018-07-05 02:02:27 +03:00
range Merge remote-tracking branch 'upstream/stable' into merge_stable 2018-08-06 18:25:48 +02:00
regex Ddoc: fix unescaped dollar sign 2018-09-13 19:22:55 +02:00
windows switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
array.d Addressed Andrei's review. 2018-06-29 22:18:12 +02:00
ascii.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
base64.d Merge pull request #6471 from schveiguy/putstrings 2018-06-29 10:04:28 +02:00
bigint.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
bitmanip.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
compiler.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
complex.d Fix Issue 19147 - Reduce template bloat in std.complex by using const arguments 2018-08-06 18:51:50 -04:00
concurrency.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
conv.d In std.conv.emplaceInitializer use memset instead of memcpy when setting all 0s 2018-09-09 11:36:13 -04:00
csv.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
demangle.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
encoding.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
exception.d std.exception: Make unittest less brittle 2018-08-19 01:22:08 +02:00
file.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
format.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
functional.d Merge pull request #6497 from Zevenberge/feature/15732 2018-07-15 13:06:31 +02:00
getopt.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
json.d Merge pull request #6682 from Erikvv/feature/json-boolean-getter-setter 2018-08-28 11:07:03 +02:00
math.d Make hasExceptionTraps pure on ARM 2018-09-08 14:39:07 +02:00
mathspecial.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
meta.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
mmfile.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
numeric.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
outbuffer.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
parallelism.d Fix issue 11959 - Set private symbols declared in version(unittest) blocks 2018-08-26 10:22:11 +02:00
path.d Fix issue 11959 - Set private symbols declared in version(unittest) blocks 2018-08-26 10:22:11 +02:00
process.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
random.d Merge pull request #6657 from n8sh/std-random-14001-19156 2018-08-14 13:54:44 +02:00
signals.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
socket.d socket: use scope 2018-06-08 20:28:21 -07:00
stdint.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
stdio.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
string.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
system.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
traits.d Fix issue 19228 - hasAliasing fails on static arrays 2018-09-06 09:35:16 +02:00
typecons.d std.typecons: Unittest isn't safe 2018-09-11 01:18:07 +02:00
typetuple.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
uni.d Revert @trusted hotfix for std.uni 2018-07-19 18:29:18 +02:00
uri.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
utf.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
uuid.d Fix Issue 19138 - std.uuid.randomUUID should not depend on std.random.Random being Mt19937 2018-08-06 17:55:18 -04:00
variant.d refactor VariantN using D2 style opOpAssign operator overloads 2018-09-02 16:32:13 +02:00
xml.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
zip.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
zlib.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00