phobos/std
Nicholas Wilson b1413e3cde
function attributes go on the right of function aliases
FuncType is actually `@system` because of this, for some reason it is still `pure` and `nothrow`.
2019-06-11 09:51:32 +08:00
..
algorithm Merge pull request #7024 from wilzbach/import-selective 2019-05-23 12:07:47 +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 Merge pull request #7040 from dkgroot-dlang/region_brk_sbrk 2019-05-26 08:10:59 +08:00
internal Fixes #19740: Incorrect result of BigInt * BigInt. 2019-04-21 08:41:33 +08:00
net Use selective top-level module imports in std.{functional,getopt,math,net,outbuffer} 2019-05-23 13:20:04 +02:00
range Ternary operator doesn't promote characters to integers anymore 2019-05-26 05:17:39 +00: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 Add powmod() for BigInt operands. 2019-05-24 19:55:56 +08:00
bitmanip.d Merge pull request #7031 from n8sh/bitmanipPopcnt 2019-05-24 21:27:23 +02:00
compiler.d
complex.d more scope for FormatSpec 2019-03-18 00:27:33 -07:00
concurrency.d
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
encoding.d
exception.d
file.d std/file.d: Clean-up unused imports after merging #6805 2019-04-06 13:25:35 +02:00
format.d assert messages for std.format 2019-05-28 11:03:54 +01: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 remove deprecated stuff in std.json 2019-05-18 21:23:42 -04:00
math.d Merge pull request #7026 from wilzbach/import-selective4 2019-05-23 15:08:36 +02:00
mathspecial.d
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 Issue 19513 - Use sched_getaffinity(2) to get the number of CPU 2019-05-24 14:30:05 +09: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 pull request #7013 from n8sh/rndGenUnusedImports 2019-05-18 13:48:34 +08:00
signals.d
socket.d add messages to some asserts in std/socket.d 2019-05-25 09:50:32 -04:00
stdint.d
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
traits.d Explicitly stated that the enum name can be retrieved with __traits 2019-05-14 12:34:10 +02:00
typecons.d Use selective top-level module imports in std.{typecons,uni,utf} 2019-05-23 10:57:09 +02:00
typetuple.d
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
variant.d fix Issue 11061 - Variant of an array can be compared with another array 2019-06-06 14:14:20 +02:00
xml.d Fix tests that fail on version (BigEndian) 2019-04-21 01:52:05 +03:00
zip.d
zlib.d