..
c
Update COM header with CoInitializeEx
2012-10-04 23:15:31 +09:00
digest
Add SSSE3 implementation to SHA1 digest.
2012-11-21 19:44:01 +01:00
internal
Merge pull request #918 from jerro/upstream-master
2012-12-13 08:58:30 -08:00
net
Merge pull request #967 from 9rnsr/enforceProperty
2012-11-22 22:29:20 -08:00
windows
algorithm.d
Merge pull request #1015 from monarchdodra/spaces
2012-12-17 17:05:46 -08:00
array.d
address review remarks
2012-12-13 20:48:24 +04: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
Improved unittest
2012-12-13 14:20:48 +01:00
concurrency.d
rename Spawnable to isSpawnable
2012-11-18 18:48:49 +09:00
container.d
Doc fix: an O(1) op was documented as O(log(n))
2012-12-17 20:58:51 -05:00
conv.d
Merge pull request #896 from denis-sh/std.conv.emplace-fixes
2012-12-12 07:41:03 -08: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
Merge pull request #901 from Poita/bug8900
2012-12-13 09:00:09 -08: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
Merge pull request #951 from monarchdodra/count3
2012-12-13 09:17:47 -08: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 #901 from Poita/bug8900
2012-12-13 09:00:09 -08:00
regex.d
Revert "Add alias opDollar
and use $ in range slicing"
2012-12-09 17:21:37 -08: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
Merge pull request #896 from denis-sh/std.conv.emplace-fixes
2012-12-12 07:41:03 -08:00
typecons.d
Merge pull request #896 from denis-sh/std.conv.emplace-fixes
2012-12-12 07:41:03 -08: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
generalize countLength
2012-12-13 20:41:20 +04: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