phobos/std
2012-10-04 11:02:32 +04:00
..
c
internal Merge pull request #642 from donc/bigint7993div 2012-07-01 19:50:17 -07:00
net Fix for issue 8558 2012-08-18 20:48:24 +09:00
windows
algorithm.d pretty findSplit example 2012-08-20 13:19:03 -07:00
array.d Changes required for issue# 6277. 2012-07-21 01:57:28 -07:00
ascii.d
base64.d Runnable examples - std.base64 2012-07-15 21:26:32 +00:00
bigint.d Fix example in BigInt docs 2012-07-19 10:55:44 +02:00
bitmanip.d Adding myself as author to the modules I have contributed to. 2012-07-16 05:31:09 +02:00
compiler.d Adding myself as author to the modules I have contributed to. 2012-07-16 05:31:09 +02:00
complex.d
concurrency.d Move August removals to September. 2012-07-23 23:11:07 -07:00
container.d Fix documentation mistake in RedBlackTree 2012-09-05 16:19:28 -07:00
conv.d Fixed type in std.conv. 2012-08-05 17:01:07 -07:00
cpuid.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
cstream.d Added warnings of future deprecation to modules that will be replaced. 2012-05-28 14:08:20 -07:00
csv.d Revert all const qualifier of class member functions that inherited from Object. 2012-07-31 10:05:59 +09:00
ctype.d Move August removals to September. 2012-07-23 23:11:07 -07:00
datetime.d Enhancement for std.datetime.StopWatch 2012-08-28 22:43:15 +09:00
demangle.d
encoding.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
exception.d Fix for issue# 8398. 2012-07-22 00:40:25 -07:00
file.d Deprecated std.file.listDir. 2012-07-15 14:15:40 -07:00
format.d snprintf already defined in core.stdc.stdio. 2012-09-05 20:53:25 +02:00
functional.d
getopt.d
json.d fix for "some std.json improvements" 2012-07-08 23:51:18 -04:00
math.d exp, expm1, exp2 return 'inf' for targets that don't use iasm. 2012-09-03 16:21:00 +01:00
mathspecial.d
md5.d
metastrings.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
mmfile.d Use errno instead of getErrno in Phobos. 2012-07-09 01:26:02 +02:00
numeric.d Changes required for issue# 6277. 2012-07-21 01:57:28 -07:00
outbuffer.d Revert all const qualifier of class member functions that inherited from Object. 2012-07-31 10:05:59 +09:00
parallelism.d Call executeWorkLoop() from startWorkLoop() like I meant to all along. This should fix the unittest failures. 2012-08-25 19:21:15 -04:00
path.d Use errno property instead of setErrno in std.path. 2012-07-09 04:35:56 +02:00
perf.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
process.d std.process: Fix escapePosixArgumentImpl 2012-08-10 10:15:06 +03:00
random.d Add std.random.partialShuffle. 2012-07-25 21:37:41 -04:00
range.d Add input range-related links, fix a/an typo 2012-08-30 14:23:34 +01:00
regex.d unittest for bug 8203 2012-06-08 01:33:56 +04:00
regexp.d
signals.d Replace delete with destroy in std.signals 2012-06-10 15:40:40 +04:00
socket.d Add required cast for 64 bit. 2012-09-02 20:36:03 +02:00
socketstream.d Minimal reverting of Issue 1824 - Object not const correct 2012-07-22 15:21:51 +09:00
stdint.d
stdio.d Remove redundant std.stdio.File.Impl.name 2012-10-04 11:02:32 +04:00
stdiobase.d
stream.d Merge pull request #702 from 9rnsr/rev_const 2012-07-22 21:47:09 -07:00
string.d Fix Issue 8516 - std.string.representation works incorrect for shared(const(T)) types 2012-08-07 11:17:29 +04:00
syserror.d
system.d
traits.d fix Issue 8339 - is(typeof(...)) is reporting true when it's false due to nested function error 2012-08-18 17:49:05 +09:00
typecons.d Fixes for issue 8591 (nothrow) 2012-08-28 21:11:37 +02:00
typelist.d
typetuple.d Added Filter and Lambda to std.typetuple. 2012-08-02 19:51:42 -07:00
uni.d Move August removals to September. 2012-07-23 23:11:07 -07:00
uri.d
utf.d Minor adjustment to better workaround bug# 8521. 2012-08-22 02:26:21 -07:00
uuid.d Add std.uuid module 2012-07-01 14:44:36 +02:00
variant.d Revert "Merge pull request #664 from denis-sh/add-ArrayTarget-template" 2012-07-11 11:49:28 -07:00
xml.d Revert all const qualifier of class member functions that inherited from Object. 2012-07-31 10:05:59 +09:00
zip.d fixed wrong headers for decompression 2012-08-25 17:06:37 +03:00
zlib.d