phobos/std
2023-02-14 14:33:13 +00:00
..
algorithm Better Sort static assert error messages 2023-02-13 21:14:34 +01:00
container Better document the use of Heaps with Dynamic Array as Store (#8677) 2023-02-09 13:55:44 +01:00
datetime rename variables 2022-11-09 23:28:55 +02:00
digest rename variables 2022-11-09 23:28:55 +02:00
experimental Replace broken BitmappedBlock example with Region 2022-10-16 16:59:06 +01:00
format Remove alias this from classes in phobos 2023-01-26 14:35:08 +02:00
internal Missing two tables & some clarrifications (Real author is Richard Cattermole, name changed while rebasing) 2023-01-14 17:07:05 +02:00
logger Fix 'the the' typos in Phobos documentation 2022-09-20 21:31:46 +02:00
math std.math.exponential: Add deprecations for calling log family functions with an integral argument 2022-12-13 00:56:49 +01:00
net Update downloads.dlang.org links to use https 2022-10-03 22:21:33 +02:00
range Based on my tests, this should save about 56K of compiler RAM per (#8682) 2023-02-13 07:08:01 +08:00
regex Typo: begining -> beginning 2022-12-26 20:22:08 +01:00
uni Brace style fixed. 2023-01-19 18:59:27 +02:00
windows add local imports 2022-11-12 19:29:28 +02:00
array.d Remove alias this from classes in phobos 2023-01-26 14:35:08 +02:00
ascii.d Optimize isHexDigit (#8597) 2022-10-13 10:49:06 +08:00
base64.d Replace enforce(!empty with assert(!empty at the beginning of range members 2022-10-10 09:08:23 +02:00
bigint.d add pure attriv 2022-08-01 15:28:45 +00:00
bitmanip.d Branchless sign extend in std.bitmanip 2023-01-18 01:32:47 +00:00
checkedint.d rename variables 2022-11-09 23:28:55 +02:00
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 Tweak std.concurrency docs 2023-01-17 16:27:47 +00:00
conv.d Tweak 2 tests 2022-12-24 13:06:37 +00:00
csv.d
demangle.d
encoding.d
exception.d Remove alias this from classes in phobos 2023-01-26 14:35:08 +02:00
file.d Fix Issue 23683 - std.file.setTimes requests more permissions than needed 2023-02-13 18:09:49 +00:00
functional.d [Refactor] Move toCtString to std.conv 2022-03-26 14:04:37 +00:00
getopt.d remove use of isPointer from std.getopt 2022-12-01 11:32:06 +01:00
int128.d add std.int128 2022-04-14 11:01:44 -07:00
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 add scope to MmFile constructors 2022-05-30 05:43:57 +00:00
numeric.d std.math.exponential: Implement log/log2/log10 for double- and float-precision 2022-12-12 19:59:05 +01:00
outbuffer.d Fixed linter issue on style 2022-04-29 17:26:56 +02:00
package.d Move logger out of experimental 2022-07-29 12:15:34 +02:00
parallelism.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2022-12-15 18:57:45 +00:00
path.d Merge pull request #8550 from wolframw/nothrow_contracts2 2022-09-26 05:47:20 +03:00
process.d std.process: Explain escapeShellCommand test failures 2023-02-14 14:33:13 +00:00
random.d std.random: Fix unittests on x32 ABI targets 2022-12-12 04:02:47 +01:00
signals.d
socket.d fix #23507 sockets are blocking by default, this needs to reflect that 2022-11-25 04:07:27 +01:00
stdint.d
stdio.d Fix Issue 19567 2023-02-01 00:18:28 +01:00
string.d Fix missing unittests in docs (#8603) 2022-10-17 05:43:13 +08:00
sumtype.d rename variables 2022-11-09 23:28:55 +02:00
system.d Fix Issue 22458 - OpenBSD: Add OpenBSD to std/system.d OS list 2021-10-31 23:19:28 +00:00
traits.d Remove alias this from classes in phobos 2023-01-26 14:35:08 +02:00
typecons.d Fix issue 23640: Use Nullable[] to allow iterating Nullable of immutable type. 2023-01-19 12:20:06 +01:00
typetuple.d
uri.d
utf.d remove isPointer use in std.utf 2022-11-30 23:12:57 -08:00
uuid.d
variant.d std.variant: Add Variant unittests for 'null' comparisons 2022-01-10 11:35:15 +00:00
zip.d std.zip: Remove declarations with expired deprecations 2022-02-15 14:54:28 +01:00
zlib.d