.. |
algorithm
|
Silence warning: struct Rebindable has method toHash, however it cannot be called with const(Rebindable!(const(C))) this.
|
2019-10-07 23:29:47 +02:00 |
container
|
Geod24 typo fixes
|
2019-09-21 15:12:25 +01:00 |
datetime
|
Fix issue 20145 - Random unittest failures in std.datetime.stopwatch
|
2019-09-17 16:23:51 +02:00 |
digest
|
Fix issue 13471: can't use crc at CTFE
|
2019-05-23 02:40:46 -04:00 |
experimental
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2019-08-05 08:51:49 +02:00 |
internal
|
Refactor approxEqual, removed superfluous overload
|
2019-09-09 18:21:29 +02:00 |
net
|
Add missing punctuation
|
2019-08-21 14:30:31 +00:00 |
range
|
Fix Issue 15230 - Inconsistent std.range.SortedRange predicate checks
|
2019-09-29 19:39:05 +02:00 |
regex
|
Fix Issue 20098 - Improve result of printing std.regex compiled pattern
|
2019-08-02 15:53:21 -07:00 |
windows
|
Remove redundant body of @disable functions. Issue 14854 DMD (#6893)
|
2019-03-06 02:00:04 +01:00 |
array.d
|
array.d: replace Error with assert()
|
2019-09-12 22:32:00 -07:00 |
ascii.d
|
[TRIVIAL] Make link clickable and safe (#7045)
|
2019-05-27 17:35:26 +02:00 |
base64.d
|
Use selective top-level module imports in std.{base64,csv,datetime}
|
2019-05-23 09:57:13 +02:00 |
bigint.d
|
Merge pull request #7184 from WalterBright/bigintError
|
2019-09-13 10:11:37 +02:00 |
bitmanip.d
|
Clarify warning in BitArray.length
|
2019-09-25 08:01:50 +00:00 |
compiler.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
complex.d
|
Increased unittest coverage of std.complex to 100% (#7081)
|
2019-06-20 11:59:07 +02:00 |
concurrency.d
|
FiberScheduler: Make the stack size configurable
|
2019-09-25 10:23:42 +09:00 |
conv.d
|
Merge pull request #7197 from Panke/std-conv-formatvalue
|
2019-10-02 09:01:54 +02:00 |
csv.d
|
std.csv assert messages
|
2019-05-28 08:47:53 +01:00 |
demangle.d
|
switch Digital Mars copyright to D Language Foundation
|
2018-09-05 13:49:46 -07:00 |
encoding.d
|
typo in transcode unittest
|
2019-06-21 15:51:52 +01:00 |
exception.d
|
Make ErrnoException.errno nothrow pure @nogc @safe
|
2019-06-14 07:34:28 +02:00 |
file.d
|
std.file: Fix unittest for no autodecode
|
2019-08-15 12:13:58 +00:00 |
format.d
|
Fix issue 20218: format: don't try to print the entire range while merely testing the format string
|
2019-09-17 15:07:37 +02:00 |
functional.d
|
Fix copy-paste error in std.functional.pipe doc
|
2019-08-11 11:03:43 -04:00 |
getopt.d
|
assert messages for std.getopt
|
2019-05-24 14:38:06 +01:00 |
json.d
|
std_json allow trailing comma
|
2019-06-14 10:49:22 +01:00 |
math.d
|
Fix issue 20205 - std.math: Wrong result for abs(int.min)
|
2019-10-06 16:37:04 +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
|
Remove trailing whitespace
|
2019-05-09 17:26:26 +01:00 |
mmfile.d
|
std.mmfile: MAP_ANON is only defined in core.sys.posix.sys.mman
|
2019-04-29 23:42:41 +02:00 |
numeric.d
|
Add unittest for CustomFloat.
|
2019-10-02 20:41:05 +02:00 |
outbuffer.d
|
Use selective top-level module imports in std.{functional,getopt,math,net,outbuffer}
|
2019-05-23 13:20:04 +02:00 |
package.d
|
Move all from experimental to std
|
2019-03-21 11:42:18 +01:00 |
parallelism.d
|
Make task() example compilable.
|
2019-09-25 11:43:13 +02:00 |
path.d
|
Turn on -preview=markdown
|
2019-07-04 10:28:30 -07:00 |
process.d
|
std.process: use local imports
|
2019-08-21 09:35:00 +09:00 |
random.d
|
Replace sizediff_t with ptrdiff_t in std.random.d
|
2019-08-30 17:38:39 +09:00 |
signals.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
socket.d
|
Fix enum type in std.socket to match the receiver type
|
2019-06-27 16:14:40 +03:00 |
stdint.d
|
switch Digital Mars copyright to D Language Foundation
|
2018-09-05 13:49:46 -07:00 |
stdio.d
|
std.stdio: Fix failing unittest with no autodecode
|
2019-08-15 11:59:21 +00:00 |
string.d
|
Merge pull request #7034 from burner/std.string_assert_messages
|
2019-05-30 22:11:13 +08:00 |
system.d
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
traits.d
|
Add Unconst to std.traits
|
2019-09-01 11:13:26 +02:00 |
typecons.d
|
Silence warning: struct Rebindable has method toHash, however it cannot be called with const(Rebindable!(const(C))) this.
|
2019-10-07 23:29:47 +02:00 |
typetuple.d
|
typetuple: 100% code coverage
|
2019-09-29 20:13:44 +02:00 |
uni.d
|
std.uni: Disambiguate templates with autodecoding off
|
2019-08-15 13:46:51 +00:00 |
uri.d
|
std.uri: Add unittests for 100% code coverage. (#7220)
|
2019-10-17 09:22:45 +02:00 |
utf.d
|
std.utf.byUTF: add option to throw on invalid UTF
|
2019-08-18 11:06:28 -07: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
|
Fix std.variant unittest
|
2019-08-29 18:29:35 +03:00 |
xml.d
|
Fix typo.
|
2019-09-28 15:15:33 +02:00 |
zip.d
|
Fix issue 20027 - std.zip susceptible to zip malware attacks
|
2019-10-10 20:45:23 +02:00 |
zlib.d
|
switch Digital Mars copyright to D Language Foundation
|
2018-09-05 13:49:46 -07:00 |