.. |
algorithm
|
Merge pull request #6751 from dukc/emptySubstitute
|
2018-11-15 17:38:59 +08: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
|
std.datetime.date: Clarify that add/roll mutate the current object
|
2018-11-01 21:24:52 +00:00 |
digest
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
experimental
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
internal
|
Correct documentation in std.internal.memory
|
2018-11-18 04:31:42 -05:00 |
net
|
Fix Issue 19367 - std.net.curl does not understand HTTP/2 status lines
|
2018-11-08 15:24:23 +00: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
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
array.d
|
Remove isDynamicArray
|
2018-11-15 15:07:46 +10: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
|
Allow small differences in real number in test
|
2018-09-30 09:28:41 +02:00 |
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
|
Revert "Add getTimesPosix"
|
2018-11-16 21:33:59 +10:00 |
format.d
|
Merge pull request #6464 from Hackerpilot/issue-18778
|
2018-11-16 13:47:36 +08: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: Use SPARC_Any instead of SPARC64
|
2018-11-01 01:24:46 +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
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
numeric.d
|
nthPermutation (#5068)
|
2018-11-12 19:33:28 +08:00 |
outbuffer.d
|
switch Digital Mars copyright to D Language Foundation
|
2018-09-05 13:49:46 -07:00 |
parallelism.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
path.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
process.d
|
Fix issue 19275 - std.process: redirecting output in a non-console application fails
|
2018-09-29 20:37:45 +02:00 |
random.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 |
signals.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
socket.d
|
posix.mak: Enforce no whitespace after opening parenthesis for version conditions
|
2018-09-23 17:38:58 +02:00 |
stdint.d
|
switch Digital Mars copyright to D Language Foundation
|
2018-09-05 13:49:46 -07:00 |
stdio.d
|
Merge pull request #6717 from ibuclaw/bshedversion
|
2018-09-26 15:39:36 +02:00 |
string.d
|
Merge pull request #6743 from n8sh/string-template-antibloat
|
2018-11-19 04:57:44 +01: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 #6762 from edi33416/reduce_hasElaborateDestructor
|
2018-11-15 12:17:59 +08:00 |
typecons.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 |
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
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
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 |