phobos/std
Nick Treleaven acde2b81cb Remove leading '*' from assumeUnique examples
That breaks `dlang.org/tools/dspec_tester.d` test extraction.
No other changes.
2022-10-17 16:44:01 +02:00
..
algorithm Fix missing unittests in docs (#8603) 2022-10-17 05:43:13 +08:00
container Merge pull request #8368 from dukc/safe-ref-counted 2022-10-03 15:05:52 -04:00
datetime Fix 'the the' typos in Phobos documentation 2022-09-20 21:31:46 +02:00
digest Fix missing unittests in docs (#8603) 2022-10-17 05:43:13 +08:00
experimental Add isAllocator (#8598) 2022-10-13 17:42:03 +08:00
format Use early return in formatValueImpl to reduce indentation (#8600) 2022-10-14 06:19:02 +08:00
internal Remove usages of 'in' on Windows C bindings 2022-10-14 13:32:48 +02:00
logger Fix 'the the' typos in Phobos documentation 2022-09-20 21:31:46 +02:00
math std.math: Faster floor(double) implementation 2022-07-13 00:16:51 +00:00
net Update downloads.dlang.org links to use https 2022-10-03 22:21:33 +02:00
range Added unittest related to fix, and moved unittest related to issue to std/algorithm/iterartion.d 2022-09-19 22:27:22 +02:00
regex [std/regex] Improve docs 2022-08-13 14:28:41 +00:00
uni Simplify isAlpha 2022-10-12 23:29:57 +02:00
windows
array.d Fix missing unittests in docs (#8603) 2022-10-17 05:43:13 +08:00
ascii.d Optimize isHexDigit (#8597) 2022-10-13 10:49:06 +08:00
base64.d Fix 23370 - std.base64 can have more @nogc functions 2022-09-26 12:14:40 +02:00
bigint.d add pure attriv 2022-08-01 15:28:45 +00:00
bitmanip.d chore(bitmanip): add missing attributes 2022-10-17 00:38:30 +02:00
checkedint.d
compiler.d Fix Stupid -> Snazzy based on updated name. 2022-09-11 20:37:17 +02:00
complex.d Merge pull request #8415 from ibuclaw/complexnative 2022-08-15 14:50:07 +03:00
concurrency.d Fix Issue 23350 - Nondeterministic test failure in std.concurrency 2022-09-21 00:56:58 +02:00
conv.d std.conv.octal: simplify implementation 2022-09-11 23:50:28 -07:00
csv.d
demangle.d
encoding.d
exception.d Remove leading '*' from assumeUnique examples 2022-10-17 16:44:01 +02:00
file.d Merge pull request #8368 from dukc/safe-ref-counted 2022-10-03 15:05:52 -04:00
functional.d
getopt.d getopt: make unittest @system because of delegate 2022-08-12 20:09:13 +00:00
int128.d
json.d Fix missing unittests in docs (#8603) 2022-10-17 05:43:13 +08:00
mathspecial.d
meta.d Switch to faster version of staticMap 2022-08-16 22:58:51 +02:00
mmfile.d
numeric.d fix issue 23358 - Link unusable due to space insertion 2022-09-22 12:51:09 +02:00
outbuffer.d
package.d Move logger out of experimental 2022-07-29 12:15:34 +02:00
parallelism.d
path.d Merge pull request #8550 from wolframw/nothrow_contracts2 2022-09-26 05:47:20 +03:00
process.d
random.d Fix missing unittests in docs (#8603) 2022-10-17 05:43:13 +08:00
signals.d
socket.d std.socket: add scope to close 2022-09-02 22:03:51 +02:00
stdint.d
stdio.d Remove usages of 'in' on Windows C bindings 2022-10-14 13:32:48 +02:00
string.d Fix missing unittests in docs (#8603) 2022-10-17 05:43:13 +08:00
sumtype.d Remove SumType's invariant 2022-09-04 23:40:03 -04:00
system.d
traits.d Ate's work on safe ref counted 2022-09-11 01:35:35 +03:00
typecons.d Re-instate accidentally reverted fixes on RefCounted (#8599) 2022-10-14 06:23:22 +08:00
typetuple.d
uri.d
utf.d std.utf.byCodeUnit: Fix typo in documentation 2022-08-30 14:36:40 +02:00
uuid.d
variant.d
zip.d
zlib.d