.. |
c
|
Add pure /nothrow /@nogc attributes to std.socket .
|
2014-08-05 19:54:39 +04:00 |
container
|
More constness checks
|
2014-10-01 12:32:43 +02:00 |
digest
|
Add @nogc to std.digest.ripemd
|
2014-08-22 17:33:01 +09:00 |
experimental
|
Fixup spelling mistake.
|
2014-05-21 22:18:07 +02:00 |
internal
|
std.internal.scopebuffer: added inout for slices
|
2014-09-17 08:25:27 +04:00 |
net
|
doc comment for setCookie
|
2014-09-26 03:12:56 +02:00 |
regex
|
std/regex/package: Fix unmatched --- in DDoc comment
|
2014-09-18 00:34:51 +00:00 |
windows
|
fix Issue 13450 - Add WindowsException and wenforce to std.exception
|
2014-09-11 15:41:20 +00:00 |
algorithm.d
|
std.algorithm: Add cache and cacheBidirectional to the cheat sheet
|
2014-10-02 14:28:35 +00:00 |
array.d
|
Merge pull request #2539 from quickfur/issue10683
|
2014-09-20 17:14:29 +10:00 |
ascii.d
|
Minor stylistic cleanup in std.ascii.
|
2014-05-22 16:08:27 -07:00 |
base64.d
|
Don't use built-in .sort in std.base64 unittests
|
2014-09-28 07:52:01 -07:00 |
bigint.d
|
Fix Issue 13391 - Allow division of BigInt by long/ulong
|
2014-08-31 21:42:28 +01:00 |
bitmanip.d
|
Add @nogc to bitfields accessors
|
2014-09-04 09:50:21 +09:00 |
compiler.d
|
|
|
complex.d
|
Enhancement request 13022: add std.complex.sqAbs
|
2014-07-03 18:47:06 +02:00 |
concurrency.d
|
Replace enforceEx with enforce where it's possible
|
2014-08-25 12:18:02 +02:00 |
conv.d
|
fix to!string test
|
2014-09-22 19:17:32 +04:00 |
cstream.d
|
Replace most toStringz /toUTF16z /toUTFz usages with tempCString* ones.
|
2014-08-23 17:23:13 +04:00 |
csv.d
|
attributes and two small bug fixes for csv
|
2014-08-13 17:29:27 +02:00 |
datetime.d
|
Fix some property enforcements.
|
2014-09-01 18:01:16 +04:00 |
demangle.d
|
|
|
encoding.d
|
fix Issue 12853 - std.encoding EncodingSchemeUtf16Native and EncodingSchemeUtf32Native decode() and SafeDecode() wrong stripping length
|
2014-07-17 06:08:59 +09:00 |
exception.d
|
fix Issue 13450 - Add WindowsException and wenforce to std.exception
|
2014-09-11 15:41:20 +00:00 |
file.d
|
Call cenforce in one line
|
2014-09-27 00:37:58 +09:00 |
format.d
|
Clean unittest code
|
2014-10-01 11:42:33 +09:00 |
functional.d
|
Partially evaluates -> Partially applies
|
2014-08-26 12:16:54 +01:00 |
getopt.d
|
whoops, forgot one ++i
|
2014-08-18 07:24:47 +02:00 |
json.d
|
Merge pull request #2417 from dcarp/json_indexes
|
2014-09-14 08:52:08 +02:00 |
math.d
|
Categorize functions in std.math
|
2014-09-30 20:57:17 -04:00 |
mathspecial.d
|
annotate mathspecial functions
|
2014-05-18 10:37:49 -07:00 |
mmfile.d
|
fix property enforcement
|
2014-09-06 08:57:15 +09:00 |
numeric.d
|
Wholesale coding style fix for std.numeric.
|
2014-09-24 10:57:52 -07:00 |
outbuffer.d
|
Replace most toStringz /toUTF16z /toUTFz usages with tempCString* ones.
|
2014-08-23 17:23:13 +04:00 |
parallelism.d
|
Prevent definition of non-disabled default constructors in template structs
|
2014-08-26 22:39:35 +09:00 |
path.d
|
Revert pull request #2537 to fix git-head regression issue 13498
|
2014-09-20 23:47:31 +09:00 |
process.d
|
Merge pull request #2503 from CyberShadow/pull-20140909-141704
|
2014-09-19 12:38:56 -07:00 |
random.d
|
Preemptive fix of other places where .sort is used
|
2014-09-28 08:04:52 -07:00 |
range.d
|
Issue 9535: Add more examples to std.range.sequence.
|
2014-09-23 13:28:59 -07:00 |
signals.d
|
Update the Qt signals and slots link.
|
2014-06-22 01:02:30 +03:00 |
socket.d
|
Replace most toStringz /toUTF16z /toUTFz usages with tempCString* ones.
|
2014-08-23 17:23:13 +04:00 |
socketstream.d
|
|
|
stdint.d
|
|
|
stdio.d
|
Update std.stdio.writef docs.
|
2014-09-19 16:20:12 -07:00 |
stdiobase.d
|
|
|
stream.d
|
Replace most toStringz /toUTF16z /toUTFz usages with tempCString* ones.
|
2014-08-23 17:23:13 +04:00 |
string.d
|
Categorize functions in std.math
|
2014-09-30 20:57:17 -04:00 |
syserror.d
|
Deprecate std.c.string and move its contents to druntime
|
2014-07-13 12:47:26 -05:00 |
system.d
|
Start getting tests passing on Android/x86
|
2014-07-09 17:52:15 -05:00 |
traits.d
|
Clean unittest code
|
2014-10-01 11:42:33 +09:00 |
typecons.d
|
(trivial) (ddoc) more descriptive Typedef doc.
|
2014-09-20 12:12:12 +02:00 |
typelist.d
|
Deprecated obsolete module std.typelist.
|
2014-09-19 16:38:12 -07:00 |
typetuple.d
|
|
|
uni.d
|
Mark std.uni.isRegionalIndicator as safe
|
2014-10-03 11:23:16 +09:00 |
uri.d
|
Allow mutable char/wchar/dchar[] to be used in std.uri
|
2014-03-13 02:42:14 -04:00 |
utf.d
|
Merge pull request #2566 from MartinNowak/workaround7625
|
2014-09-29 12:29:00 +04:00 |
uuid.d
|
Sed "@safe pure nothrow"
|
2014-05-06 08:21:13 +02:00 |
variant.d
|
Code clean up.
|
2014-09-11 08:28:04 +02:00 |
xml.d
|
|
|
zip.d
|
|
|
zlib.d
|
std.zlib.crc32 and std.zlib.adler32 64-bit underflow|error when processing over 2^32 bytes of data fix
|
2014-09-04 14:48:35 -04:00 |