.. |
c
|
Change version( Win32 ) to version( Windows ) when Win64 would be supported as well.
|
2012-01-16 22:10:18 -05:00 |
internal
|
Merge pull request #642 from donc/bigint7993div
|
2012-07-01 19:50:17 -07:00 |
net
|
Fix documentation build
|
2012-04-13 22:05:29 -05:00 |
windows
|
Merge pull request #406 from denis-sh/get-rid-of-win9x-support
|
2012-02-18 12:32:37 -08:00 |
algorithm.d
|
Merge pull request #655 from jmdavis/string
|
2012-07-08 20:16:36 -07:00 |
array.d
|
Replace typeof(<type>.init[0]) with templates
|
2012-07-06 13:38:06 +04:00 |
ascii.d
|
|
|
base64.d
|
std.base64: Fix invariants when decoding truncated strings
|
2012-02-19 19:14:38 +02:00 |
bigint.d
|
Merge pull request #642 from donc/bigint7993div
|
2012-07-01 19:50:17 -07:00 |
bitmanip.d
|
Made BitArray.toHash pure.
|
2012-06-25 08:34:09 +02:00 |
compiler.d
|
|
|
complex.d
|
Removed asm code from std.complex.expi()
|
2012-05-11 19:08:12 +02:00 |
concurrency.d
|
Kill some public imports of core.sync.* in std.concurrency.
|
2012-05-02 04:46:54 +02:00 |
container.d
|
Merge pull request #650 from revellian/master
|
2012-07-08 20:07:39 -07:00 |
conv.d
|
Merge pull request #664 from denis-sh/add-ArrayTarget-template
|
2012-07-08 13:08:27 -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
|
Provide both of Exceptions constructors.
|
2012-01-29 21:50:25 -08:00 |
ctype.d
|
Moved removals of deprecated symbols from July to August.
|
2012-02-11 02:48:49 -08:00 |
datetime.d
|
Merge pull request #664 from denis-sh/add-ArrayTarget-template
|
2012-07-08 13:08:27 -07: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
|
Use errno instead of getErrno in Phobos.
|
2012-07-09 01:26:02 +02:00 |
file.d
|
Use errno instead of getErrno in Phobos.
|
2012-07-09 01:26:02 +02:00 |
format.d
|
An attempt to fix std.format build.
|
2012-07-09 05:48:48 +02:00 |
functional.d
|
fix Issue 5358 - std.functional.binaryReverseArgs missing from documentation
|
2012-04-21 15:49:48 +09:00 |
getopt.d
|
remove empty statements
|
2011-12-29 00:05:45 -08:00 |
json.d
|
std.json: properly handle large ulong values (bigger than 2^63-1)
|
2012-05-01 19:44:51 -04:00 |
math.d
|
Merge pull request #667 from alexrp/std-math-exp
|
2012-07-08 00:17:38 -07:00 |
mathspecial.d
|
Change second paramater of gammaIncompleteComplInverse from x to p
|
2012-05-21 06:10:34 -05:00 |
md5.d
|
std.md5: Lower buffer size in mdFile example
|
2012-03-31 20:02:07 +03:00 |
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
|
Optimize fft to take advantage of symmetry for pure real FFTs.
|
2012-02-19 20:41:59 -05:00 |
outbuffer.d
|
extern(C) not needed for vararg
|
2011-11-26 16:45:26 +01:00 |
parallelism.d
|
Replace typeof(<type>.init[0]) with templates
|
2012-07-06 13:38:06 +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
|
remove windows declarations
|
2012-05-24 00:21:11 +02:00 |
random.d
|
Old deprecations which were not properly taken care of previously.
|
2012-07-07 02:03:49 -07:00 |
range.d
|
Old deprecations which were not properly taken care of previously.
|
2012-07-07 02:03:49 -07:00 |
regex.d
|
unittest for bug 8203
|
2012-06-08 01:33:56 +04:00 |
regexp.d
|
Changed deprecation not on std.regexp.
|
2012-03-10 19:09:35 -08:00 |
signals.d
|
Replace delete with destroy in std.signals
|
2012-06-10 15:40:40 +04:00 |
socket.d
|
Old deprecations which were not properly taken care of previously.
|
2012-07-07 02:03:49 -07:00 |
socketstream.d
|
Added warnings of future deprecation to modules that will be replaced.
|
2012-05-28 14:08:20 -07:00 |
stdint.d
|
|
|
stdio.d
|
Merge pull request #669 from alexrp/errno
|
2012-07-08 18:31:55 -07:00 |
stdiobase.d
|
|
|
stream.d
|
Fix for const Object comparison
|
2012-07-09 07:38:48 +09:00 |
string.d
|
Merge pull request #655 from jmdavis/string
|
2012-07-08 20:16:36 -07:00 |
syserror.d
|
|
|
system.d
|
Minor documentation tweak to std.system.
|
2012-01-20 22:19:17 -08:00 |
traits.d
|
Replace typeof(<type>.init[0]) with templates
|
2012-07-06 13:38:06 +04:00 |
typecons.d
|
Old deprecations which were not properly taken care of previously.
|
2012-07-07 02:03:49 -07:00 |
typelist.d
|
|
|
typetuple.d
|
Fix using F!() syntax instead of F[] in typetuple.d documentation
|
2012-03-22 11:58:49 +00:00 |
uni.d
|
Capitalize Unicode throughout.
|
2012-02-24 16:21:06 -08:00 |
uri.d
|
|
|
utf.d
|
Merge pull request #664 from denis-sh/add-ArrayTarget-template
|
2012-07-08 13:08:27 -07:00 |
uuid.d
|
Add std.uuid module
|
2012-07-01 14:44:36 +02:00 |
variant.d
|
Replace typeof(<type>.init[0]) with templates
|
2012-07-06 13:38:06 +04:00 |
xml.d
|
Fix for const Object comparison
|
2012-07-09 07:38:48 +09:00 |
zip.d
|
|
|
zlib.d
|
Revert "Changes required for Win64 support by MinGW64"
|
2012-01-22 17:17:32 -08:00 |