.. |
algorithm
|
Merge pull request #3649 from DmitryOlshansky/poita--issue14817
|
2015-09-18 09:22:01 -04:00 |
c
|
|
|
container
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2015-09-07 00:44:29 +02: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
|
fix tempCString to support null cstring results again
|
2015-09-07 16:47:35 +02:00 |
net
|
properly decode content-length
|
2015-08-30 22:17:58 +02:00 |
range
|
Fix missing ditto in std.range.chooseAmong.
|
2015-09-16 20:30:03 -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
|
Add warning about GC to taggedPointer and taggedClassRef docs
|
2015-06-13 14:50:03 +02:00 |
compiler.d
|
|
|
complex.d
|
[dox] Improve std.complex ddocs.
|
2015-08-25 17:41:38 -07:00 |
concurrency.d
|
Corrected typo on line 1196 from "varialbe" to "variable". PS Is the use of "analog" correct here? It sounds a bit odd.
|
2015-09-01 14:04:54 +01: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
|
Adjust deprecation messages for std.stream.
|
2015-09-11 21:29:14 -07:00 |
csv.d
|
Supplemental fix for issue 14846
|
2015-07-29 19:50:09 +09:00 |
datetime.d
|
Fix for issue# 15085: Microsoft changed their timezone names again.
|
2015-09-21 01:48:35 -07:00 |
demangle.d
|
|
|
encoding.d
|
Refactor cp-1252 to use new GenericEncoder
|
2015-09-12 19:29:31 +02:00 |
exception.d
|
Merge pull request #3597 from quickfur/pointsTo
|
2015-09-02 10:32:07 +03:00 |
file.d
|
Add test for issue 14817
|
2015-09-12 14:44:50 +03: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
|
remove trailing whitespace, detab, tolf
|
2015-05-31 11:24:01 +02:00 |
meta.d
|
Merge pull request #3498 from JinShil/AliasTuple
|
2015-07-21 11:40:04 +02:00 |
metastrings.d
|
|
|
mmfile.d
|
fix Issue 14995 - std.mmfile incorrectly handles errors in ctor
|
2015-09-02 01:57:34 +00:00 |
numeric.d
|
remove trailing whitespace, detab, tolf
|
2015-05-31 11:24:01 +02:00 |
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
|
std.random unittest docs
|
2015-09-10 11:12:56 +02:00 |
signals.d
|
|
|
socket.d
|
std.socket unittest doc
|
2015-09-10 11:05:04 +02:00 |
socketstream.d
|
Adjust deprecation messages for std.stream.
|
2015-09-11 21:29:14 -07:00 |
stdint.d
|
|
|
stdio.d
|
Follow D conventions in stdio example
|
2015-09-01 13:41:19 +01:00 |
stdiobase.d
|
|
|
stream.d
|
Adjust deprecation messages for std.stream.
|
2015-09-11 21:29:14 -07:00 |
string.d
|
Add Params: and Returns: for std.string.center.
|
2015-08-29 17:53:31 -07:00 |
syserror.d
|
[dox] Add deprecation message to module.
|
2015-08-27 10:36:10 -07:00 |
system.d
|
Separate linux kernel, glibc, and bionic APIs where appropriate
|
2015-05-27 21:54:52 -05:00 |
traits.d
|
Remove redundant assert in documented unittest
|
2015-09-10 16:51:35 +03:00 |
typecons.d
|
fix Issue 14940
|
2015-08-26 10:29:00 +02:00 |
typelist.d
|
typelist: alias syntax fix
|
2015-05-28 19:11:06 +02:00 |
typetuple.d
|
fix link to AliasSeq
|
2015-09-25 16:16:42 +02:00 |
uni.d
|
std.uni unittest doc
|
2015-09-13 14:22:41 +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 |