.. |
algorithm
|
Added function multiSort to cheat sheet of std.algorithm.sorting.
|
2015-04-27 11:24:01 +01:00 |
c
|
add version blocks for OS specific files
|
2015-01-06 19:31:58 +01:00 |
container
|
inout leftmost, rightmost, next, and prev
|
2015-04-23 23:23:45 +02:00 |
digest
|
Add closing ")" in ddoc
|
2015-04-18 10:07:48 +02:00 |
experimental
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2015-04-11 00:49:55 +02:00 |
internal
|
Fix some PHOBOSSRC broken links
|
2015-04-29 11:02:58 +02:00 |
meta
|
Rename TypeTuple -> MetaList
|
2015-05-05 22:22:10 +03:00 |
net
|
make comment normal
|
2015-03-19 01:42:42 -04:00 |
range
|
Fix some PHOBOSSRC broken links
|
2015-04-29 11:02:58 +02:00 |
regex
|
Fix some PHOBOSSRC broken links
|
2015-04-29 11:02:58 +02:00 |
windows
|
Remove implicit conversions from array to bool
|
2015-01-27 21:55:00 +11:00 |
array.d
|
Make std.array.replicate for most cases @safe
|
2015-04-30 15:44:42 +09:00 |
ascii.d
|
Fix unittest attributes.
|
2015-03-18 16:14:29 -07:00 |
base64.d
|
std.range: constraints => primitives
|
2014-11-23 20:05:20 +03:00 |
bigint.d
|
correction to std.bigint doc
|
2015-04-25 20:22:16 -07:00 |
bitmanip.d
|
Updated documentation to remove unnecessary symbol highlights in descriptions.
|
2015-04-21 10:56:50 +01:00 |
compiler.d
|
|
|
complex.d
|
Document std.complex.complex with Params and Returns
|
2015-03-22 15:14:46 +01:00 |
concurrency.d
|
replace shared static this with cas based lazy initialization
|
2015-04-20 16:36:40 +02:00 |
conv.d
|
Merge pull request #3133 from WalterBright/hexString
|
2015-05-02 20:39:42 +02:00 |
cstream.d
|
fix, file handle must not be visible.
|
2015-04-27 22:51:18 +02:00 |
csv.d
|
Fix failing unittest due to double imprecision.
|
2015-02-17 05:57:37 -08:00 |
datetime.d
|
Add workaround in std.datetime unit tests for bug in FreeBSD 9+.
|
2015-04-26 18:02:59 -07:00 |
demangle.d
|
use uuml entity for Thomas' name
|
2015-01-05 20:46:53 -08:00 |
encoding.d
|
detab and remove trailing whitespaces
|
2015-02-10 00:56:40 +09:00 |
exception.d
|
Fix links
|
2015-02-16 13:39:18 -08:00 |
file.d
|
combine copy&paste dirEntry tests
|
2015-03-14 16:08:42 +01:00 |
format.d
|
Cent-ify std.format.
|
2015-05-01 13:51:37 +02:00 |
functional.d
|
Add table headers in ddoc function tables
|
2015-02-21 19:10:51 +01:00 |
getopt.d
|
Fix ddoc for Option.required
|
2015-04-29 10:37:30 -07:00 |
json.d
|
JSON: remove unused import std.typecons : Flag.
|
2015-04-13 23:09:07 -04:00 |
math.d
|
Add unittests for std.math.ilogb
|
2015-04-12 18:55:05 +02:00 |
mathspecial.d
|
Inverse of the Log Minus Digamma function
|
2015-03-05 13:48:29 +03:00 |
metastrings.d
|
|
|
mmfile.d
|
detab and remove trailing whitespaces
|
2015-02-10 00:56:40 +09:00 |
numeric.d
|
fix docs
|
2015-03-20 21:13:11 +03:00 |
outbuffer.d
|
add writef and writefln to std.outbuffer
|
2015-02-16 18:00:20 -08:00 |
parallelism.d
|
detab and remove trailing whitespaces
|
2015-02-10 00:56:40 +09:00 |
path.d
|
Undo change from "Windows" to "Win32"
|
2015-05-04 16:07:14 +02:00 |
process.d
|
Merge pull request #3148 from CyberShadow/pull-20150405-052650-process-14408
|
2015-04-09 14:13:05 -04:00 |
random.d
|
Fixed saying $(RPAREN) in std.random documentation
|
2015-04-18 16:05:07 +02:00 |
signals.d
|
Replace more implicit array to bool conversions
|
2015-01-28 16:33:12 +11:00 |
socket.d
|
fix Issue 14012 - std.socket: wrong SocketSet.max on Posix
|
2015-01-20 01:12:10 +00:00 |
socketstream.d
|
|
|
stdint.d
|
|
|
stdio.d
|
Merge pull request #3160 from CyberShadow/pull-20150407-122150
|
2015-04-09 10:28:18 -04:00 |
stdiobase.d
|
|
|
stream.d
|
Stop using va_argsave now that va_start works correctly without it
|
2015-01-27 16:17:24 +11:00 |
string.d
|
Merge pull request #3205 from nomad-software/fix-ddoc-parameter-warnings
|
2015-05-01 05:17:11 +09:00 |
syserror.d
|
|
|
system.d
|
|
|
traits.d
|
Merge pull request #3212 from nomad-software/issue_14079
|
2015-05-01 08:44:57 +09:00 |
typecons.d
|
Merge pull request #3139 from mrkline/better-unique
|
2015-04-24 20:24:18 +02:00 |
typelist.d
|
Update module & TypeTuple doc
|
2015-05-05 22:22:10 +03:00 |
typetuple.d
|
Copy std.typetuple to std.meta.list
|
2015-05-05 22:22:10 +03:00 |
uni.d
|
Remove std.uni.graphemeStride and its unittest from @trusted block
|
2015-05-02 11:40:47 +09:00 |
uri.d
|
uri documentation update
|
2015-01-29 23:43:20 +01:00 |
utf.d
|
Make std.utf.toUTF falimy @safe
|
2015-05-01 02:48:48 +09:00 |
uuid.d
|
swap front/popFront in randomUUID
|
2015-03-04 12:44:53 +01:00 |
variant.d
|
Merge pull request #3227 from aG0aep6G/13534
|
2015-04-27 07:49:36 -04:00 |
xml.d
|
|
|
zip.d
|
Document how to use std.zip to create a zip file.
|
2015-04-07 23:54:03 -05:00 |
zlib.d
|
Make descriptions more clear and stand-alone, prefer ddoc macros to manual navigation.
|
2015-03-27 16:07:22 -07:00 |