.. |
c
|
Windows API functions are nothrow
|
2014-04-07 12:21:59 -07:00 |
digest
|
std.digest: Publicly import LetterCase
|
2014-03-18 23:22:53 +00:00 |
internal
|
purify std.uni constructs, blocked by std.algortihm.sort
|
2014-04-13 14:36:21 +04:00 |
net
|
fixes Issue 9054 - std.net.curl byLineAsync and byChunkAsync broken.
|
2014-04-19 00:29:37 +10:00 |
windows
|
Move various deprecations along.
|
2013-12-11 23:44:12 -08:00 |
algorithm.d
|
Fix Issue 11462 - std.algorithm.multiSort was missing from the index.
|
2014-04-22 23:45:29 +02:00 |
array.d
|
Use static blockAttribute in Appender
|
2014-04-22 21:20:45 +02:00 |
ascii.d
|
improve optimization potential of std.ascii
|
2013-10-16 16:12:46 -07:00 |
base64.d
|
Convert to new alias syntax
|
2014-02-11 15:27:05 +09:00 |
bigint.d
|
Remove uses of the comma operator
|
2014-02-18 00:48:40 +11:00 |
bitmanip.d
|
Add more local imports
|
2014-03-13 13:13:04 +09:00 |
compiler.d
|
|
|
complex.d
|
Convert to new alias syntax
|
2014-02-11 15:27:05 +09:00 |
concurrency.d
|
[Trivial] Fix documentation typos
|
2014-02-28 21:08:19 +02:00 |
container.d
|
Fix complexity in red-black tree documentation
|
2014-04-14 13:51:02 -04:00 |
conv.d
|
Fix Issue 12494 - to!string(enum) incorrect value
|
2014-03-31 19:47:48 +02:00 |
cstream.d
|
Fix issue 10893: added missing or renamed DDoc parameters (found by fix to 10236)
|
2013-08-31 15:36:29 +08:00 |
csv.d
|
Remove use of automatic adjacent string literal concatenation from phobos
|
2014-01-20 03:42:21 +11:00 |
datetime.d
|
Eliminate _assertPred
|
2014-03-17 19:26:40 -07:00 |
demangle.d
|
Remove trailing white
|
2014-01-08 08:30:28 +01:00 |
encoding.d
|
[Trivial] Fix documentation typos
|
2014-02-28 21:08:19 +02:00 |
exception.d
|
Issue 3882: Use cast(void) instead of value capture
|
2014-03-18 23:50:18 +01:00 |
file.d
|
Merge pull request #1940 from JakobOvrum/fixgloblink
|
2014-02-15 12:32:00 +01:00 |
format.d
|
fix Issue 11778 - format for null does not verify fmt flags.
|
2014-04-03 22:39:46 +09:00 |
functional.d
|
Generalized binaryReverseArgs for more args
|
2014-03-30 21:54:34 +00:00 |
getopt.d
|
Supply the lacked local import
|
2014-04-03 12:37:30 +09:00 |
json.d
|
fix Issue 12332 - std.json API broken without notice
|
2014-03-09 19:23:36 +00:00 |
math.d
|
fix property enforcement
|
2014-04-03 13:46:40 +09:00 |
mathspecial.d
|
|
|
metastrings.d
|
|
|
mmfile.d
|
Remove cases where an array is used in a boolean context
|
2013-11-27 18:23:07 +11:00 |
numeric.d
|
[Trivial] Fix documentation typos
|
2014-02-28 21:08:19 +02:00 |
outbuffer.d
|
OutBuffer is now an OutputRange
|
2014-03-20 18:19:59 -07:00 |
parallelism.d
|
fix property enforcement
|
2014-04-03 13:46:40 +09:00 |
path.d
|
Convert to new alias syntax
|
2014-02-11 15:27:05 +09:00 |
process.d
|
Fix Issue 11308 - Don't use Voldemort types for std.process output
|
2014-04-18 08:10:35 +02:00 |
random.d
|
Merge pull request #2051 from tom-tan/safe-pure-nothrow-std-random-generators
|
2014-04-05 23:32:46 +02:00 |
range.d
|
Replace implicit catches of Throwables with explicit catches.
|
2014-04-21 23:05:50 +02:00 |
regex.d
|
Merge pull request #2097 from AndrejMitrovic/Fix12609
|
2014-04-22 17:29:31 +04:00 |
signals.d
|
Convert to new alias syntax
|
2014-02-11 15:27:05 +09:00 |
socket.d
|
Remove uses of the comma operator
|
2014-02-18 00:48:40 +11:00 |
socketstream.d
|
|
|
stdint.d
|
|
|
stdio.d
|
Don't wrap testTerm() with default arguments
|
2014-04-11 11:54:57 +01:00 |
stdiobase.d
|
|
|
stream.d
|
Fixed Issue 1668 std.stream readf can't read int, nan, inf as floats
|
2014-02-16 09:55:36 -06:00 |
string.d
|
Merge pull request #1607 from Dcousens/master
|
2014-03-15 22:16:07 -07:00 |
syserror.d
|
|
|
system.d
|
|
|
traits.d
|
Clarify DDoc of hasElaborateAssign
|
2014-03-29 15:50:03 +04:00 |
typecons.d
|
Introduce UTF Matchers into std.uni.
|
2014-04-13 14:31:05 +04:00 |
typelist.d
|
|
|
typetuple.d
|
Convert to new alias syntax
|
2014-02-11 15:27:05 +09:00 |
uni.d
|
Merge pull request #2020 from DmitryOlshansky/utf-matcher
|
2014-04-23 12:16:52 +02:00 |
uri.d
|
Allow mutable char/wchar/dchar[] to be used in std.uri
|
2014-03-13 02:42:14 -04:00 |
utf.d
|
Merge pull request #2038 from blackwhale/issue-12419
|
2014-03-24 18:51:23 +00:00 |
uuid.d
|
Fix Issue 12608 - Avoid dead assignments.
|
2014-04-22 15:05:36 +02:00 |
variant.d
|
Add unittest for 12540
|
2014-04-11 12:24:34 -07:00 |
xml.d
|
[Trivial] Fix documentation typos
|
2014-02-28 21:08:19 +02:00 |
zip.d
|
Merge pull request #1870 from MartinNowak/fix1832
|
2014-02-16 21:01:54 +01:00 |
zlib.d
|
Replace implicit catches of Throwables with explicit catches.
|
2014-04-21 23:05:50 +02:00 |