.. |
algorithm
|
Fix docs for std.algorithm.remove (avoid Ddoc auto-escape)
|
2017-07-11 20:02:16 +02:00 |
c
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
container
|
Convert section labels to title case
|
2017-07-12 15:19:57 -04:00 |
datetime
|
Fix issue 16993: Clarify documentation of std.datetime's toString functions.
|
2017-07-11 06:11:24 -06:00 |
digest
|
Make module unittest runnable
|
2017-07-10 20:59:28 +02:00 |
experimental
|
Merge pull request #5594 from RazvanN7/Issue_15771
|
2017-07-12 15:33:02 +02:00 |
internal
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
net
|
Issue 15750 - remove substr from std.net.isemail
|
2017-07-09 17:59:59 +02:00 |
range
|
Fix broken links
|
2017-07-06 19:15:31 +02:00 |
regex
|
Fix DDoc macros
|
2017-06-30 01:39:24 +02:00 |
windows
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
array.d
|
Removed old debug printfs
|
2017-07-12 10:22:05 -04:00 |
ascii.d
|
has_public_example: std.ascii
|
2017-07-10 02:28:28 +02:00 |
base64.d
|
Merge pull request #5581 from wilzbach/has_public_example
|
2017-07-10 04:16:59 +02:00 |
bigint.d
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
bitmanip.d
|
Revert "Sort selective imports"
|
2017-06-13 17:51:52 +00:00 |
compiler.d
|
|
|
complex.d
|
Revert "Sort selective imports"
|
2017-06-13 17:51:52 +00:00 |
concurrency.d
|
Fix Issue 17640 - std.concurrenct writeln conflicts with std.stdio writeln in unittests
|
2017-07-12 16:03:25 +02:00 |
conv.d
|
Revert "Sort selective imports"
|
2017-06-13 17:51:52 +00:00 |
csv.d
|
Merge pull request #5606 from andralex/upcase-ddoc-labels
|
2017-07-12 22:19:10 +02:00 |
demangle.d
|
Remove quickIndex for modules with booktables or only one symbol
|
2017-03-01 03:59:22 +01:00 |
encoding.d
|
Sort imports
|
2017-06-12 07:54:38 +02:00 |
exception.d
|
Convert section labels to title case
|
2017-07-12 15:19:57 -04:00 |
file.d
|
Make std.file examples runnable
|
2017-07-09 16:22:53 +02:00 |
format.d
|
Merge pull request #5440 from Geod24/format-extended
|
2017-07-02 21:21:15 +02:00 |
functional.d
|
Revert "Sort selective imports"
|
2017-06-13 17:51:52 +00:00 |
getopt.d
|
Unit test for 17574.
|
2017-06-30 13:33:06 -07:00 |
json.d
|
Fix style (space between a .. b) in std/json.d
|
2017-07-06 19:30:57 +02:00 |
math.d
|
Merge pull request #5606 from andralex/upcase-ddoc-labels
|
2017-07-12 22:19:10 +02:00 |
mathspecial.d
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
meta.d
|
Revert "Sort selective imports"
|
2017-06-13 17:51:52 +00:00 |
mmfile.d
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
numeric.d
|
Revert "Sort selective imports"
|
2017-06-13 17:51:52 +00:00 |
outbuffer.d
|
Cleanup std.outbuffer: remove unnecessary slicing + make unittest documented
|
2017-07-12 10:22:52 +02:00 |
parallelism.d
|
Merge pull request #5502 from wilzbach/fix-17539
|
2017-07-04 22:18:10 +02:00 |
path.d
|
Revert "Sort selective imports"
|
2017-06-13 17:51:52 +00:00 |
process.d
|
Add errnoString to remove code duplication from some modules
|
2017-07-01 02:34:49 +03:00 |
random.d
|
Make Phobos module examples runnable
|
2017-07-02 00:22:13 +02:00 |
signals.d
|
Revert "Sort selective imports"
|
2017-06-13 17:51:52 +00:00 |
socket.d
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
stdint.d
|
[doc] Add emphasis for readability.
|
2017-02-10 23:46:12 +01:00 |
stdio.d
|
Add errnoString to remove code duplication from some modules
|
2017-07-01 02:34:49 +03:00 |
string.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2017-07-10 04:15:21 +02:00 |
system.d
|
|
|
traits.d
|
Made the comment of MutableOf private
|
2017-07-06 19:08:16 +02:00 |
typecons.d
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
typetuple.d
|
Remove quickIndex for modules with booktables or only one symbol
|
2017-03-01 03:59:22 +01:00 |
uni.d
|
Remove redundant public: labels in std.uni + move FormatException import into unittest
|
2017-07-11 12:28:39 +02:00 |
uri.d
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |
utf.d
|
Removed old debug printfs
|
2017-07-08 23:05:49 -04:00 |
uuid.d
|
Make std.uuid examples runnable
|
2017-07-09 16:22:48 +02:00 |
variant.d
|
Make Phobos module examples runnable
|
2017-07-02 00:22:13 +02:00 |
xml.d
|
test against regression
|
2017-06-15 21:08:03 +02:00 |
zip.d
|
Switched package-wide datetime imports to new sub-packages
|
2017-06-30 13:51:53 -04:00 |
zlib.d
|
Remove old, redundant private import access specifier
|
2017-07-11 12:28:39 +02:00 |