phobos/std
2013-05-27 23:08:17 +09: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 Removed some undocumented, deprecated functions from std.algorithm. 2013-05-05 16:34:25 -07:00
array.d fix for calling .array() on ranges in CTFE 2013-05-25 23:46:51 -07: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 Fixed std.bitmanip unit test so that the intended behaviour of checking both endian types is the actual behaviour 2013-05-27 11:26:48 +01:00
compiler.d
complex.d
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 Placement of WIKI in std.conv was corrupting docs 2013-05-14 13:07:48 -06:00
cstream.d
csv.d
datetime.d Make UTC and LocalTime singletons be instantiated with CTFE. 2013-05-04 21:07:11 -07:00
demangle.d
encoding.d
exception.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
file.d DDoc: file.d: Exceptions thrown (except slurp) 2013-04-19 22:49:56 +03:00
format.d fix issue 10167 2013-05-26 00:39:33 +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 Fix issue in std.json when null is returned instead of empty string/array. 2013-04-04 00:49:42 +04: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 Add workaround for bug 9382, which introduced by fixing bug 5933 2013-01-24 14:28:49 +09:00
outbuffer.d
parallelism.d Braces should be placed their own line 2013-02-24 12:02:44 +09:00
path.d DDoc tweaks and fixes 2013-04-18 23:49:06 +00:00
process.d std.process redesigned 2013-05-01 10:22:19 +02:00
random.d immutable should be an enum 2013-05-25 13:32:53 -07:00
range.d Merge pull request #992 from monarchdodra/chunks 2013-05-27 04:16:23 -07:00
regex.d Removed unused stream abstraction 2013-05-06 18:39:03 +01:00
signals.d
socket.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
socketstream.d
stdint.d
stdio.d [10116] stdio.File.byLine repeats last line forever, readln(ref C[],R) returns bad data 2013-05-19 11:06:12 +02:00
stdiobase.d
stream.d
string.d Deprecate xformat and xsformat. 2013-05-05 16:16:50 -07:00
syserror.d Fixes Issue 9373 - Add deprecation messages to Phobos. 2013-01-23 02:44:08 +01:00
system.d
traits.d Merge pull request #1260 from denis-sh/fix-std.traits.hasElaborate-docs 2013-04-29 05:02:16 -07:00
typecons.d Use built-in tuple operations 2013-05-27 23:08:17 +09:00
typelist.d
typetuple.d fix Issue 9976 - more compile time algorithms implementation used deep recursion 2013-04-22 15:19:34 +09:00
uni.d Remove some undocumented, deprecated functions which are slated for removal. 2013-03-06 22:19:34 -08:00
uri.d
utf.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
uuid.d
variant.d std.variant: Fix "ditto ditto" documentation bug 2013-04-10 13:21:41 +00:00
xml.d
zip.d
zlib.d