.. |
algorithm
|
Merge pull request #8857 from ntrel/find-split-result
|
2023-11-28 23:38:54 +01:00 |
container
|
Fix import
|
2023-11-06 17:50:20 +00:00 |
datetime
|
Fix import
|
2023-12-29 13:41:09 +00: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
|
Reduce imports needed to print floats (#8890)
|
2024-01-10 17:46:22 +02:00 |
internal
|
std.uni: use hex strings for TrieEntry
|
2024-01-26 23:30:51 +01:00 |
logger
|
docs(std.logger.package): Fix ddoc macro typo in "Basic Logging" section
|
2023-11-13 00:30:32 +01:00 |
math
|
std.math.hardware: Remove mixin around RISCV implementations
|
2024-01-18 00:44:26 +01:00 |
net
|
Remove regex usage from std.net.curl
|
2023-12-24 18:08:35 +01:00 |
range
|
Merge pull request #8897 from pbackus/range-element-type
|
2024-01-22 09:32:50 +01:00 |
regex
|
std.regex: put disassemble function in debug version
|
2024-01-10 00:32:27 +01: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 assert on array literal (#8851)
|
2023-11-21 07:20:13 +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 std.bitmanip.bitfields documentation (#8902)
|
2024-01-25 11:47:13 +01: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
|
Move floatTraits to std.math.traits
|
2024-01-09 13:00:50 +01:00 |
csv.d
|
std.csv allow un equal number of value separators
|
2021-08-26 15:37:24 +00:00 |
demangle.d
|
|
|
encoding.d
|
Rename the initial value of some enums from init to _init
|
2021-05-12 10:56:46 +08:00 |
exception.d
|
Add errnoMsg property to ErrnoException
|
2023-12-03 09:21:28 +13: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
|
Fix std.mmap documentation
|
2024-01-16 17:59:49 +01: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
|
Fix issue 24207 - make AbstractTask private so it's not inadvertently
|
2023-10-29 11:04:54 -04: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
|
show that chomp doesn't remove spaces in example
|
2023-09-24 12:10:11 +00: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
|
Revert "Fix Issue 24215 - isBasicType!Enum should be false"
|
2023-11-04 10:57:37 -04:00 |
typecons.d
|
std.typecons: Support non-copyable types
|
2024-01-05 07:38:16 +08: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
|
|
|