phobos/std
2019-01-31 14:59:02 +01:00
..
algorithm Merge remote-tracking branch 'upstream/stable' into merge_stable 2019-01-02 02:44:36 +01:00
container Fix Issue 19164 - malloc may be considered pure when failure results in program exit (no need to reset errno) 2018-11-17 17:00:16 -05:00
datetime Fix NetBSD curStdTime error introduced by PR 6785 2018-12-18 18:29:14 -05:00
digest SHA on Win64: use SSSE3 version by adjusting register usage 2018-12-08 15:46:12 +01:00
experimental std/experimental/typecons.d: Hide pragma(msg) in debug code 2019-01-04 21:20:24 +01:00
internal Replace imports of core.sys.windows.windows to speed up compilation 2018-12-17 21:03:31 -05:00
net fix Issue 18519: missing curl + phobos = std.net.curl unittest timing out 2019-01-03 15:12:44 +01:00
range Fix Issue 19364 - Decrease template bloat for string functions 2018-11-18 15:39:29 -05:00
regex Fix Issue 19331 - std.regex.internal.ir.SmallFixedArray.toHash is ignored because it's non-const 2018-10-25 03:22:04 -04:00
windows Replace imports of core.sys.windows.windows to speed up compilation 2018-12-17 21:03:31 -05:00
array.d Fix issue 19572: Prevent Appender from implicitly calling struct constructors to cast away const. 2019-01-11 16:29:42 +01:00
ascii.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
base64.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
bigint.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
bitmanip.d fixed issue 19338 2018-10-30 20:40:23 +01:00
compiler.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
complex.d Loosen two tests for IEEE Quadruple precision and make sure std.variant.VariantN is properly aligned for Quadruples. 2018-12-17 19:58:33 +05:30
concurrency.d Fix Issue 4957: std.concurrency rejects structs with Tid 2018-10-23 04:12:59 -04:00
conv.d Fix typo 2018-09-27 08:37:30 +02: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 posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
exception.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
file.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2018-12-24 17:26:02 +01:00
format.d Use enums for hasToString 2019-01-02 14:51:21 +01: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 #6726 from FeepingCreature/fix/Issue-19297-handle-jsonvalue-signed-unsigned-comparison 2018-10-16 14:57:03 +02:00
math.d std/math.d: Don't emit message saying that test is disabled 2019-01-05 17:16:54 +01:00
mathspecial.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
meta.d Remove duplicate of allSatisfy implementation 2018-11-14 19:47:44 +00:00
mmfile.d Fix for lint 2018-12-26 10:16:44 +09:00
numeric.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2018-12-04 19:43:30 +01:00
outbuffer.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
parallelism.d Replace imports of core.sys.windows.windows to speed up compilation 2018-12-17 21:03:31 -05:00
path.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
process.d Replace imports of core.sys.windows.windows to speed up compilation 2018-12-17 21:03:31 -05:00
random.d std.random: make dip1000 compliant 2019-01-10 03:33:08 -08:00
signals.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
socket.d Replace imports of core.sys.windows.windows to speed up compilation 2018-12-17 21:03:31 -05:00
stdint.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
stdio.d Replace imports of core.sys.windows.windows to speed up compilation 2018-12-17 21:03:31 -05:00
string.d Merge pull request #6781 from CyberShadow/pull-20181123-213706 2018-11-27 09:48:57 +08:00
system.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
traits.d std.traits: use assumePurein the public example 2019-01-31 14:59:02 +01:00
typecons.d Add a -betterC test for std.typecons.Tuple 2018-12-31 13:02:27 +01:00
typetuple.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
uni.d Fix Issue 19164 - malloc may be considered pure when failure results in program exit (no need to reset errno) 2018-11-17 17:00:16 -05:00
uri.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
utf.d Fix Issue 19364 - Decrease template bloat for string functions 2018-11-18 15:39:29 -05: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 Loosen two tests for IEEE Quadruple precision and make sure std.variant.VariantN is properly aligned for Quadruples. 2018-12-17 19:58:33 +05:30
xml.d Fix Issue 19197 - Replace instances of typeid(T).getHash(..) with hashOf 2018-10-22 17:10:08 -04:00
zip.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
zlib.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00