phobos/std
Nathan Sashihara aa16e2d99a Streamline std.traits.AliasThisTypeOf
Faster and uses less memory.
2020-09-14 05:35:35 +02:00
..
algorithm Merge remote-tracking branch 'upstream/master' into stable 2020-09-09 10:18:21 +02:00
container
datetime
digest
experimental std.experimental.checkedint should support chain assignment. 2020-09-10 06:06:01 +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 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 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 Streamline std.traits.AliasThisTypeOf 2020-09-14 05:35:35 +02:00
typecons.d std.typecons : AutoImplement: Handle 'in' storage class 2020-08-28 04:27:48 +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