phobos/std
Iain Buclaw d36b28c3fc std.net.curl: Shutdown socket before closing in unittest
This fixes a thread deadlock that occurs in the test runner if libcurl
is missing.
2019-01-03 00:53:04 +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 Merge pull request #6813 from carun/logger-patch-1 2018-12-23 16:09:07 +01:00
internal Replace imports of core.sys.windows.windows to speed up compilation 2018-12-17 21:03:31 -05:00
net std.net.curl: Shutdown socket before closing in unittest 2019-01-03 00:53:04 +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 staticArray needs to appear in jump table. 2018-12-26 17:38:44 -05: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 Replace imports of core.sys.windows.windows to speed up compilation 2018-12-17 21:03:31 -05: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 Merge pull request #6790 from joakim-noah/stable 2018-12-18 03:26:39 +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 Fix Issue 18680 - std.random.LinearCongruentialEngine has opEquals but no toHash 2018-11-21 15:05:48 -05: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 Merge pull request #6799 from TurkeyMan/max_alignment 2018-12-29 22:02:49 +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