phobos/std
2022-11-15 18:05:45 +00:00
..
algorithm add local imports 2022-11-12 19:29:28 +02:00
container add local imports 2022-11-12 19:29:28 +02: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 rename variables 2022-11-09 23:28:55 +02: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 Fix 23453 - Generic iota should be a forward range 2022-11-03 14:39:25 -04:00
regex [std/regex] Improve docs 2022-08-13 14:28:41 +00:00
uni rename variables 2022-11-09 23:28:55 +02:00
windows add local imports 2022-11-12 19:29:28 +02:00
array.d [std/array] Fix wrong Appender docs 'global locking for each append' 2022-11-01 19:18:27 +01: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 chore(bitmanip): add missing attributes 2022-10-17 00:38:30 +02: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 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 std.csv allow un equal number of value separators 2021-08-26 15:37:24 +00:00
demangle.d
encoding.d Rename the initial value of some enums from init to _init 2021-05-12 10:56:46 +08:00
exception.d Fix assumeUnique RUNNABLE_EXAMPLE tests 2022-10-17 23:51:02 +02:00
file.d style fix 2022-11-12 19:40:28 +02:00
functional.d [Refactor] Move toCtString to std.conv 2022-03-26 14:04:37 +00:00
getopt.d getopt: make unittest @system because of delegate 2022-08-12 20:09:13 +00: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 fix issue 23358 - Link unusable due to space insertion 2022-09-22 12:51:09 +02: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 Add preliminary support for GNU/Hurd 2022-03-22 14:11:33 +00:00
path.d Merge pull request #8550 from wolframw/nothrow_contracts2 2022-09-26 05:47:20 +03:00
process.d style fix 2022-11-12 19:40:28 +02:00
random.d Fix missing unittests in docs (#8603) 2022-10-17 05:43:13 +08:00
signals.d Issue 19842 - only class member functions must be used be used as slots 2021-07-13 10:33:38 +00:00
socket.d add local imports 2022-11-12 19:29:28 +02:00
stdint.d
stdio.d fp._ptr arithmetic 2022-11-15 18:05:45 +00: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 Ate's work on safe ref counted 2022-09-11 01:35:35 +03:00
typecons.d add local imports 2022-11-12 19:29:28 +02:00
typetuple.d
uri.d
utf.d std.utf.byCodeUnit: Fix typo in documentation 2022-08-30 14:36:40 +02:00
uuid.d isSomeChar!(Unqual!T) -> isSomeChar!T 2021-07-24 09:26:46 +00:00
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