phobos/std
cjoan 066a263fcd Editing std.regex docs.
AKA shameless pedantry.
2012-12-09 19:46:45 -05:00
..
c Update COM header with CoInitializeEx 2012-10-04 23:15:31 +09:00
digest Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
internal bugfixes for compile-time regex 2012-12-01 00:37:32 +04:00
net Merge pull request #967 from 9rnsr/enforceProperty 2012-11-22 22:29:20 -08:00
windows
algorithm.d changed return type of NWayUnion.front to auto ref 2012-12-09 22:12:53 +04:00
array.d Merge pull request #930 from epi/master 2012-12-09 11:33:59 -08:00
ascii.d
base64.d Runnable examples - std.base64 2012-07-15 21:26:32 +00:00
bigint.d Throw error upon division by zero. 2012-10-28 08:02:25 -07:00
bitmanip.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
compiler.d Adding myself as author to the modules I have contributed to. 2012-07-16 05:31:09 +02:00
complex.d Removed asm code from std.complex.expi() 2012-05-11 19:08:12 +02:00
concurrency.d rename Spawnable to isSpawnable 2012-11-18 18:48:49 +09:00
container.d Add alias opDollar and use $ in range slicing 2012-12-05 10:13:17 +09:00
conv.d fix Issue 2486 - taking address of slice rvalue is valid 2012-12-03 14:40:24 +09:00
cpuid.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
cstream.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
csv.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
ctype.d Added more deprecation messages. 2012-10-15 21:40:36 -07:00
datetime.d Merge pull request #939 from 9rnsr/replace_format 2012-12-08 19:41:35 -08:00
demangle.d Fixes Issue 2445 - std.demangle example won't compile. 2012-12-02 13:27:56 +01:00
encoding.d Remove all uses of sizediff_t in favor of ptrdiff_t. 2012-10-15 04:24:09 +02:00
exception.d fix Issue 2486 - taking address of slice rvalue is valid 2012-12-03 14:40:24 +09:00
file.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
format.d More workaround 2012-12-09 22:28:34 +09:00
functional.d fix Issue 9062 - AddrExp should distinguish the existence of property resolution 2012-11-23 14:25:24 +09:00
getopt.d
json.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
math.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
mathspecial.d Change second paramater of gammaIncompleteComplInverse from x to p 2012-05-21 06:10:34 -05:00
md5.d Add new hash API 2012-09-16 12:25:43 +02:00
metastrings.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
mmfile.d Get rid of transitional lfs API 2012-09-30 10:47:40 +02:00
numeric.d Changes required for issue# 6277. 2012-07-21 01:57:28 -07:00
outbuffer.d Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
parallelism.d Fix incorrect test. Calling finish(false) doesn't guarantee that the task won't be complete immediately after finish() returns. 2012-12-08 10:19:54 -05:00
path.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
perf.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
process.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
random.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
range.d Merge pull request #985 from jmdavis/range 2012-12-08 20:51:15 -08:00
regex.d Editing std.regex docs. 2012-12-09 19:46:45 -05:00
regexp.d Remove all uses of sizediff_t in favor of ptrdiff_t. 2012-10-15 04:24:09 +02:00
signals.d Replace delete with destroy in std.signals 2012-06-10 15:40:40 +04:00
socket.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
socketstream.d Minimal reverting of Issue 1824 - Object not const correct 2012-07-22 15:21:51 +09:00
stdint.d
stdio.d only marginally better than disabling all testing on win64 2012-11-26 05:31:07 +00:00
stdiobase.d
stream.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
string.d Merge pull request #939 from 9rnsr/replace_format 2012-12-08 19:41:35 -08:00
syserror.d
system.d
traits.d fixup for pull #1301 and #1309 2012-12-04 14:40:13 +09:00
typecons.d Little doc fix for Yes, No struct. 2012-11-28 00:42:15 +01:00
typelist.d
typetuple.d Make std.typetuple.template{And, Or, Not} public as intended. 2012-11-26 19:11:04 +01:00
uni.d Remove remain redundant parenthesis. 2012-12-03 00:53:38 +09:00
uri.d
utf.d Fix various problems in DDoc, identified from compiler warnings. 2012-10-19 19:09:47 +03:00
uuid.d fix Issue 2486 - taking address of slice rvalue is valid 2012-12-03 14:40:24 +09:00
variant.d Remove remain redundant parenthesis. 2012-12-03 00:53:38 +09:00
xml.d Merge pull request #870 from alexrp/hash_t 2012-10-15 03:13:34 -07:00
zip.d Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
zlib.d fix Issue 8694 - (Un)Compress may cause an InvalidMemoryOperationError 2012-09-19 12:14:05 +02:00