.. |
algorithm
|
[Trivial] Use std.meta instead of std.typetuple
|
2020-05-13 10:49:16 +09:00 |
container
|
Follow up review on PR 7441
|
2020-04-15 02:15:04 +09:00 |
datetime
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
digest
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
experimental
|
std.experimental.allocator: use core.bitop for trailingZeroes and leadingOnes
|
2020-05-15 10:34:20 -07:00 |
internal
|
Follow up review on PR 7441
|
2020-04-15 02:15:04 +09:00 |
net
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
range
|
Fix Issue 20751 - SortedRange with ref predicate parameters fails
|
2020-04-26 00:44:39 +02:00 |
regex
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
uni
|
replace "package " with "package(std) "
|
2020-05-05 13:08:39 +08:00 |
windows
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
array.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
ascii.d
|
[TRIVIAL] Make link clickable and safe (#7045)
|
2019-05-27 17:35:26 +02:00 |
base64.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
bigint.d
|
mark BigInt.toHash pure nogc
|
2020-05-12 10:49:54 +02:00 |
bitmanip.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
compiler.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
complex.d
|
std.complex: Add complex norm() and proj()
|
2020-05-15 09:13:18 +02:00 |
concurrency.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
conv.d
|
Fix issue 20782 - allow std.conv.to to convert string to const enum
|
2020-04-28 12:19:52 +02:00 |
csv.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
demangle.d
|
switch Digital Mars copyright to D Language Foundation
|
2018-09-05 13:49:46 -07:00 |
encoding.d
|
Use consistent quickindex wrapper around hand-written list-of-links tables
|
2020-02-21 21:04:05 -05: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
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
format.d
|
Add tests for empty empty static arrays of (|w|d)char's
|
2020-05-12 15:52:48 +02:00 |
functional.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
getopt.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
json.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
math.d
|
std.math: Remove redundnt public from top-level module
|
2020-05-17 00:02:09 +02:00 |
mathspecial.d
|
Fix Issue 19283 - [std.mathspecial] documentation for normal distribution doesn't list parameters
|
2019-10-16 16:14:31 +02:00 |
meta.d
|
Update wording
|
2020-05-27 12:33:50 -04:00 |
mmfile.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
numeric.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
outbuffer.d
|
Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest
|
2020-01-19 14:05:17 +02:00 |
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 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
process.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
random.d
|
Merge pull request #7436 from n8sh/issue-20723
|
2020-04-16 20:35:57 +02:00 |
signals.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
socket.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
stdint.d
|
switch Digital Mars copyright to D Language Foundation
|
2018-09-05 13:49:46 -07:00 |
stdio.d
|
fix refs to core.stdc.stdio.stdin/stdout/stderr
|
2020-05-22 02:09:20 +02:00 |
string.d
|
Fix Issue 20783 - std.string.lastIndexOf doesn't work correctly in CTFE
|
2020-04-29 02:51:03 +02:00 |
system.d
|
Add support for iOS derived platforms to std.system
|
2020-03-14 15:14:30 +01:00 |
traits.d
|
std.traits: FunctionAttribute supports live function
|
2020-05-22 12:36:13 +09:00 |
typecons.d
|
Fix issue 20850 - Can't assign enum of Tuple
|
2020-05-21 13:42:04 +02:00 |
typetuple.d
|
typetuple: 100% code coverage
|
2019-09-29 20:13:44 +02:00 |
uri.d
|
std.uri: Add unittests for 100% code coverage. (#7220)
|
2019-10-17 09:22:45 +02:00 |
utf.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09:00 |
uuid.d
|
Fix Issue 19138 - std.uuid.randomUUID should not depend on std.random.Random being Mt19937
|
2018-08-06 17:55:18 -04:00 |
variant.d
|
Replace 'Issue XXX' with Bugzilla links
|
2020-04-13 16:28:09 +09: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 |