.. |
algorithm
|
Fix Issue 18525: std.algorithm.mutate.remove should work on mutable strings
|
2018-04-18 10:23:23 +01:00 |
c
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
container
|
fix Issue 18800 - Array.length setter segfaults for payloads with indirections
|
2018-04-30 09:39:52 +02:00 |
datetime
|
Merge pull request #6422 from wilzbach/duplicate-static-gshared
|
2018-04-05 20:30:54 +02:00 |
digest
|
Merge pull request #6453 from schveiguy/version_unittest_p4
|
2018-04-15 00:02:27 +02:00 |
experimental
|
Merge branch 'master' into fix_i17806
|
2018-04-24 21:19:02 -04:00 |
internal
|
More removal of version(unittest)
|
2018-04-13 12:20:02 -04:00 |
net
|
More removal of version(unittest)
|
2018-04-13 12:20:02 -04:00 |
range
|
Merge pull request #6435 from JackStouffer/input-range-link
|
2018-04-15 01:42:45 +02:00 |
regex
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2018-04-06 19:39:58 +02:00 |
windows
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
array.d
|
Remove template wide trusted in std.array
|
2018-05-07 11:03:54 -04:00 |
ascii.d
|
Remove version(unittest) imports to avoid extra imports in user code.
|
2018-04-12 15:46:56 -04:00 |
base64.d
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
bigint.d
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
bitmanip.d
|
Remove version(unittest) imports to avoid extra imports in user code.
|
2018-04-12 15:46:56 -04:00 |
compiler.d
|
|
|
complex.d
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
concurrency.d
|
Merge pull request #5873 from wilzbach/std-concurrency-tests-4
|
2018-04-18 17:00:15 +02:00 |
conv.d
|
Fix std.conv.emplaceRef() for 0-sized types
|
2018-04-26 22:57:25 +02:00 |
csv.d
|
Make references to input ranges a link to isInputRange
|
2018-04-08 16:19:57 -04:00 |
demangle.d
|
Modernize std.demangle
|
2018-03-26 13:26:04 -04:00 |
encoding.d
|
Another batch for removing version(unittest)
|
2018-04-12 16:27:18 -04:00 |
exception.d
|
fix issue 17084 - Can't sort array of structs with alias this (#6472)
|
2018-04-24 16:38:50 +03:00 |
file.d
|
Merge pull request #6435 from JackStouffer/input-range-link
|
2018-04-15 01:42:45 +02:00 |
format.d
|
Merge pull request #6435 from JackStouffer/input-range-link
|
2018-04-15 01:42:45 +02:00 |
functional.d
|
Added Params and Returns to std.functional
|
2018-04-19 20:13:34 -04:00 |
getopt.d
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
json.d
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
math.d
|
truncl is defined as pure in core/stdc/math
|
2018-04-30 16:35:13 +02:00 |
mathspecial.d
|
|
|
meta.d
|
Make references to input ranges a link to isInputRange
|
2018-04-08 16:19:57 -04:00 |
mmfile.d
|
|
|
numeric.d
|
More removal of version(unittest)
|
2018-04-13 12:20:02 -04:00 |
outbuffer.d
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
parallelism.d
|
Merge pull request #6435 from JackStouffer/input-range-link
|
2018-04-15 01:42:45 +02:00 |
path.d
|
Added examples to std.path
|
2018-04-26 11:55:07 -04:00 |
process.d
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
random.d
|
Annotates std.random unittests with @nogc when already possible
|
2018-04-21 22:01:19 +02:00 |
signals.d
|
|
|
socket.d
|
Remove duplicated document text in Socket.close()
|
2018-04-24 20:52:20 +01:00 |
stdint.d
|
|
|
stdio.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2018-05-02 01:06:55 +02:00 |
string.d
|
Added public examples to std.string
|
2018-04-11 11:17:05 -04:00 |
system.d
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
traits.d
|
More removal of version(unittest)
|
2018-04-13 12:20:02 -04:00 |
typecons.d
|
Merge pull request #6457 from n8sh/issue-18766
|
2018-05-03 01:53:37 +02:00 |
typetuple.d
|
|
|
uni.d
|
Merge pull request #6435 from JackStouffer/input-range-link
|
2018-04-15 01:42:45 +02:00 |
uri.d
|
Add public examples to std.uri + enable DScanner check
|
2018-03-20 23:53:07 +01:00 |
utf.d
|
Merge pull request #6435 from JackStouffer/input-range-link
|
2018-04-15 01:42:45 +02:00 |
uuid.d
|
Markdownify Phobos
|
2018-04-02 22:32:47 +02:00 |
variant.d
|
Fix std.variant unittest
|
2018-04-26 22:53:59 +02:00 |
xml.d
|
|
|
zip.d
|
zip & zlib: don't zero-fill buffers before writing to them
|
2018-04-24 21:00:16 -04:00 |
zlib.d
|
zip & zlib: don't zero-fill buffers before writing to them
|
2018-04-24 21:00:16 -04:00 |