..
algorithm
Fix Bugzilla 15315 - can break immutable with std.algorithm.move ( #9032 )
2024-07-29 06:49:54 +08:00
container
Fix import
2023-11-06 17:50:20 +00:00
datetime
Adds check bounds of year to std.datetime.date.Date
2024-07-25 03:10:46 +02:00
digest
Fix hang with buffer > 4gb
2023-08-14 02:38:04 +02:00
experimental
Expand goo.gl
links that may break
2024-07-19 12:19:43 +02:00
format
fix ddoc blunders
2024-07-08 08:09:37 +08:00
internal
sumtype: add overload-set matching example
2024-05-31 11:22:43 -04:00
logger
Fix documentation typos.
2024-05-02 01:54:11 +02:00
math
Move std.math.exponential.pow
implementation outside template ( #9019 )
2024-07-03 10:22:25 +03:00
net
Fix assigning const(void)[] to void[]
2024-06-16 08:57:24 +02:00
range
Address style errors
2024-07-21 15:17:16 +08:00
regex
[std.regex] Fix unsafe casts to bool
2024-06-03 16:27:09 +02:00
uni
std.uni: optimize simpleCaseTable
2024-01-09 12:02:12 +01:00
windows
add local imports
2022-11-12 19:29:28 +02:00
array.d
Fix Bugzilla 20872 - std.array.assocArray trusts user-provided 'front… ( #9036 )
2024-07-31 20:07:23 +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
Fix issue 24028 - BigInt power operator ignores sign of exponent
2023-07-03 12:19:09 -04:00
bitmanip.d
fix ddoc blunders
2024-07-08 08:09:37 +08:00
checkedint.d
Fix upcoming D-Scanner argument warnings ( #8753 )
2023-05-30 09:42:02 +03:00
compiler.d
Fix Stupid -> Snazzy based on updated name.
2022-09-11 20:37:17 +02:00
complex.d
Move floatTraits to std.math.traits
2024-01-09 13:00:50 +01:00
concurrency.d
Avoid throwing shared type
2023-03-02 17:00:49 +00:00
conv.d
use cast() where we can
2024-03-08 11:57:50 -08:00
csv.d
Fix bugzilla 24478 - std.csv array out of bounds when row size exceeds header
2024-04-02 21:28:26 +02:00
demangle.d
encoding.d
exception.d
fix minor spelling mistake
2024-07-08 08:09:37 +08:00
file.d
Fix Bugzilla 24564 - std.file.DirEntry throws Exception instead of FileException
2024-05-25 00:50:58 +02:00
functional.d
Add bind to the header table ( #8731 ) ( #8733 )
2023-04-17 12:46:33 +03:00
getopt.d
Fix Issue 23940 - std.getopt does not assert with options that only differ in case with config.caseInsensitive
2023-05-27 17:38:25 +02:00
int128.d
Fix Issue 24142 - Allow casting Int128 to integral and floating types ( #8810 )
2023-09-18 07:15:35 +08:00
json.d
std.json: Document opEquals
( #8975 )
2024-07-19 10:52:14 +03:00
mathspecial.d
meta.d
Switch to faster version of staticMap
2022-08-16 22:58:51 +02:00
mmfile.d
Fix std.mmap documentation
2024-01-16 17:59:49 +01:00
numeric.d
replace dead links
2024-07-14 15:16:11 +12:00
outbuffer.d
Fix Bugzilla 20870 - std.outbuffer.printf is trusted ( #9037 )
2024-07-31 20:05:48 +08:00
package.d
Move logger out of experimental
2022-07-29 12:15:34 +02:00
parallelism.d
Fix Bugzilla 14138 - std.parallelism.task breaks @safety ( #9033 )
2024-07-29 06:45:40 +08:00
path.d
Fix ref foreach range variable
2024-04-14 18:17:29 +01:00
process.d
Merge remote-tracking branch 'upstream/stable' into merge_stable
2024-05-27 09:41:34 +00:00
random.d
User hyperlinks to refer to bugzilla issues ( #8766 )
2023-06-16 14:45:44 +03:00
signals.d
User hyperlinks to refer to bugzilla issues ( #8766 )
2023-06-16 14:45:44 +03:00
socket.d
Fix some invalid links ( #8994 )
2024-04-29 22:08:10 +08:00
stdint.d
stdio.d
Fix Bugzilla 24685 - std.stdio.File.rawRead allows reading raw pointers from files in @safe code ( #9030 )
2024-07-27 07:23:54 +08:00
string.d
Improve code readablitity in unittests
2024-06-21 18:35:03 +02:00
sumtype.d
sumtype: add list of examples to module doc
2024-05-31 11:22:43 -04:00
system.d
fix issue 23881: add std.system.instructionSetArchitecture and std.system.ISA ( #8744 )
2023-05-09 15:37:29 +03:00
traits.d
[std.traits] Improve FunctionTypeOf docs
2024-04-01 05:52:13 +08:00
typecons.d
Fix Bugzilla 22293: opCast!bool for Nullable ( #9039 )
2024-08-01 17:09:38 +08:00
typetuple.d
uri.d
utf.d
replace dead links
2024-07-14 15:16:11 +12:00
uuid.d
Add @nogc nothrow
to randomUUID
2024-04-17 11:27:06 +02:00
variant.d
use cast() where we can
2024-03-08 11:57:50 -08:00
zip.d
std.zip: Remove declarations with expired deprecations
2022-02-15 14:54:28 +01:00
zlib.d