phobos/std
2021-04-15 09:36:51 +02:00
..
algorithm Fix Issue 21724 - std.algorithm.mutation.copy fails on overlapping arrays if the source array's pointer is less than the destination array's pointer 2021-03-18 11:27:35 +01:00
container
datetime Remove a few uses of fully qualified names that rely on a DMD bug 2021-02-22 08:16:13 -03:00
digest Fix DIP1000 violation in sdt.digest.hmac 2021-04-13 01:35:41 +02:00
experimental Fix Issue 21758 - std.experimental.checkedint opBinaryRight with integer left-hand side does not compile for any operators except + and - 2021-03-24 15:47:30 +01:00
format std.format: Recognize sink with in parameters 2021-03-02 06:42:32 +01:00
internal
net
range
regex Fix issue 21716: std.regex performance regression. 2021-03-22 21:27:18 +01:00
uni
windows
array.d Remove a few uses of fully qualified names that rely on a DMD bug 2021-02-22 08:16:13 -03:00
ascii.d
base64.d
bigint.d Fix Issue 21721 - casting std.BigInts to built-in floating point types not allowed in @safe code without -preview=dip1000 2021-03-18 08:34:20 +01:00
bitmanip.d Fix Issue 21725 - Specifying null as bitfields variable name now fails 2021-03-17 13:19:16 +01:00
compiler.d
complex.d
concurrency.d Fix issue 21663 - std.concurrency.receiveOnly doesn't work with tuples 2021-03-01 19:24:24 +01:00
conv.d
csv.d Fixes #21629 2021-02-12 12:01:27 +01:00
demangle.d
encoding.d
exception.d
file.d
functional.d
getopt.d
json.d
math.d Fix little std.math regressions 2021-03-01 13:50:46 +01:00
mathspecial.d
meta.d
mmfile.d
numeric.d
outbuffer.d
package.d
parallelism.d Remove a few uses of fully qualified names that rely on a DMD bug 2021-02-22 08:16:13 -03:00
path.d
process.d
random.d Fix issue 21609 - LinearCongruentialEngine fails for m = 0 2021-02-05 02:37:24 +01:00
signals.d
socket.d
stdint.d
stdio.d
string.d fix test 2021-02-22 12:06:18 +01:00
system.d Adds std.system.OS.unknown 2021-02-16 18:55:18 +07:00
traits.d
typecons.d fix Issue 21801 - std.typecons.ReplaceType does not work for in parameters 2021-04-15 09:36:51 +02:00
typetuple.d
uri.d
utf.d
uuid.d
variant.d
xml.d
zip.d
zlib.d