.. |
algorithm
|
Merge pull request #7625 from jamesragray/chunkbyfix
|
2020-09-23 03:05:14 +02:00 |
container
|
RedBlackTree.empty: const, .front/.back: inout (#7644)
|
2020-09-30 13:29:29 +08:00 |
datetime
|
timezone: wrap dirEntries foreach in a trusted lambda instead of making the whole function @trusted
|
2020-10-27 19:53:49 +01:00 |
digest
|
Minor fixes for -preview=in and targets preferring by-ref for real
|
2020-11-01 01:50:26 +01:00 |
experimental
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2020-10-18 21:34:13 +02:00 |
internal
|
std.internal.math.gammafunction: Define MAXGAMMA, MAXLOG, MINLOG for FreeBSD x86 reals
|
2020-11-09 14:25:12 +01:00 |
net
|
Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage
|
2020-08-03 15:07:32 +02:00 |
range
|
EASY: factor implementations of range length into a mixin template
|
2020-09-20 02:38:14 +02:00 |
regex
|
regex: partially make regex pure
|
2020-10-26 18:05:46 +00:00 |
uni
|
Fix issue 21302: std.uni's documentation contains a dead link to its source file
|
2020-10-11 06:33:04 +02:00 |
windows
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
array.d
|
Make it so std.utf can be tested with no autodecoding.
|
2020-08-17 06:53:34 +02:00 |
ascii.d
|
Reduce the number of isAggregateType!T checks
|
2020-08-18 03:50:12 +02:00 |
base64.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
bigint.d
|
cos/sin/rint/bigint use appropriate precision, remove rndtonl
|
2020-10-07 11:58:06 +08:00 |
bitmanip.d
|
Replace Unqual-based idiom with immutable-based idiom (#7576)
|
2020-08-04 04:32:14 +02:00 |
compiler.d
|
|
|
complex.d
|
std.math: Add support for FreeBSD x86 53-bit precision reals
|
2020-11-09 15:04:08 +01:00 |
concurrency.d
|
Revert "Fix issue 13930, 19345 - Fix receiveOnly for non-assignable types"
|
2020-10-11 01:23:20 +02:00 |
conv.d
|
std.conv: Fix unittests for FreeBSD x86 53-bit precision reals
|
2020-11-09 14:25:07 +01:00 |
csv.d
|
Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage
|
2020-08-03 15:07:32 +02:00 |
demangle.d
|
|
|
encoding.d
|
Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage
|
2020-08-03 15:07:32 +02:00 |
exception.d
|
Followup to #7458 - Return true for mayPointTo(void[N]) that can hold a slice,
|
2020-04-30 10:18:54 -04:00 |
file.d
|
file: make rmdirRecurse @safe
|
2020-10-29 05:25:03 +01:00 |
format.d
|
Reduce the number of isAggregateType!T checks
|
2020-08-18 03:50:12 +02:00 |
functional.d
|
Fix issue 21347 - std.functional.adjoin should work in BetterC
|
2020-10-29 04:45:15 +01:00 |
getopt.d
|
std.getopt: Fix link to perl docs (#7572)
|
2020-07-31 10:11:06 +08:00 |
json.d
|
Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage
|
2020-08-03 15:07:32 +02:00 |
math.d
|
std.math: Add support for FreeBSD x86 53-bit precision reals
|
2020-11-09 15:04:08 +01:00 |
mathspecial.d
|
|
|
meta.d
|
Fix issue 21088: move alias statement into staticMap mixin body.
|
2020-07-30 05:51:25 +02:00 |
mmfile.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
numeric.d
|
Minor fixes for -preview=in and targets preferring by-ref for real
|
2020-11-01 01:50:26 +01:00 |
outbuffer.d
|
|
|
package.d
|
std.package: Don't use partial in test.
|
2020-05-05 11:23:20 +02:00 |
parallelism.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
path.d
|
Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage
|
2020-08-03 15:07:32 +02:00 |
process.d
|
Review
|
2020-09-21 16:11:17 -04:00 |
random.d
|
Remove trailing whitespace
|
2020-08-10 10:33:54 -05:00 |
signals.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
socket.d
|
Change Socket constructor to accept its parameter by const scope
|
2020-08-16 11:12:40 +02:00 |
stdint.d
|
|
|
stdio.d
|
stdio: optimize readln algorithm for non-char type
|
2020-10-28 15:09:58 +01:00 |
string.d
|
Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage
|
2020-08-03 15:07:32 +02:00 |
system.d
|
Add support for iOS derived platforms to std.system
|
2020-03-14 15:14:30 +01:00 |
traits.d
|
Simplify std.traits.isBoolean
|
2020-11-07 14:20:13 +01:00 |
typecons.d
|
Issue 21250 - dirEntries on non-existent directory causes assert error (#7646)
|
2020-10-02 16:49:09 +02:00 |
typetuple.d
|
|
|
uri.d
|
|
|
utf.d
|
Reduce trait template instantiation in std.utf
|
2020-09-15 13:22:09 +02:00 |
uuid.d
|
Fix Issue 21201 - let std.uuid.parseUUID accept input ranges whose elements are char or wchar, not just dchar
|
2020-08-27 16:47:53 +02:00 |
variant.d
|
std.variant: Make use of core.lifetime.copyEmplace() (#7688)
|
2020-11-04 12:18:02 +08:00 |
xml.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
zip.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
zlib.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |