phobos/std
H. S. Teoh 90ad7e5fe9 Remove bug section from docs: bug has been fixed in compiler.
Add unittest to prevent regressions in the future.
2015-07-21 10:03:24 -07:00
..
algorithm Merge pull request #3479 from Xinok/issue12966 2015-07-13 01:06:54 +03:00
c
container std.container.array remove workaround 2015-07-16 09:40:45 +02:00
digest Extend documentation for toHexString 2015-07-19 23:56:13 +02:00
experimental logger cleanup2: 2015-06-12 11:30:46 +02:00
internal std.internal.math.biguintcore: minor improvements 2015-07-02 18:41:28 -07:00
net Merge pull request #3466 from karronoli/fix-curl-options-arg 2015-07-14 04:29:48 +03:00
range Remove bug section from docs: bug has been fixed in compiler. 2015-07-21 10:03:24 -07:00
regex std.regex: simplify case statement 2015-07-08 14:05:40 +02:00
windows Range-ify: std.file chdir and others 2015-07-15 17:02:11 -07:00
array.d fix package XREFs 2015-06-15 22:30:41 +02:00
ascii.d Revert "Introducing std.meta package" 2015-05-06 14:36:45 -07:00
base64.d Use auto ref to retain compatibility with previous workarounds. 2015-06-30 08:49:54 -07:00
bigint.d use if-else instead of ?: 2015-06-30 23:09:08 +09:00
bitmanip.d Add warning about GC to taggedPointer and taggedClassRef docs 2015-06-13 14:50:03 +02:00
compiler.d
complex.d
concurrency.d add std.concurrencybase 2015-07-05 00:50:38 -07:00
concurrencybase.d add std.concurrencybase 2015-07-05 00:50:38 -07:00
conv.d std.conv add toChars() 2015-07-09 15:29:27 -07:00
cstream.d stream deprecation breaks doc building 2015-05-29 23:52:43 +02:00
csv.d fix package XREFs 2015-06-15 22:30:41 +02:00
datetime.d Implement issue# 14792: Add SysTime.fromUnixTime. 2015-07-13 16:21:36 -07:00
demangle.d
encoding.d Typo in the windows-1252 charMap. 2015-06-08 03:30:39 +03:00
exception.d assertNotThrown can call expressions that return useful data 2015-07-16 00:19:27 +02:00
file.d Range-ify: std.file chdir and others 2015-07-15 17:02:11 -07:00
format.d Merge pull request #3470 from WalterBright/betterFormatU 2015-07-04 14:36:23 +09:00
functional.d remove trailing whitespace, detab, tolf 2015-05-31 11:24:01 +02:00
getopt.d Change all bold headers to DDOC headers 2015-06-01 18:26:50 -04:00
json.d Add attributes to methods in std.json. 2015-05-29 22:35:11 -06:00
math.d Merge pull request #3011 from 9il/float-traits 2015-07-15 21:31:02 +03:00
mathspecial.d remove trailing whitespace, detab, tolf 2015-05-31 11:24:01 +02:00
meta.d Fix a few typos in std/meta.d 2015-07-17 20:51:21 +09:00
metastrings.d
mmfile.d Separate linux kernel, glibc, and bionic APIs where appropriate 2015-05-27 21:54:52 -05:00
numeric.d remove trailing whitespace, detab, tolf 2015-05-31 11:24:01 +02:00
outbuffer.d outbuffer: alias syntax update 2015-05-28 18:55:05 +02:00
parallelism.d std.parallelism: move static constructor out of template 2015-07-02 19:55:28 -07:00
path.d std.path.toNormalizedPath - fix typo 2015-06-17 03:31:08 -07:00
process.d Prevent using alloca and tempCString in same functions 2015-06-21 19:17:16 +09:00
random.d remove unnecessary uses of std.format 2015-06-30 19:45:15 -07:00
signals.d
socket.d Remove superfluous ctor in ddoc version of UnixAddress 2015-06-01 14:59:10 -04:00
socketstream.d stream deprecation breaks doc building 2015-05-29 23:52:43 +02:00
stdint.d
stdio.d add reference to byLine 2015-07-13 23:24:30 +02:00
stdiobase.d
stream.d stream deprecation breaks doc building 2015-05-29 23:52:43 +02:00
string.d Merge pull request #3446 from 9rnsr/fix14735 2015-06-29 15:25:54 -07:00
syserror.d
system.d Separate linux kernel, glibc, and bionic APIs where appropriate 2015-05-27 21:54:52 -05:00
traits.d Add CopyConstness 2015-07-15 23:14:33 -03:00
typecons.d Fix grammar in BitFlags docs. 2015-07-15 14:54:35 -07:00
typelist.d typelist: alias syntax fix 2015-05-28 19:11:06 +02:00
typetuple.d Revert AliasTuple back to AliasSeq 2015-07-17 08:52:29 +09:00
uni.d Merge pull request #3231 from tom-tan/uni-MultiArray-raw_ptr-pure-nothrow-nogc 2015-07-09 12:45:58 +03:00
uri.d std.uri - replace static construction with compile time construction 2015-06-30 13:36:03 -07:00
utf.d remove unnecessary uses of std.format 2015-06-30 19:45:15 -07:00
uuid.d Revert "Introducing std.meta package" 2015-05-06 14:36:45 -07:00
variant.d Replace D_PARAM with D through variant.d 2015-06-08 10:55:04 -07:00
xml.d
zip.d Document how to use std.zip to create a zip file. 2015-04-07 23:54:03 -05:00
zlib.d