.. |
algorithm
|
Fix broken tests caused by merge conflicts
|
2023-07-15 14:15:20 +00:00 |
container
|
User hyperlinks to refer to bugzilla issues (#8766)
|
2023-06-16 14:45:44 +03:00 |
datetime
|
rename variables
|
2022-11-09 23:28:55 +02:00 |
digest
|
Fix hang with buffer > 4gb
|
2023-08-14 02:38:04 +02:00 |
experimental
|
User hyperlinks to refer to bugzilla issues (#8766)
|
2023-06-16 14:45:44 +03:00 |
format
|
Fix unsafe union access in std.format
|
2023-07-27 20:26:20 +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
|
Cross-link to std.mathspecial.
|
2023-08-18 00:50:20 +02:00 |
net
|
Add an introduction to the std.json documentation, fix some mistakes in std.curl and replace broken links in std.stdio (#8724)
|
2023-03-21 11:01:15 +02:00 |
range
|
Fix issue 24064: use consistent types for ResultRanges. (#8791)
|
2023-08-03 10:10:12 +03:00 |
regex
|
Mark unsafe union access @trusted (#8787)
|
2023-07-31 13:58:35 +03:00 |
uni
|
Mark unsafe union access @trusted (#8787)
|
2023-07-31 13:58:35 +03:00 |
windows
|
add local imports
|
2022-11-12 19:29:28 +02:00 |
array.d
|
[std/array] Split staticArray overloads into two groups
|
2023-08-12 02:21:04 +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
|
Fix issue 24028 - BigInt power operator ignores sign of exponent
|
2023-07-03 12:19:09 -04:00 |
bitmanip.d
|
Branchless sign extend in std.bitmanip
|
2023-01-18 01:32:47 +00: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
|
User hyperlinks to refer to bugzilla issues (#8766)
|
2023-06-16 14:45:44 +03:00 |
concurrency.d
|
Avoid throwing shared type
|
2023-03-02 17:00:49 +00:00 |
conv.d
|
[std.conv] Tweak to, parse docs (#8785)
|
2023-07-31 13:04:46 +03: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
|
Tweak wording of assumeUnique
|
2023-08-11 16:35:15 +01:00 |
file.d
|
Add doc hints between read and readText
|
2023-03-15 12:52:00 +01: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
|
Improve documentation in std.json
|
2023-09-10 16:59:21 +12: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
|
User hyperlinks to refer to bugzilla issues (#8766)
|
2023-06-16 14:45:44 +03:00 |
process.d
|
Revert "Fixing a memory leak"
|
2023-02-21 11:03:57 -05: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
|
Improve documentation in std.socket
|
2023-09-10 17:05:45 +12:00 |
stdint.d
|
|
|
stdio.d
|
Merge pull request #8802 from WalterBright/CRuntimeStdio
|
2023-08-24 09:07:52 -07: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 23881: add std.system.instructionSetArchitecture and std.system.ISA (#8744)
|
2023-05-09 15:37:29 +03:00 |
traits.d
|
Use mixin expression instead of mixin declaration
|
2023-07-30 16:06:57 +01:00 |
typecons.d
|
Add std.typecons.Rebindable2 for internal use.
|
2023-06-19 13:24:30 +02: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
|
|
|