phobos/std
Steven Schveighoffer fa5d1b138b Revert "Fixing a memory leak"
This reverts commit cbb455fb34.
2023-02-21 11:03:57 -05:00
..
algorithm Better std.algorithm.iteration.filter error messages 2023-02-21 10:17:22 +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 std.net.curl: add missing import to examples 2023-02-18 00:40:25 +01:00
range Revert back to (R r) to fix inout 2023-02-18 18:46:23 +00: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 Fix recent isPointer changes to use is(T == U*, U) instead of is(T : U*, U) 2023-02-16 19:46:24 -05: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 std.csv allow un equal number of value separators 2021-08-26 15:37:24 +00:00
demangle.d
encoding.d
exception.d Fix recent isPointer changes to use is(T == U*, U) instead of is(T : U*, U) 2023-02-16 19:46:24 -05: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 Fix recent isPointer changes to use is(T == U*, U) instead of is(T : U*, U) 2023-02-16 19:46:24 -05: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 Revert "Fixing a memory leak" 2023-02-21 11:03:57 -05:00
random.d std.random: Fix unittests on x32 ABI targets 2022-12-12 04:02:47 +01: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 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 Merge pull request #8691 from ntrel/return-type 2023-02-20 22:44:59 +08: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 Fix recent isPointer changes to use is(T == U*, U) instead of is(T : U*, U) 2023-02-16 19:46:24 -05: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