.. |
algorithm
|
Remove debug writelns
|
2017-06-01 11:13:04 -04:00 |
c
|
|
|
container
|
extended moduletests coverage
|
2017-06-09 20:52:20 +03:00 |
datetime
|
Merge pull request #5404 from JackStouffer/date-fromISOString
|
2017-06-06 12:44:27 +02:00 |
digest
|
Moved ddoc unittest block back to its proper position in std.digest.crc
|
2017-05-22 11:06:38 -04:00 |
experimental
|
opChecked: use "overflow" consistently in code & dox
|
2017-06-03 13:22:10 -04:00 |
internal
|
Get rid of static this for initializing encoding
|
2017-05-23 19:17:47 -04:00 |
net
|
Move deprecations along.
|
2017-05-07 11:27:48 +02:00 |
range
|
Fix wrong parens in std.range ddoc.
|
2017-06-08 09:33:25 -07:00 |
regex
|
Merge pull request #5336 from aG0aep6G/std.regex-selflink-sections
|
2017-04-18 01:56:22 +02:00 |
windows
|
Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system
|
2017-02-22 14:44:08 -05:00 |
array.d
|
Remove trailing whitespace.
|
2017-03-25 19:09:50 +01:00 |
ascii.d
|
[BOOKTABLES]: Add BOOKTABLE to std.ascii
|
2017-03-01 08:29:04 +01:00 |
base64.d
|
Fix links from $(LREF $(D ...)) -> $(LREF ...)
|
2017-03-05 08:11:29 +01:00 |
bigint.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2017-05-23 20:37:35 +02:00 |
bitmanip.d
|
Fix issue 17247.
|
2017-03-08 12:36:13 -08:00 |
compiler.d
|
|
|
complex.d
|
fix im 0 init placement info for complex
|
2017-05-31 11:22:45 +01:00 |
concurrency.d
|
Use dfmt on std/concurrency.d
|
2017-03-19 15:05:35 -04:00 |
concurrencybase.d
|
|
|
conv.d
|
Merge pull request #5433 from JackStouffer/conv-patch
|
2017-06-01 19:48:00 +02:00 |
csv.d
|
Automatically set the range style from a..b -> a .. b
|
2017-02-22 05:37:31 +01:00 |
demangle.d
|
Remove quickIndex for modules with booktables or only one symbol
|
2017-03-01 03:59:22 +01:00 |
encoding.d
|
Get rid of static this for initializing encoding
|
2017-05-23 19:17:47 -04:00 |
exception.d
|
AA version of assumeUnique documented
|
2017-03-15 16:40:58 +01:00 |
file.d
|
Defer addition of template until we need it for ranges.
|
2017-05-17 08:32:43 -04:00 |
format.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2017-06-01 05:53:15 +02:00 |
functional.d
|
Fix links from $(LREF $(D ...)) -> $(LREF ...)
|
2017-03-05 08:11:29 +01:00 |
getopt.d
|
Fix some bad/slangy English in std.getopt.
|
2017-05-13 02:14:33 -07:00 |
json.d
|
Relax a few unittests for double-precision reals
|
2017-05-24 23:51:54 +02:00 |
math.d
|
Merge pull request #5442 from klickverbot/quad-ieeemean
|
2017-06-07 18:56:55 +02:00 |
mathspecial.d
|
Automatically add spaces to binary operators (>=)
|
2017-02-23 00:57:47 +01:00 |
meta.d
|
Hide bugfix unittest from ddoc.
|
2017-06-08 09:37:47 -07:00 |
mmfile.d
|
Remove quickIndex for modules with booktables or only one symbol
|
2017-03-01 03:59:22 +01:00 |
numeric.d
|
Annotate unittests per Phobos coding style.
|
2017-04-26 09:38:57 -07:00 |
outbuffer.d
|
Remove quickIndex for modules with booktables or only one symbol
|
2017-03-01 03:59:22 +01:00 |
parallelism.d
|
Allow ignoring individual lines for coverage analysis
|
2017-05-07 15:26:25 +00:00 |
path.d
|
Merge pull request #5406 from jmdavis/path
|
2017-05-21 07:24:31 -07:00 |
process.d
|
Partial Fix For Issue 16615 - convert os pid to std.process Pid
|
2017-06-08 01:26:50 +03:00 |
random.d
|
Update random.d
|
2017-04-14 10:16:05 +07:00 |
signals.d
|
Remove quickIndex for modules with booktables or only one symbol
|
2017-03-01 03:59:22 +01:00 |
socket.d
|
Automatically add spaces to binary operators (==)
|
2017-02-23 00:57:47 +01:00 |
stdint.d
|
[doc] Add emphasis for readability.
|
2017-02-10 23:46:12 +01:00 |
stdio.d
|
fix Issue 17472 - typeof(stdin) is no longer a File
|
2017-06-09 14:24:49 +02:00 |
string.d
|
Deprecate obsolete pattern matching functions in std.string
|
2017-05-12 09:55:39 -04:00 |
system.d
|
|
|
traits.d
|
Fix bracing style.
|
2017-06-07 12:53:26 -07:00 |
typecons.d
|
issue 15645 - Prevent unsafe usage of Tuple.slice
|
2017-04-22 08:14:54 -07:00 |
typetuple.d
|
Remove quickIndex for modules with booktables or only one symbol
|
2017-03-01 03:59:22 +01:00 |
uni.d
|
Merge pull request #5361 from jmdavis/issue_17372
|
2017-05-05 19:12:40 +02:00 |
uri.d
|
Replace deprecated functions from std_conv and std_uri
|
2017-05-21 18:52:21 +03:00 |
utf.d
|
reimplement toUTF8/16 in terms of encode()
|
2017-05-20 16:26:36 -07:00 |
uuid.d
|
Merge pull request #5272 from JackStouffer/dscanner
|
2017-03-15 05:57:06 +01:00 |
variant.d
|
Merge pull request #4035 from rcorre/visit_any
|
2017-03-03 02:36:22 +01:00 |
xml.d
|
Removed unsafe pointer access and marked some functions as @safe in std.xml
|
2017-05-18 15:57:12 -04:00 |
zip.d
|
Use underscores for number literals with five or more digits
|
2017-02-23 09:45:49 -05:00 |
zlib.d
|
Automatically set the range style from a..b -> a .. b
|
2017-02-22 05:37:31 +01:00 |