phobos/std
2020-08-27 23:59:09 +02:00
..
algorithm Make it so std.utf can be tested with no autodecoding. 2020-08-17 06:53:34 +02:00
container
datetime
digest Temporarily disable inlining of T_SHA2_16_79 because it increases build speed by 10x. 2020-08-04 19:01:37 +02:00
experimental
internal fix Issue 21182 - asm code is missing int ptr and so defaults to byte op 2020-08-22 13:46:07 +02:00
net
range Reduce the number of isAggregateType!T checks 2020-08-18 03:50:12 +02:00
regex
uni
windows
array.d Make it so std.utf can be tested with no autodecoding. 2020-08-17 06:53:34 +02:00
ascii.d Reduce the number of isAggregateType!T checks 2020-08-18 03:50:12 +02:00
base64.d
bigint.d Remove an unnecessary allocation from BigInt powmod 2020-08-27 23:59:09 +02:00
bitmanip.d
compiler.d
complex.d
concurrency.d
conv.d Prepare for properly parsed float/double literals (#7591) 2020-08-14 21:06:56 +08:00
csv.d
demangle.d
encoding.d
exception.d
file.d fix issue 21148, possible failure of CI when testing nano precision of file time stamps (#7589) 2020-08-13 10:12:08 +02:00
format.d Reduce the number of isAggregateType!T checks 2020-08-18 03:50:12 +02:00
functional.d
getopt.d
json.d
math.d std.math: Avoid ldexp calls with constant exponents 2020-08-15 02:07:39 +02:00
mathspecial.d
meta.d
mmfile.d
numeric.d
outbuffer.d
package.d
parallelism.d
path.d
process.d Fix Issue 20984 - Heisenbug: FreeBSD64 Phobos random test suite failure in std/process 2020-08-11 19:40:59 +02:00
random.d Remove trailing whitespace 2020-08-10 10:33:54 -05:00
signals.d
socket.d Change Socket constructor to accept its parameter by const scope 2020-08-16 11:12:40 +02:00
stdint.d
stdio.d Fix issue 7033: File.rawWrite is slow on Windows (#7590) 2020-08-15 12:07:38 +02:00
string.d
system.d
traits.d Reduce the number of isAggregateType!T checks 2020-08-18 03:50:12 +02:00
typecons.d Fix issue 21199: call unaryFun!fun in Nullable.apply to support shortcut string expressions as parameter. 2020-08-26 15:01:04 +02:00
typetuple.d
uri.d
utf.d Make it so std.utf can be tested with no autodecoding. 2020-08-17 06:53:34 +02:00
uuid.d Fix Issue 21201 - let std.uuid.parseUUID accept input ranges whose elements are char or wchar, not just dchar 2020-08-27 16:47:53 +02:00
variant.d
xml.d
zip.d
zlib.d