.. |
algorithm
|
Fix 23132 - Avoid ranges copy when compared for equality
|
2022-06-21 15:09:48 +00:00 |
container
|
Fix return/inout usage in rbtree
|
2022-02-16 16:27:04 +00:00 |
datetime
|
Fix incorrect return scope annotations
|
2022-03-22 18:08:31 +00:00 |
digest
|
Remove redundant access specifier from Phobos
|
2021-10-27 10:04:23 +03:00 |
experimental
|
remove compile features from std.experimental.logger
|
2022-06-14 16:42:40 +00:00 |
format
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2022-04-01 10:23:49 +02:00 |
internal
|
ditto
|
2022-05-29 22:07:47 +04:00 |
math
|
std.math.exponential: Fix coefficients for log2 and log10
|
2022-07-05 23:24:50 +00:00 |
net
|
Use return scope instead of just return
|
2021-11-26 17:03:06 +01:00 |
range
|
Fix Issue 18036 - Documentation of moveFront()
|
2022-02-28 12:36:36 +00:00 |
regex
|
Fix switch fallthrough
|
2022-04-11 11:26:11 +00:00 |
uni
|
Fix issue 23250 - corrected reginal indicator pairing.
|
2022-07-15 16:53:51 +03:00 |
windows
|
Merge pull request #8422 from MoonlightSentinel/throw-windows-exception
|
2022-03-31 11:24:51 +03:00 |
array.d
|
Fixes issues 22185, 22673 (#8359)
|
2022-01-26 11:24:59 +00:00 |
ascii.d
|
Reduce the number of isAggregateType!T checks
|
2020-08-18 03:50:12 +02:00 |
base64.d
|
Fix issue 22213 - Base64: Missing @nogc attribute on encodeLength
|
2022-04-13 16:06:38 +02:00 |
bigint.d
|
Fix bigint return scope order
|
2022-02-19 11:47:37 +00:00 |
bitmanip.d
|
Fix 22838 - BitArray.count reads beyond data
|
2022-03-03 01:00:41 +01:00 |
checkedint.d
|
Move checkedint out of experimental (#8100)
|
2022-01-25 00:17:24 +00:00 |
compiler.d
|
|
|
complex.d
|
std.complex: Use complex(LN10) as divisor in log10
|
2022-07-05 23:25:40 +00:00 |
concurrency.d
|
Remove redundant access specifier from Phobos
|
2021-10-27 10:04:23 +03:00 |
conv.d
|
Fix Issue 22637 - std.conv to!double and parse!double dont throw on under/overflow
|
2022-07-09 18:09:25 +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
|
Rename the initial value of some enums from init to _init
|
2021-05-12 10:56:46 +08:00 |
exception.d
|
Issue 22986: Mark ErrnoException.errno as scope
|
2022-04-27 18:55:50 +00:00 |
file.d
|
fix Issue 23215: segfault in std.file.remove
|
2022-06-28 13:15:30 +02:00 |
functional.d
|
[Refactor] Move toCtString to std.conv
|
2022-03-26 14:04:37 +00:00 |
getopt.d
|
getopt: mark defaultGetoptPrinter as @safe
|
2022-02-22 00:38:36 +00:00 |
int128.d
|
add std.int128
|
2022-04-14 11:01:44 -07:00 |
json.d
|
Fix incorrect return scope annotations
|
2022-03-22 18:08:31 +00:00 |
mathspecial.d
|
Throughout Phobos use core.math intrinsics instead of std.math wrappers
|
2021-03-02 07:09:08 +01:00 |
meta.d
|
Use alias assignment in staticMap (#8039)
|
2021-10-26 22:06:41 +00:00 |
mmfile.d
|
add scope to MmFile constructors
|
2022-05-30 05:43:57 +00:00 |
numeric.d
|
std/numeric.d: Add tests for real type
|
2022-06-18 09:43:52 +08:00 |
outbuffer.d
|
Fixed linter issue on style
|
2022-04-29 17:26:56 +02:00 |
package.d
|
Add std.int128 to std module
|
2022-05-20 16:26:52 +00:00 |
parallelism.d
|
Add preliminary support for GNU/Hurd
|
2022-03-22 14:11:33 +00:00 |
path.d
|
Fix std.path unittest returning dangling pointer
|
2022-04-16 15:59:43 +02:00 |
process.d
|
Added @nogc to thisProcessID and thisThreadID in std.process
|
2022-05-16 21:21:20 +00:00 |
random.d
|
Fix Issue 18631 - std.random.choice does not work with const arrays
|
2022-07-07 15:38:21 +00: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
|
std.socket: Always compile slow unit tests
|
2022-05-08 08:25:36 +00:00 |
stdint.d
|
|
|
stdio.d
|
preallocate oom error (#8480)
|
2022-06-22 06:33:10 +01:00 |
string.d
|
indent multiline param description
|
2021-09-17 04:20:30 -05:00 |
sumtype.d
|
std.sumtype: Move TagTuple to module level to reduce instantiations
|
2022-07-07 00:05:35 +00: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
|
Use new __traits(classInstanceAlignment)
|
2022-05-13 18:38:09 +00:00 |
typecons.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2022-07-09 17:08:41 +02:00 |
typetuple.d
|
|
|
uri.d
|
Adapt imports of std.format to new structure of std.format.
|
2021-03-19 13:22:00 +01:00 |
utf.d
|
chore(utf): documentation of byUTF is wrong about thrown exceptions (#8464)
|
2022-05-19 09:48:24 +00: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 |
xml.d
|
Make phobos compile with pure-scope fix
|
2021-12-23 18:52:04 +01:00 |
zip.d
|
std.zip: Remove declarations with expired deprecations
|
2022-02-15 14:54:28 +01:00 |
zlib.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |