phobos/std
2020-02-22 12:08:59 -08:00
..
algorithm std.algorithm.sorting: Enable binary transform function for schwartzSort 2020-01-25 04:36:33 +01:00
container Merge pull request #7370 from burner/std.container.rbtree_assert_messages 2020-02-02 04:24:33 +01:00
datetime Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
digest Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
experimental Remove 'could not locate' warning from std unittests 2020-01-24 18:33:39 +02:00
internal Remove obsolete hack in std.internal.math.biguintcore 2020-02-21 20:37:14 +01:00
net Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
range Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
regex Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
windows Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
array.d Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
ascii.d [TRIVIAL] Make link clickable and safe (#7045) 2019-05-27 17:35:26 +02:00
base64.d Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
bigint.d Merge pull request #7151 from n8sh/issue-20146-20147 2019-12-30 00:02:51 +01:00
bitmanip.d Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
compiler.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
complex.d Fix Issue 19733 - expi documentation links broken 2019-12-06 14:34:09 +01:00
concurrency.d Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
conv.d Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05: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 Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
exception.d Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
file.d Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
format.d fix Issue 20566 - std.sformat should avoid allocating memory when printing floating point values 2020-02-09 08:36:01 +01:00
functional.d Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
getopt.d many existing tests can be @safe now 2020-01-05 01:32:03 +01:00
json.d Fix issue 20527. Set the correct union member for integers so CTFE 2020-01-23 08:32:50 -05:00
math.d Fix recent test regressions for targets with double-precision real 2020-02-22 00:36:56 +01: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 Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02: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 Merge pull request #7331 from berni44/stable_numeric_customfloat 2020-01-02 09:48:11 +00: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 Move all from experimental to std 2019-03-21 11:42:18 +01:00
parallelism.d Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
path.d Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
process.d Fix Issue 20521 - Checking for and getting empty variables on Wine / XP fails 2020-01-21 15:07:43 +00:00
random.d Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
signals.d Add closures to warning and mark warning in red. 2019-11-12 13:44:57 +01:00
socket.d std.socket: Move const to the RHS 2020-02-04 10:07:07 +09:00
stdint.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
stdio.d Removed deprecated By(Line|Chunk|Record) from std.stdio 2020-01-28 17:29:00 +01:00
string.d Remove deprecated functions from std.string 2020-01-28 18:48:18 +01:00
system.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
traits.d Issue 12931: Move shared to the RHS 2020-02-03 18:23:01 +09:00
typecons.d Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
typetuple.d typetuple: 100% code coverage 2019-09-29 20:13:44 +02:00
uni.d Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
uri.d std.uri: Add unittests for 100% code coverage. (#7220) 2019-10-17 09:22:45 +02:00
utf.d Use consistent quickindex wrapper around hand-written list-of-links tables 2020-02-21 21:04:05 -05:00
uuid.d
variant.d Fix Issue 15940 - ImplicitConversionTargets and class alias in struct 2019-12-10 15:29:18 +01:00
xml.d Fix typo. 2019-09-28 15:15:33 +02:00
zip.d zip.d: fix printf formats 2020-02-22 12:08:59 -08:00
zlib.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00