.. |
algorithm
|
Merge pull request #3065 from burner/algorithm_comparision_dscanner_suggestions
|
2015-03-22 22:53:07 -07:00 |
c
|
add version blocks for OS specific files
|
2015-01-06 19:31:58 +01:00 |
container
|
fix Issue 14300 - DList casting to base type is broken
|
2015-03-20 03:09:47 +01:00 |
digest
|
Remove unused (outdated) macros
|
2015-02-16 15:15:45 +01:00 |
experimental
|
synchronized (mutex) isn't pure
|
2015-03-06 21:41:49 +01:00 |
internal
|
Merge pull request #3020 from 9il/lmdi
|
2015-03-05 12:55:20 +01:00 |
net
|
make comment normal
|
2015-03-19 01:42:42 -04:00 |
range
|
std.range.package: Fix unbalanced DDoc paren
|
2015-03-19 21:51:13 +00:00 |
regex
|
fix compile times for regex tests
|
2015-03-14 02:46:48 +01:00 |
windows
|
Remove implicit conversions from array to bool
|
2015-01-27 21:55:00 +11:00 |
array.d
|
improve diagnostic for assocArray
|
2015-03-14 15:08:33 +01: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
|
Improve std.bigint docs.
|
2015-03-19 14:03:12 -07:00 |
bitmanip.d
|
Unmark BitArray.this() for deprecation
|
2015-03-05 09:50:01 +09:00 |
compiler.d
|
Usage of WEB macro for License everywhere
|
2014-10-15 11:30:42 +02:00 |
complex.d
|
Document std.complex.complex with Params and Returns
|
2015-03-22 15:14:46 +01:00 |
concurrency.d
|
Merge pull request #3041 from MartinNowak/synchronizeAttributes
|
2015-03-10 15:04:05 +01:00 |
conv.d
|
fixup #3038 add reference to bugzilla issue 14198
|
2015-03-07 19:07:37 +01:00 |
cstream.d
|
Merge pull request #2614 from Geod24/fix-license-doc
|
2014-10-17 00:16:49 +02:00 |
csv.d
|
Fix failing unittest due to double imprecision.
|
2015-02-17 05:57:37 -08:00 |
datetime.d
|
DIP25: make phobos work with it
|
2015-01-30 12:02:48 -08: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
|
Add table headers in ddoc function tables
|
2015-02-21 19:10:51 +01:00 |
functional.d
|
Add table headers in ddoc function tables
|
2015-02-21 19:10:51 +01:00 |
getopt.d
|
Remove parens from last commit
|
2015-02-13 09:17:22 -08:00 |
json.d
|
Give std.json an opEquals
|
2015-03-10 22:25:32 -07:00 |
math.d
|
Document std.math.abs with Params and Returns
|
2015-03-22 15:44:53 +01:00 |
mathspecial.d
|
Inverse of the Log Minus Digamma function
|
2015-03-05 13:48:29 +03:00 |
metastrings.d
|
Move some deprecations along.
|
2014-10-26 19:31:08 -07:00 |
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
|
Merge pull request #2803 from WalterBright/entity
|
2015-01-05 20:48:22 -08:00 |
process.d
|
Replace more implicit array to bool conversions
|
2015-01-28 16:33:12 +11:00 |
random.d
|
Merge pull request #2969 from e10s/patch-8
|
2015-03-12 12:25:20 +01: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
|
Usage of WEB macro for License everywhere
|
2014-10-15 11:30:42 +02:00 |
stdio.d
|
Issue 13590
|
2015-03-21 18:43:17 -04:00 |
stdiobase.d
|
Usage of WEB macro for License everywhere
|
2014-10-15 11:30:42 +02:00 |
stream.d
|
Stop using va_argsave now that va_start works correctly without it
|
2015-01-27 16:17:24 +11:00 |
string.d
|
Add all line breaking whitespace to splitLines and lineSplitter
|
2015-03-22 11:24:02 +01:00 |
syserror.d
|
Deprecate std.c.* and move all remaining declarations to core.stdc.*
|
2014-10-14 09:26:21 -05:00 |
system.d
|
|
|
traits.d
|
fix Issue 14253 - [REG2.067b3] std.traits.ParameterStorageClassTuple gives compiler errors when encountering 'return' functions
|
2015-03-13 18:22:07 -07:00 |
typecons.d
|
Improved std.typecons.Tuple documentation.
|
2015-03-20 19:08:44 -03:00 |
typelist.d
|
Usage of WEB macro for License everywhere
|
2014-10-15 11:30:42 +02:00 |
typetuple.d
|
Usage of WEB macro for License everywhere
|
2014-10-15 11:30:42 +02:00 |
uni.d
|
improve doc for std.uni.graphemeStride()
|
2015-03-18 11:27:08 -07:00 |
uri.d
|
uri documentation update
|
2015-01-29 23:43:20 +01:00 |
utf.d
|
fix Issue 14105 - strideImpl fails for 0xFF
|
2015-02-02 13:03:57 +01:00 |
uuid.d
|
swap front/popFront in randomUUID
|
2015-03-04 12:44:53 +01:00 |
variant.d
|
Supplemental fix for issue 14290
|
2015-03-16 22:12:31 +09:00 |
xml.d
|
Usage of WEB macro for License everywhere
|
2014-10-15 11:30:42 +02:00 |
zip.d
|
Update zip.d
|
2015-02-13 20:11:05 -05:00 |
zlib.d
|
Merge pull request #3092 from cporter/doc/std-zlib-adler
|
2015-03-22 22:40:38 -07:00 |