phobos/std
2025-03-19 14:47:43 +00:00
..
algorithm Fix #10440 Use right template constraint for each (#10689) 2025-03-19 07:14:17 +08:00
container [std.container DList docs] Fix time complexity of insertFront etc 2025-02-17 17:48:13 +01:00
datetime Remove flakey stopwatch test (#10628) 2025-01-22 05:00:11 +08:00
digest
experimental
format Fix %*s handling by formattedRead() (#10654) 2025-03-03 06:59:08 +08:00
internal
logger
math Optimization: Use u*u over u^^2 for better inlining 2025-03-18 00:19:13 +01:00
net
range Fix chain potentially mutating a stale object (#10643) 2025-02-20 06:23:34 +08:00
regex
uni
windows
array.d Add low-overhead InPlaceAppender (#8789) 2025-01-19 08:03:43 +08:00
ascii.d
base64.d
bigint.d Fix #10565: Prevent negative zero when multiplying BigInt zero by neg… (#10655) 2025-03-02 21:08:03 +08:00
bitmanip.d
checkedint.d Docs: fix 'for signed integrals' appearing twice (#10626) 2025-01-19 19:19:11 +08:00
compiler.d
complex.d Unify hypot and abs of complex values 2025-03-17 22:40:31 +01:00
concurrency.d
conv.d Fix issue #9829 std.conv.parse!(int, string) counts when doCount is false (#10674) 2025-03-17 22:15:40 +08:00
csv.d
demangle.d
encoding.d
exception.d
file.d Cleanup DirIteratorImpl.__ctor (#10668) 2025-03-15 08:41:33 +08:00
functional.d Remove outdated @safe bug entry from toDelegate documentation (#10672) 2025-03-18 06:36:21 +08:00
getopt.d Name argument if data conversion fails getopt (#10593) 2025-02-07 10:19:20 -08:00
int128.d
json.d
mathspecial.d
meta.d
mmfile.d
numeric.d
outbuffer.d
package.d
parallelism.d
path.d
process.d std.process: Fix memory corruption in exec functions 2025-02-18 13:24:48 +01:00
random.d Make unpredictableSeed use BCryptGenRandom (CNG) on Windows 2025-01-26 01:56:31 +01:00
signals.d
socket.d Fix reference to 'samples' folder 2025-01-13 23:53:54 +01:00
stdint.d
stdio.d stdio: add readfln and File.readfln 2025-03-03 03:47:52 +01:00
string.d
sumtype.d sumtype: rename 'degrees' to 'value' in example 2025-03-11 10:33:32 -04:00
system.d
traits.d std.traits.TemplateOf doesn't return void for non-template functions #10527 2025-03-19 14:47:43 +00:00
typecons.d Fix #9811 Remove const from Tuple.toString (#10646) 2025-02-22 09:25:20 +08:00
typetuple.d
uri.d
utf.d
uuid.d Improve the situation with #9881 - Use unpredictableSeed in randomUUID() (#10671) 2025-03-17 15:10:26 -07:00
variant.d Fix #9585 Add check variant alignment (#10690) 2025-03-19 12:20:30 +08:00
zip.d
zlib.d