phobos/std
2013-06-21 12:40:59 +02:00
..
c Use atomicOp instead of InterlockedIncrement to fix Win64 linker errors. 2013-04-13 19:31:51 +02:00
digest Merge pull request #1256 from redstar/digestcleanup 2013-04-13 10:19:51 -07:00
internal Merge pull request #1231 from Safety0ff/master 2013-05-25 23:36:32 -07:00
net Use escape sequence for DELETE character. 2013-03-23 17:55:05 +01:00
windows Fixes Issue 9373 - Add deprecation messages to Phobos. 2013-01-23 02:44:08 +01:00
algorithm.d Remove unnecessary mixin in static assert. 2013-06-18 21:21:36 -04:00
array.d Improve Issue 10220 fix. 2013-06-05 18:43:47 +04:00
ascii.d
base64.d std.base64: Introduce Base64Exception 2013-02-11 17:25:44 +02:00
bigint.d Merge pull request #1231 from Safety0ff/master 2013-05-25 23:36:32 -07:00
bitmanip.d Fixes Issue 4124 - Implement toString for BitArray. 2013-06-01 15:40:01 +02:00
compiler.d
complex.d Improved unittest 2012-12-13 14:20:48 +01:00
concurrency.d fixed receiveTimeout to not wait beyond the specified limit in the event of multiple internal waits 2013-04-30 13:13:20 -07:00
container.d Remov workaround 8763 2013-02-09 12:21:20 +01:00
conv.d Make conv unittest private simbols private 2013-06-19 23:48:54 +02:00
cstream.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
csv.d fix Issue 8908 - Collapse of std.csv by the specifications change of std.conv.parse 2012-12-18 09:11:57 +09:00
datetime.d Fix std.datetime (remove ReturnType usage for property check) 2013-06-03 23:50:12 +09:00
demangle.d Fixes Issue 2445 - std.demangle example won't compile. 2012-12-02 13:27:56 +01:00
encoding.d
exception.d Fix std.exception.ifThrown tests in release mode. 2013-06-17 13:35:08 +02:00
file.d DDoc: file.d: Exceptions thrown (except slurp) 2013-04-19 22:49:56 +03:00
format.d Supplemental fix for issue 10334 2013-06-17 20:42:36 +09:00
functional.d Remove all uses of std.metastrings.Format. 2013-02-24 18:42:46 -08:00
getopt.d Merge pull request #1050 from AndrejMitrovic/Fix9260 2013-03-08 10:38:55 -08:00
json.d Merge pull request #1313 from klickverbot/mingw-format 2013-06-16 04:30:27 -07:00
math.d Make std.math compile on Linux/PPC64. 2013-03-30 14:47:31 +01:00
mathspecial.d
md5.d Merge pull request #1256 from redstar/digestcleanup 2013-04-13 10:19:51 -07:00
metastrings.d Deprecate std.metastrings. 2013-02-24 16:01:36 -08:00
mmfile.d
numeric.d Move checkCTFEable to std.exception.assertCTFEable, and use it 2013-06-02 02:32:24 +09:00
outbuffer.d Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
parallelism.d Braces should be placed their own line 2013-02-24 12:02:44 +09:00
path.d Move checkCTFEable to std.exception.assertCTFEable, and use it 2013-06-02 02:32:24 +09:00
process.d std.process redesigned 2013-05-01 10:22:19 +02:00
random.d Spread long statements across several lines. 2013-06-16 15:53:46 +01:00
range.d Just call Unqual once after CommonType. 2013-06-18 21:30:45 -04:00
regex.d Merge pull request #1290 from blackwhale/regex-9634 2013-06-07 10:53:51 -07:00
signals.d
socket.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
socketstream.d
stdint.d
stdio.d nits 2013-05-31 19:26:20 -04:00
stdiobase.d
stream.d Fixes Issue 1397 - Add default argument to buffer size param in ctor. 2012-12-26 03:36:18 +01:00
string.d Move checkCTFEable to std.exception.assertCTFEable, and use it 2013-06-02 02:32:24 +09:00
syserror.d Fixes Issue 9373 - Add deprecation messages to Phobos. 2013-01-23 02:44:08 +01:00
system.d
traits.d Fix 10355: Moved test case to proper block, added one for enum member 2013-06-14 13:22:23 +02:00
typecons.d fix Issue 10377 - std.typecons.wrap doesn't consider private members 2013-06-17 14:52:13 +09:00
typelist.d
typetuple.d fix Issue 9976 - Needlessly large instantiation depth in std.typetuple algorithms 2013-04-24 14:27:22 +09:00
uni.d Remove some undocumented, deprecated functions which are slated for removal. 2013-03-06 22:19:34 -08:00
uri.d Remove debug printfs from std/uri 2013-06-21 12:40:59 +02:00
utf.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
uuid.d fix Issue 2486 - taking address of slice rvalue is valid 2012-12-03 14:40:24 +09:00
variant.d fix issue 10017 2013-05-27 17:15:43 +02:00
xml.d
zip.d Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
zlib.d