.. |
algorithm
|
schwartzSort: added test actually checking the ordering
|
2019-05-11 09:15:52 +01:00 |
container
|
std.container.rbtree: compile with -dip1000
|
2019-03-20 12:15:19 -07:00 |
datetime
|
add workaround for https://issues.dlang.org/show_bug.cgi?id=2396 to reduce compile time of unittests
|
2019-03-29 12:12:53 +01:00 |
digest
|
factor out toHexStringCode
|
2019-04-12 08:23:53 -06:00 |
experimental
|
Fix broken unittest
|
2019-05-17 14:08:36 +08:00 |
internal
|
Fixes #19740: Incorrect result of BigInt * BigInt.
|
2019-04-21 08:41:33 +08:00 |
net
|
std/net/curl.d: Don't call exit in non-main thread
|
2019-04-06 14:20:38 +02:00 |
range
|
primitives: add scope
|
2019-05-09 16:26:31 +01:00 |
regex
|
regex/internal/parser.d: remove unreachable statement
|
2019-05-15 10:41:19 +09:00 |
windows
|
Remove redundant body of @disable functions. Issue 14854 DMD (#6893)
|
2019-03-06 02:00:04 +01:00 |
array.d
|
Improved error message when an assocArray can't be created
|
2019-05-12 00:19:58 +02: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
|
Fixes #19740: Incorrect result of BigInt * BigInt.
|
2019-04-21 08:41:33 +08:00 |
bitmanip.d
|
more scope for FormatSpec
|
2019-03-18 00:27:33 -07:00 |
compiler.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
complex.d
|
more scope for FormatSpec
|
2019-03-18 00:27:33 -07:00 |
concurrency.d
|
Fix Issue 4957: std.concurrency rejects structs with Tid
|
2018-10-23 04:12:59 -04:00 |
conv.d
|
Fix issues arising from the DMD 9029 fix (types match to alias)
|
2019-05-11 12:55:57 +01: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
|
std/file.d: Clean-up unused imports after merging #6805
|
2019-04-06 13:25:35 +02:00 |
format.d
|
FormatSpec scope parameters
|
2019-03-17 23:04:37 -07:00 |
functional.d
|
Use moved core.lifetime.forward for std.functional.forward
|
2019-01-31 15:57:31 +01: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
|
[S390] std.math: Use IBMZ_Any for SystemZ bindings
|
2019-04-28 09:12:17 +02:00 |
mathspecial.d
|
Remove a few cases of underscore escaping
|
2018-06-04 13:05:01 +02:00 |
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
|
Fix tests that fail on version (BigEndian)
|
2019-04-21 01:52:05 +03:00 |
package.d
|
Move all from experimental to std
|
2019-03-21 11:42:18 +01:00 |
parallelism.d
|
Remove redundant body of @disable functions. Issue 14854 DMD (#6893)
|
2019-03-06 02:00:04 +01:00 |
path.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
process.d
|
core.stdc.stdlib._Exit not core.stdc.stdlib._exit
|
2019-02-25 17:53:59 +00:00 |
random.d
|
Remove unused imports from std.random.rndGen
|
2019-05-17 19:49:58 -04:00 |
signals.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
socket.d
|
std.socket: -dip1000
|
2019-03-18 20:07:46 -07:00 |
stdint.d
|
switch Digital Mars copyright to D Language Foundation
|
2018-09-05 13:49:46 -07:00 |
stdio.d
|
Special case enforce against issue 19797, documentation.
|
2019-04-14 01:04:17 +02:00 |
string.d
|
add workaround for https://issues.dlang.org/show_bug.cgi?id=2396 to reduce compile time of unittests
|
2019-03-29 12:12:53 +01:00 |
system.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
traits.d
|
Explicitly stated that the enum name can be retrieved with __traits
|
2019-05-14 12:34:10 +02:00 |
typecons.d
|
Merge pull request #7000 from FeepingCreature/fix/issue-9029-fixes
|
2019-05-12 00:24:45 +02:00 |
typetuple.d
|
switch Digital Mars copyright to D Language Foundation
|
2018-09-05 13:49:46 -07:00 |
uni.d
|
Fix tests that fail on version (BigEndian)
|
2019-04-21 01:52:05 +03:00 |
uri.d
|
Fix Issue 19806 - ietf link outdated
|
2019-04-16 14:26:40 +09:00 |
utf.d
|
byUTF: use copy constructor for save()
|
2019-03-13 02:10:03 -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
|
variant.d: Gated unittests behind version(StdDdoc)
|
2019-03-31 12:12:27 +05:30 |
xml.d
|
Fix tests that fail on version (BigEndian)
|
2019-04-21 01:52:05 +03: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 |