phobos/std
2020-11-18 00:17:44 +01:00
..
algorithm Merge remote-tracking branch 'upstream/master' into stable 2020-09-09 10:18:21 +02:00
container
datetime Fix Issue 20370 - On POSIX, std.file.copy only copies the file times at second precision 2020-09-16 09:31:41 +02:00
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 allocator_list unittests: Use core.memory.pageSize instead of minimumPageSize 2020-10-09 09:42:54 +02:00
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 Merge remote-tracking branch 'upstream/master' into stable 2020-09-09 10:18:21 +02:00
regex
uni
windows
array.d Fix Issue 21256 - Segfault with Appender!string.init.toString() 2020-11-18 00:17:44 +01: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 Issue 21250 - dirEntries on non-existent directory causes assert error (#7646) 2020-10-02 16:49:09 +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 Provide float and double versions of fmin and fmax. Improve docs. (#7604) 2020-09-09 07:13:00 +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 std.traits: Adapt unittest to pass with -preview=in 2020-08-31 05:32:26 +02:00
typecons.d Issue 21250 - dirEntries on non-existent directory causes assert error (#7646) 2020-10-02 16:49:09 +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