.. |
algorithm
|
Change struct Rebindable to just use cast() if this is sufficient.
|
2023-04-19 22:59:43 +00:00 |
container
|
fix 22147: allow @disable this(this) T in DList!T
|
2023-03-12 19:49:11 +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
|
Redundant stack grow direction checks removed
|
2023-04-28 17:36:40 +03:00 |
format
|
Change how preview=in is detected
|
2023-02-28 12:56:43 +01: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: Fix wrong placement of 1.0 in log1p coefficient
|
2023-03-11 14:52:06 +01: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 14478: support non-copyable elements in many range algorithms
|
2023-05-01 18:17:27 +02:00 |
regex
|
std.regex: Refactor kicked (#8732)
|
2023-04-17 12:47:12 +03: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 Issue 6106 - Keep track of changes during replace function
|
2023-03-05 12:49:26 +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
|
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
|
Avoid throwing shared type
|
2023-03-02 17:00:49 +00:00 |
conv.d
|
Tweak 2 tests
|
2022-12-24 13:06:37 +00:00 |
csv.d
|
|
|
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
|
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 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
|
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 |
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
|
Remove redundant assumeUnique in std.path
|
2023-03-25 04:49:48 +01:00 |
process.d
|
Revert "Fixing a memory leak"
|
2023-02-21 11:03:57 -05:00 |
random.d
|
Fix std.random to not use this in static contexts
|
2023-03-15 00:17:00 +01:00 |
signals.d
|
|
|
socket.d
|
std.socket - tired of heisenbug failures in test suite
|
2023-02-11 22:29:44 -08:00 |
stdint.d
|
|
|
stdio.d
|
Fix cstdio links (#8740)
|
2023-04-24 12:55:48 +03: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
|
|
|
traits.d
|
clarify documentation for std.traits.isIntegral (#8741)
|
2023-04-24 12:54:42 +03:00 |
typecons.d
|
Change struct Rebindable to just use cast() if this is sufficient.
|
2023-04-19 22:59:43 +00: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
|
|
|
variant.d
|
|
|
zip.d
|
std.zip: Remove declarations with expired deprecations
|
2022-02-15 14:54:28 +01:00 |
zlib.d
|
|
|