phobos/std
2023-01-14 17:11:21 +02:00
..
algorithm Clarify that .uniq by default expects a sorted range. 2022-12-09 03:18:46 +01: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 test(format.read): add formattedRead compile-time format string overload with Tuple arguments unit tests 2023-01-05 18:39:30 +00: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 Fix Issue 23319 - std.range.Generator does not work with non-mutable elements 2022-12-05 15:24:34 +01:00
regex Typo: begining -> beginning 2022-12-26 20:22:08 +01:00
uni Fixed unexplained rebase conflicts 2023-01-14 17:11:21 +02:00
windows add local imports 2022-11-12 19:29:28 +02:00
array.d Merge pull request #8636 from WalterBright/arrayIsPointer 2022-12-01 18:08:28 +08: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 Update parameter name to match documentation 2022-11-15 06:26:05 +01: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 replace isImplicitlyConvertible with is expression 2022-12-01 00:52:55 -08:00
conv.d Tweak 2 tests 2022-12-24 13:06:37 +00:00
csv.d
demangle.d
encoding.d
exception.d remove use of isPointer from std.exception 2022-12-01 11:51:27 +01:00
file.d Remove RUNNABLE_EXAMPLE to fix DAutoTest 2023-01-04 19:43:38 +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 style fix 2022-11-12 19:40:28 +02: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 Merge pull request #8623 from ntrel/safe-readln 2022-12-05 12:15:37 +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 Use traits(getVirtualMethods) instead of traits(getVirtualFunctions) 2023-01-12 23:06:28 +01:00
typecons.d Remove unnecessary @trusted 2022-12-24 13:07:22 +00: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