phobos/std
2014-08-21 14:34:38 +09:00
..
c Add pure/nothrow/@nogc attributes to std.socket. 2014-08-05 19:54:39 +04:00
container Fix Issue 12913 - container: removeAny: fix docs (position of removed element must be unspecified) 2014-08-20 11:42:43 +03:00
digest localize some imports 2014-08-02 01:05:56 +02:00
experimental
internal localize some imports 2014-08-02 01:05:56 +02:00
net Fix ddoc params abuse in std.net.curl.SMTP.onProgress. 2014-08-14 19:14:32 -07:00
windows Fix a minor typo. 2014-07-28 22:28:20 +01:00
algorithm.d Merge pull request #2415 from quickfur/issue13257 2014-08-18 22:07:03 +02:00
array.d Merge pull request #2240 from Safety0ff/fix12890 2014-08-17 21:41:45 +04:00
ascii.d
base64.d Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path 2014-08-04 23:33:25 -05:00
bigint.d fix property enforcement 2014-07-30 19:15:39 +09:00
bitmanip.d std.bitmanip BitArray: add function attributes 2014-08-03 16:15:06 -04:00
compiler.d
complex.d
concurrency.d
conv.d localize some imports 2014-08-02 01:05:56 +02:00
cstream.d Add missing imports 2014-08-10 18:20:05 +09:00
csv.d attributes and two small bug fixes for csv 2014-08-13 17:29:27 +02:00
datetime.d Change SysTime.fracSec to "scheduled for deprecation" from deprecated. 2014-08-20 20:48:10 -07:00
demangle.d
encoding.d fix Issue 12853 - std.encoding EncodingSchemeUtf16Native and EncodingSchemeUtf32Native decode() and SafeDecode() wrong stripping length 2014-07-17 06:08:59 +09:00
exception.d Deprecate std.c.string and move its contents to druntime 2014-07-13 12:47:26 -05:00
file.d Mark a unittest for std.file.getSize as safe 2014-08-21 14:34:38 +09:00
format.d localize some imports 2014-08-02 01:05:56 +02:00
functional.d
getopt.d whoops, forgot one ++i 2014-08-18 07:24:47 +02:00
json.d
math.d Add more integer isXXX deprecations 2014-07-26 04:04:18 +02:00
mathspecial.d
mmfile.d Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path 2014-08-04 23:33:25 -05:00
numeric.d rebase 2014-08-06 08:50:13 +04:00
outbuffer.d
parallelism.d Do the same for amap and reduce, for consistency's sake. 2014-08-08 16:12:12 -07:00
path.d Fix documentation of when dirName() allocates 2014-07-20 14:15:48 -06:00
process.d Merge pull request #2413 from kyllingstad/deprecate-windows-execv 2014-08-14 14:32:46 +02:00
random.d Simplify partialShuffle 2014-08-15 21:54:03 +03:00
range.d Make TakeExactly!R implicitly convertible to Take!R 2014-07-26 12:20:34 +09:00
regex.d
signals.d
socket.d [Fix] Fix SocketSet.count return type. 2014-08-15 11:24:16 +04:00
socketstream.d
stdint.d
stdio.d fix Issue 13241 - [REG2.067a] writeln no longer flushes stdout 2014-08-19 00:12:23 +00:00
stdiobase.d
stream.d Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path 2014-08-04 23:33:25 -05:00
string.d Fix std.string ddoc problems. 2014-08-08 15:36:36 -07:00
syserror.d Deprecate std.c.string and move its contents to druntime 2014-07-13 12:47:26 -05:00
system.d
traits.d Fix property enforcement in std.traits.functionAttributes 2014-08-15 19:55:30 +04:00
typecons.d Merge pull request #1980 from CyberShadow/fix12297 2014-08-13 17:40:46 -07:00
typelist.d
typetuple.d
uni.d Issue 13232 - avoid expensive template instantiations on module import 2014-08-01 02:15:56 +02:00
uri.d
utf.d Fix issue 12923 2014-07-27 17:28:51 +04:00
uuid.d
variant.d hasElaborateAssign -> hasElaborateCopyConstructor. 2014-08-19 15:52:04 +03:00
xml.d
zip.d
zlib.d