.. |
algorithm
|
fixed issue 15683
|
2016-02-15 06:08:07 +01:00 |
c
|
Fix missing ')' in std.c.windows.com deprecation message.
|
2016-01-06 12:18:33 -08:00 |
container
|
Fix Issue 15659 - fix crash in SList.clear()
|
2016-02-08 23:22:31 +03:00 |
digest
|
Changed "Examples:" in Ddoc to "Example:"
|
2015-12-17 18:32:41 -08:00 |
experimental
|
Take array by ref for expandArray with init
|
2016-02-08 17:33:37 +01:00 |
internal
|
Merge pull request #3989 from WalterBright/zipprocess
|
2016-02-12 08:45:46 +01:00 |
net
|
Add missing import
|
2016-02-05 06:43:47 -05:00 |
range
|
Merge pull request #3855 from JakobOvrum/range_tail
|
2016-01-12 13:35:54 -05:00 |
regex
|
conform to new import lookup rules
|
2016-02-13 04:12:35 -08:00 |
windows
|
Moving deprecations along.
|
2016-02-10 16:43:25 -08:00 |
array.d
|
Moving deprecations along.
|
2016-02-10 16:43:25 -08:00 |
ascii.d
|
Remove obsolete TypeTuple references
|
2015-10-13 20:37:44 +02:00 |
base64.d
|
|
|
bigint.d
|
Merge pull request #3725 from CyberShadow/pull-20151017-003315
|
2015-10-17 21:43:36 -07:00 |
bitmanip.d
|
Moving deprecations along.
|
2016-02-10 16:43:25 -08:00 |
compiler.d
|
|
|
complex.d
|
use DDLINK/DDSUBLINK instead of LINK2 and raw HTML
|
2015-11-26 16:04:44 +01:00 |
concurrency.d
|
Add unit test for Tid.toString.
|
2016-02-09 12:58:21 +01:00 |
concurrencybase.d
|
add std.concurrencybase
|
2015-07-05 00:50:38 -07:00 |
conv.d
|
Merge pull request #3769 from WalterBright/opttochars
|
2016-01-15 16:42:28 -05:00 |
cstream.d
|
Adjust deprecation messages for std.stream.
|
2015-09-11 21:29:14 -07:00 |
csv.d
|
migrate other Phobos modules to use std.exception.basicExceptionCtors
|
2016-01-17 10:39:37 +05:30 |
datetime.d
|
Merge pull request #3824 from jmdavis/issue15376
|
2016-01-23 15:05:59 +01:00 |
demangle.d
|
|
|
encoding.d
|
Changed "Examples:" in Ddoc to "Example:"
|
2015-12-17 18:32:41 -08:00 |
exception.d
|
Add basicExceptionCtors mixin
|
2016-01-17 10:39:37 +05:30 |
file.d
|
Merge pull request #3965 from aG0aep6G/setTimes
|
2016-02-03 19:17:01 +00:00 |
format.d
|
Fix issue 15663: format("%#o", 0) should be "0" not "00".
|
2016-02-11 17:24:15 -08:00 |
functional.d
|
Merge pull request #3879 from blm768/adjust_examples
|
2015-12-26 09:21:38 -05:00 |
getopt.d
|
migrate other Phobos modules to use std.exception.basicExceptionCtors
|
2016-01-17 10:39:37 +05:30 |
json.d
|
std.json: Encode control characters
|
2015-12-16 00:55:09 +01:00 |
math.d
|
Moving deprecations along.
|
2016-02-10 16:43:25 -08:00 |
mathspecial.d
|
HTML fixes
|
2015-10-24 06:19:23 +00:00 |
meta.d
|
Remove .stringof usage
|
2015-11-25 22:39:56 +01:00 |
mmfile.d
|
fix Issue 14995 - std.mmfile incorrectly handles errors in ctor
|
2015-09-02 01:57:34 +00:00 |
numeric.d
|
core.bitop bsr(), bsf(), and popcnt() now support ulong inputs even on a 32-bit arch.
|
2016-01-13 13:54:27 -08:00 |
outbuffer.d
|
HTML fixes
|
2015-10-24 06:19:23 +00:00 |
parallelism.d
|
Changed "Examples:" in Ddoc to "Example:"
|
2015-12-17 18:32:41 -08:00 |
path.d
|
Changed "Examples:" in Ddoc to "Example:"
|
2015-12-17 18:32:41 -08:00 |
process.d
|
Merge pull request #3989 from WalterBright/zipprocess
|
2016-02-12 08:45:46 +01:00 |
random.d
|
RandomSample.front was not documented
|
2015-12-17 22:21:31 +01:00 |
signals.d
|
|
|
socket.d
|
migrate other Phobos modules to use std.exception.basicExceptionCtors
|
2016-01-17 10:39:37 +05:30 |
socketstream.d
|
Adjust deprecation messages for std.stream.
|
2015-09-11 21:29:14 -07:00 |
stdint.d
|
HTML fixes
|
2015-10-24 06:19:23 +00:00 |
stdio.d
|
Moving deprecations along.
|
2016-02-10 16:43:25 -08:00 |
stdiobase.d
|
|
|
stream.d
|
fix lookup of core.stdc.stdio.remove()
|
2016-02-13 09:54:41 -08:00 |
string.d
|
Merge pull request #3998 from klickverbot/fix-toutf-compare-tests
|
2016-02-14 06:10:21 -08:00 |
system.d
|
use DDLINK/DDSUBLINK instead of LINK2 and raw HTML
|
2015-11-26 16:04:44 +01:00 |
traits.d
|
Changed "Examples:" in Ddoc to "Example:"
|
2015-12-17 18:32:41 -08:00 |
typecons.d
|
Fix #12914: alignForSize will not accept immutable
|
2016-02-10 21:50:51 +01:00 |
typetuple.d
|
fix link to AliasSeq
|
2015-09-25 16:16:42 +02:00 |
uni.d
|
Fix testAliasedString() unit test helper
|
2016-02-14 00:28:41 +01:00 |
uri.d
|
migrate other Phobos modules to use std.exception.basicExceptionCtors
|
2016-01-17 10:39:37 +05:30 |
utf.d
|
Fix Phobos issue #15586 - std.utf.toUTF8() halts on invalid dchar.
|
2016-01-29 15:35:14 -08:00 |
uuid.d
|
Changed "Examples:" in Ddoc to "Example:"
|
2015-12-17 18:32:41 -08:00 |
variant.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2015-10-27 15:55:59 +01:00 |
xml.d
|
Changed "Examples:" in Ddoc to "Example:"
|
2015-12-17 18:32:41 -08:00 |
zip.d
|
fix problems that prevent implementing import shadowing protection
|
2016-02-11 22:38:53 -08:00 |
zlib.d
|
HTML fixes
|
2015-10-24 06:19:23 +00:00 |