.. |
algorithm
|
Add Params: for largestPartialIntersection.
|
2015-09-04 22:58:41 -07:00 |
c
|
|
|
container
|
Merge pull request #3572 from JackStouffer/issue5945
|
2015-09-03 09:09:34 -04:00 |
digest
|
Extend documentation for toHexString
|
2015-07-19 23:56:13 +02:00 |
experimental
|
Merge pull request #3582 from burner/issue14940
|
2015-09-02 11:03:42 +03:00 |
internal
|
Provide MAXGAMMA, MAXLOG, and MINLOG for 64-bit reals.
|
2015-07-20 22:42:04 +02:00 |
net
|
properly decode content-length
|
2015-08-30 22:17:58 +02:00 |
range
|
Add missing cheatsheet link to chooseAmong.
|
2015-08-19 10:29:09 -07:00 |
regex
|
std.regex: simplify case statement
|
2015-07-08 14:05:40 +02:00 |
windows
|
Range-ify: std.file chdir and others
|
2015-07-15 17:02:11 -07:00 |
array.d
|
fix Issue 10895 - incorrect std.array.join behavior with array of string-like class using alias this
|
2015-09-03 17:54:40 +09:00 |
ascii.d
|
|
|
base64.d
|
Use auto ref to retain compatibility with previous workarounds.
|
2015-06-30 08:49:54 -07:00 |
bigint.d
|
use if-else instead of ?:
|
2015-06-30 23:09:08 +09:00 |
bitmanip.d
|
|
|
compiler.d
|
|
|
complex.d
|
[dox] Improve std.complex ddocs.
|
2015-08-25 17:41:38 -07:00 |
concurrency.d
|
std.concurrency: receiveTimeout: document behavior with negative timeout
|
2015-07-25 12:10:53 +03:00 |
concurrencybase.d
|
add std.concurrencybase
|
2015-07-05 00:50:38 -07:00 |
conv.d
|
format() returns the correcty type
|
2015-08-26 11:25:57 +02:00 |
cstream.d
|
|
|
csv.d
|
Supplemental fix for issue 14846
|
2015-07-29 19:50:09 +09:00 |
datetime.d
|
Move deprecations along.
|
2015-08-29 17:01:23 -07:00 |
demangle.d
|
|
|
encoding.d
|
|
|
exception.d
|
Merge pull request #3597 from quickfur/pointsTo
|
2015-09-02 10:32:07 +03:00 |
file.d
|
Move deprecations along.
|
2015-08-29 17:01:23 -07:00 |
format.d
|
Change Char[] to immutable(Char)[]
|
2015-08-28 22:06:13 +02:00 |
functional.d
|
std.variant housekeeping
|
2015-08-12 14:15:01 +02:00 |
getopt.d
|
fix issue14724
|
2015-08-16 23:50:38 +02:00 |
json.d
|
std.json: Rename JsonOptions to JSONOptions
|
2015-06-29 19:34:29 +00:00 |
math.d
|
Merge pull request #3022 from ivan-timokhin/totalOrder
|
2015-09-02 12:39:55 +03:00 |
mathspecial.d
|
|
|
meta.d
|
Merge pull request #3498 from JinShil/AliasTuple
|
2015-07-21 11:40:04 +02:00 |
metastrings.d
|
|
|
mmfile.d
|
mmfile.d: MmFile destructor changed not to cal enforce
|
2015-08-11 13:33:01 -04:00 |
numeric.d
|
|
|
outbuffer.d
|
std.outbuffer: remove call into GC by using appropriate type for data, tweak pre-allocation
|
2015-07-29 22:41:09 +02:00 |
parallelism.d
|
Supplemental fix for issue 14860
|
2015-08-02 19:05:30 +09:00 |
path.d
|
Add missing Params and Returns to std.path docs.
|
2015-09-02 08:24:06 -07:00 |
process.d
|
fix Issue 15000 - Changes to userShell either need to be reverted or the std.process documentation needs to be updated
|
2015-09-03 11:47:44 +00:00 |
random.d
|
remove unnecessary uses of std.format
|
2015-06-30 19:45:15 -07:00 |
signals.d
|
|
|
socket.d
|
Move deprecations along.
|
2015-08-29 17:01:23 -07:00 |
socketstream.d
|
|
|
stdint.d
|
|
|
stdio.d
|
Follow D conventions in stdio example
|
2015-09-01 13:41:19 +01:00 |
stdiobase.d
|
|
|
stream.d
|
|
|
string.d
|
Fix broken hyperlinks to std.algorithm submodules.
|
2015-08-24 07:20:50 -07:00 |
syserror.d
|
[dox] Add deprecation message to module.
|
2015-08-27 10:36:10 -07:00 |
system.d
|
|
|
traits.d
|
Merge pull request #3497 from aG0aep6G/hasMember
|
2015-08-27 09:29:55 +03:00 |
typecons.d
|
fix Issue 14940
|
2015-08-26 10:29:00 +02:00 |
typelist.d
|
|
|
typetuple.d
|
Merge pull request #3498 from JinShil/AliasTuple
|
2015-07-21 11:40:04 +02:00 |
uni.d
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2015-07-24 01:28:58 +02:00 |
uri.d
|
added unittests for issue 14924
|
2015-08-16 03:00:45 +02:00 |
utf.d
|
replace _decode with decodeFront
|
2015-08-18 13:22:19 +02:00 |
uuid.d
|
|
|
variant.d
|
Allow Variant.visit to support const types.
|
2015-08-11 22:21:38 -04:00 |
xml.d
|
|
|
zip.d
|
Merge pull request #3605 from jmdavis/zip
|
2015-08-31 17:49:10 +10:00 |
zlib.d
|
fix Issue 14799 - Documentation for std.zlib.compress is incorrect
|
2015-09-01 05:40:12 +00:00 |