.. |
c
|
|
|
internal/math
|
detab/entab
|
2011-09-02 20:56:40 +09:00 |
net
|
Merge pull request #254 from dawgfoto/master
|
2011-09-13 21:05:11 -07:00 |
windows
|
Fixed last merge conflict.
|
2011-09-08 08:27:40 +02:00 |
__fileinit.d
|
|
|
algorithm.d
|
Acted on comments
|
2011-09-17 11:57:26 -05:00 |
array.d
|
fix6208 on inout
|
2011-10-02 22:08:46 +09:00 |
ascii.d
|
|
|
base64.d
|
|
|
bigint.d
|
Make FormatError an Exception instead of an Error
|
2011-09-05 12:54:38 +09:00 |
bind.d
|
|
|
bitmanip.d
|
Made it so that the endian swapping functions work with bool.
|
2011-08-13 20:05:29 -07:00 |
compiler.d
|
std.compiler: Recognize SDC.
|
2011-08-22 23:39:30 +02:00 |
complex.d
|
fix sink to scope
|
2011-09-05 09:32:29 +09:00 |
concurrency.d
|
replacing confusing comma expression with block statement
|
2011-08-03 16:42:02 -07:00 |
container.d
|
Remove executable bit on two files.
|
2011-07-31 22:27:54 +02:00 |
contracts.d
|
|
|
conv.d
|
Reduce module dependencies.
|
2011-09-29 07:09:16 +09:00 |
cpuid.d
|
Added comment about deprecation
|
2011-07-26 13:00:07 +02:00 |
cstream.d
|
|
|
ctype.d
|
Changed "Warning" to "Notice" in deprecation messages.
|
2011-08-09 00:39:27 -07:00 |
date.d
|
Issue 6572 - Deprecate typedef
|
2011-08-30 13:22:10 +10:00 |
datebase.d
|
|
|
dateparse.d
|
Deprecated old date/time stuff.
|
2011-08-09 00:22:39 -07:00 |
datetime.d
|
Disabled some locale-dependent tests in std.datetime.
|
2011-09-30 23:59:05 -07:00 |
demangle.d
|
|
|
encoding.d
|
Issue 6572 - Deprecate typedef
|
2011-08-30 13:22:10 +10:00 |
exception.d
|
fix6208 on inout
|
2011-10-02 22:08:46 +09:00 |
file.d
|
Renamed UtfException to UTFException to match other uses of UTF.
|
2011-09-26 22:18:18 -07:00 |
format.d
|
Renamed UtfException to UTFException to match other uses of UTF.
|
2011-09-26 22:18:18 -07:00 |
functional.d
|
Reduce module dependencies.
|
2011-09-29 07:09:16 +09:00 |
getopt.d
|
Various DDoc syntax fixes
|
2011-08-07 22:59:37 +03:00 |
gregorian.d
|
Deprecated old date/time stuff.
|
2011-08-09 00:22:39 -07:00 |
intrinsic.d
|
|
|
json.d
|
Improve std.json documentation
|
2011-07-26 04:52:41 +03:00 |
loader.d
|
Issue 6572 - Deprecate typedef
|
2011-08-30 13:22:10 +10:00 |
math.d
|
Add sin(), cos() and sqrt() to std.complex
|
2011-08-24 14:55:45 +02:00 |
mathspecial.d
|
|
|
md5.d
|
Improvement on comment
|
2011-08-12 05:28:41 +02:00 |
metastrings.d
|
|
|
mmfile.d
|
Fix trivial oversight in the enum renaming in std.mmfile.
|
2011-08-13 23:30:44 -04:00 |
numeric.d
|
Issue 6514: CTFE dot product. This is a trivial change to the syntax to work around issue 6517, which was the only thing keeping the old dotProduct function from working at compile time.
|
2011-08-17 07:56:55 -04:00 |
outbuffer.d
|
Removed Boilerplate: tag
|
2011-09-08 01:50:58 -05:00 |
parallelism.d
|
fix6208 on inout
|
2011-10-02 22:08:46 +09:00 |
path.d
|
BUG -> issue
|
2011-09-21 09:34:42 +02:00 |
perf.d
|
Remove stray NUL character at the end of std/perf.d
|
2011-08-03 10:13:29 +03:00 |
process.d
|
Merge pull request #154 from jmdavis/browser
|
2011-08-14 11:01:48 -07:00 |
random.d
|
Reduce module dependencies.
|
2011-09-29 07:09:16 +09:00 |
range.d
|
Add std.random import for debug.
|
2011-09-29 07:29:19 +09:00 |
regex.d
|
remove special casing of .*
|
2011-08-23 15:52:28 +04:00 |
regexp.d
|
Deprecated std.regexp.
|
2011-08-09 00:02:56 -07:00 |
signals.d
|
|
|
socket.d
|
InternetHost.getHostByAddr accepts address in host byte order.
|
2011-09-06 16:06:09 +02:00 |
socketstream.d
|
|
|
stdarg.d
|
|
|
stdint.d
|
|
|
stdio.d
|
Merge pull request #278 from Abscissa/splitLinesKeepTerm
|
2011-09-29 21:49:16 -07:00 |
stdiobase.d
|
|
|
stream.d
|
Adjustments to std.system.
|
2011-09-03 21:39:35 -07:00 |
string.d
|
Merge pull request #278 from Abscissa/splitLinesKeepTerm
|
2011-09-29 21:49:16 -07:00 |
syserror.d
|
|
|
system.d
|
Adjustments to std.system.
|
2011-09-03 21:39:35 -07:00 |
traits.d
|
Issue 5371 - ambiguous stringnize of class with alias this
|
2011-09-11 11:33:42 +09:00 |
typecons.d
|
Issue 6275 - Const values in tuples
|
2011-09-16 22:04:55 +09:00 |
typelist.d
|
|
|
typetuple.d
|
|
|
uni.d
|
Add comma
|
2011-09-04 13:29:20 +09:00 |
uri.d
|
|
|
utf.d
|
Made std.utf use enforce and enforceEx where applicable.
|
2011-09-26 22:40:22 -07:00 |
variant.d
|
|
|
xml.d
|
fix fallout from fixing Bug6652
|
2011-09-13 07:53:24 +02:00 |
zip.d
|
|
|
zlib.d
|
added flag for UnCompress too
|
2011-08-24 20:58:01 -04:00 |