phobos/std
2019-07-04 13:33:53 +09:00
..
algorithm Implement Phobos side of DIP1014 2019-06-30 22:51:05 +02:00
container std.container.rbtree: compile with -dip1000 2019-03-20 12:15:19 -07:00
datetime function attributes go on the right of function aliases 2019-06-11 09:51:32 +08:00
digest Fix issue 13471: can't use crc at CTFE 2019-05-23 02:40:46 -04:00
experimental Fix 2 more cases 2019-06-27 16:40:04 +03:00
internal Replace D1 operator overloads with D2 operator overloads 2019-07-04 13:33:53 +09:00
net Use selective top-level module imports in std.{functional,getopt,math,net,outbuffer} 2019-05-23 13:20:04 +02:00
range Merge pull request #7057 from n8sh/inout-front 2019-06-12 12:29:24 +02:00
regex Use selective top-level module imports in std.{path,range,regex} 2019-05-23 10:25:16 +02:00
windows Remove redundant body of @disable functions. Issue 14854 DMD (#6893) 2019-03-06 02:00:04 +01:00
array.d assert messages for std.array 2019-05-24 15:02:25 +01: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 Replace D1 operator overloads with D2 operator overloads 2019-07-04 13:33:53 +09:00
bitmanip.d Replace D1 operator overloads with D2 operator overloads 2019-07-04 13:33:53 +09: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 Make locally-defined FiberScheduler actually usable (#7096) 2019-07-01 08:22:37 +02:00
conv.d Fix issues arising from the DMD 9029 fix (types match to alias) 2019-05-11 12:55:57 +01: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 Fix Issue 16487 - Add function to obtain the available disk space (#5776) 2019-06-28 08:35:59 +02:00
format.d Fix issue 19939 - std.format count width error 2019-06-12 20:58:53 +08:00
functional.d Use selective top-level module imports in std.{functional,getopt,math,net,outbuffer} 2019-05-23 13:20:04 +02: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 Merge remote-tracking branch 'upstream/stable' into merge_stable 2019-06-13 01:06:21 +02:00
mathspecial.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +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 Move std.numeric.CustomFloat.ToBinary to top-level 2019-05-09 16:49:28 +01: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 Fix 2 more cases 2019-06-27 16:40:04 +03:00
path.d Use selective top-level module imports in std.{path,range,regex} 2019-05-23 10:25:16 +02:00
process.d std.process.forkChild cannot be inlined 2019-06-05 22:04:56 +09:00
random.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2019-06-13 01:06:21 +02: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 Use selective top-level module imports in std.{stdio,string} 2019-05-23 10:32:49 +02: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 Implement Phobos side of DIP1014 2019-06-30 22:51:05 +02:00
typecons.d Deprecate alias get this in Nullable. 2019-06-13 13:51:05 +02:00
typetuple.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00
uni.d Use selective top-level module imports in std.{typecons,uni,utf} 2019-05-23 10:57:09 +02:00
uri.d Fix Issue 19806 - ietf link outdated 2019-04-16 14:26:40 +09:00
utf.d Use selective top-level module imports in std.{typecons,uni,utf} 2019-05-23 10:57:09 +02: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 D1 operator overloads with D2 operator overloads 2019-07-04 13:33:53 +09:00
xml.d Replace D1 operator overloads with D2 operator overloads 2019-07-04 13:33:53 +09:00
zip.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
zlib.d switch Digital Mars copyright to D Language Foundation 2018-09-05 13:49:46 -07:00