.. |
c
|
Convert to new alias syntax
|
2014-02-11 15:27:05 +09:00 |
digest
|
std.digest: Publicly import LetterCase
|
2014-03-18 23:22:53 +00:00 |
internal
|
Fix DDoc typo.
|
2014-03-20 12:03:31 +01:00 |
net
|
callback uses size_t not double
|
2014-03-21 17:05:41 +01:00 |
windows
|
Move various deprecations along.
|
2013-12-11 23:44:12 -08:00 |
algorithm.d
|
Merge pull request #1970 from monarchdodra/sumseed
|
2014-03-19 18:08:06 -07:00 |
array.d
|
Issue 3882: Use cast(void) instead of value capture
|
2014-03-18 23:50:18 +01: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
|
Adding myself as author to the modules I have contributed to.
|
2012-07-16 05:31:09 +02:00 |
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
|
Range interface for std.container.BinaryHeap
|
2014-03-15 18:52:39 +00:00 |
conv.d
|
Merge pull request #1984 from Poita/bug11698
|
2014-03-13 20:07:43 +01: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
|
std.digest.sha: disable SSSE3 for SHA because it has unsupported calling convention
|
2014-02-27 22:16:29 +01:00 |
functional.d
|
Improve return value construction in adjoin
|
2014-03-16 17:06:58 +01:00 |
getopt.d
|
Convert to new alias syntax
|
2014-02-11 15:27:05 +09:00 |
json.d
|
fix Issue 12332 - std.json API broken without notice
|
2014-03-09 19:23:36 +00:00 |
math.d
|
Fix pull request #1961: add more hasExceptionTraps checks
|
2014-03-22 13:32:50 +01:00 |
mathspecial.d
|
|
|
metastrings.d
|
Deprecate std.metastrings.
|
2013-02-24 16:01:36 -08:00 |
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
|
Update parallelism.d
|
2014-03-13 12:17:54 +01:00 |
path.d
|
Convert to new alias syntax
|
2014-02-11 15:27:05 +09:00 |
process.d
|
Merge pull request #1928 from CyberShadow/std-process-cwd
|
2014-03-04 23:00:40 +01:00 |
random.d
|
Remove uses of the comma operator
|
2014-02-18 00:48:40 +11:00 |
range.d
|
Improved error messages
|
2014-03-23 00:49:41 -07:00 |
regex.d
|
Issue 3882: Use cast(void) instead of value capture
|
2014-03-18 23:50:18 +01: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
|
Minimal reverting of Issue 1824 - Object not const correct
|
2012-07-22 15:21:51 +09:00 |
stdint.d
|
|
|
stdio.d
|
Fix Issue 9616 - SortedRange should support all range kinds
|
2014-03-23 00:49:41 -07: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
|
Fixes Issue 9373 - Add deprecation messages to Phobos.
|
2013-01-23 02:44:08 +01:00 |
system.d
|
|
|
traits.d
|
Fixes Issue 12356 - Add better documentation and add examples for isTypeTuple and isExpressionTuple.
|
2014-03-13 13:54:28 +01:00 |
typecons.d
|
Revert "Merge pull request #1685 from blackwhale/utf8-matcher"
|
2014-03-15 17:11:17 -07:00 |
typelist.d
|
|
|
typetuple.d
|
Convert to new alias syntax
|
2014-02-11 15:27:05 +09:00 |
uni.d
|
Enable DDoc for std.uni.byCodePoint
|
2014-03-23 09:34:09 +09:00 |
uri.d
|
Allow mutable char/wchar/dchar[] to be used in std.uri
|
2014-03-13 02:42:14 -04:00 |
utf.d
|
Make std.utf.toUTFz safe and pure
|
2014-03-19 11:37:57 +07:00 |
uuid.d
|
Document that parseUUID consumes its input range
|
2014-03-10 13:34:33 +01:00 |
variant.d
|
Merge pull request #1963 from Kapps/fix12157
|
2014-03-15 10:21:44 -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
|
Fix issue 10893: added missing or renamed DDoc parameters (found by fix to 10236)
|
2013-08-31 15:36:29 +08:00 |