.. |
c
|
Add pure /nothrow /@nogc attributes to std.socket .
|
2014-08-05 19:54:39 +04:00 |
container
|
Merge pull request #2401 from sigod/slist-correct-reference-semantics
|
2014-08-21 12:09:40 -07: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
|
Add @nogc to std.digest.sha
|
2014-08-22 17:01:39 +09:00 |
net
|
Fix ddoc params abuse in std.net.curl.SMTP.onProgress.
|
2014-08-14 19:14:32 -07:00 |
windows
|
Fix a minor typo.
|
2014-07-28 22:28:20 +01:00 |
algorithm.d
|
Merge pull request #2431 from monarchdodra/13304
|
2014-08-21 22:30:51 +02:00 |
array.d
|
Merge pull request #2240 from Safety0ff/fix12890
|
2014-08-17 21:41:45 +04:00 |
ascii.d
|
Minor stylistic cleanup in std.ascii.
|
2014-05-22 16:08:27 -07:00 |
base64.d
|
Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path
|
2014-08-04 23:33:25 -05:00 |
bigint.d
|
fix property enforcement
|
2014-07-30 19:15:39 +09:00 |
bitmanip.d
|
Add @nogc to endian related functions in std.bitmanip
|
2014-08-22 14:31:24 +09:00 |
compiler.d
|
|
|
complex.d
|
Enhancement request 13022: add std.complex.sqAbs
|
2014-07-03 18:47:06 +02:00 |
concurrency.d
|
[Trivial] Fix documentation typos
|
2014-02-28 21:08:19 +02:00 |
conv.d
|
localize some imports
|
2014-08-02 01:05:56 +02:00 |
cstream.d
|
Add missing imports
|
2014-08-10 18:20:05 +09:00 |
csv.d
|
attributes and two small bug fixes for csv
|
2014-08-13 17:29:27 +02:00 |
datetime.d
|
Change SysTime.fracSec to "scheduled for deprecation" from deprecated.
|
2014-08-20 20:48:10 -07:00 |
demangle.d
|
Remove trailing white
|
2014-01-08 08:30:28 +01:00 |
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
|
Deprecate std.c.string and move its contents to druntime
|
2014-07-13 12:47:26 -05:00 |
file.d
|
Merge pull request #2445 from tom-tan/safe-unittest-for-file-getSize
|
2014-08-21 18:48:33 +02:00 |
format.d
|
localize some imports
|
2014-08-02 01:05:56 +02:00 |
functional.d
|
Added std.algorithm.safeLess for safe signed/unsigned comparison; rewrote min/max
|
2014-07-13 13:09:45 +08:00 |
getopt.d
|
whoops, forgot one ++i
|
2014-08-18 07:24:47 +02:00 |
json.d
|
Merge pull request #2292 from markisaa/constToString
|
2014-07-05 12:57:22 +04:00 |
math.d
|
Add more integer isXXX deprecations
|
2014-07-26 04:04:18 +02:00 |
mathspecial.d
|
annotate mathspecial functions
|
2014-05-18 10:37:49 -07:00 |
mmfile.d
|
Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path
|
2014-08-04 23:33:25 -05:00 |
numeric.d
|
rebase
|
2014-08-06 08:50:13 +04:00 |
outbuffer.d
|
OutBuffer is now an OutputRange
|
2014-03-20 18:19:59 -07:00 |
parallelism.d
|
Do the same for amap and reduce, for consistency's sake.
|
2014-08-08 16:12:12 -07:00 |
path.d
|
Fix documentation of when dirName() allocates
|
2014-07-20 14:15:48 -06:00 |
process.d
|
Merge pull request #2413 from kyllingstad/deprecate-windows-execv
|
2014-08-14 14:32:46 +02:00 |
random.d
|
Simplify partialShuffle
|
2014-08-15 21:54:03 +03:00 |
range.d
|
Make TakeExactly!R implicitly convertible to Take!R
|
2014-07-26 12:20:34 +09:00 |
regex.d
|
Merge pull request #2234 from DmitryOlshansky/regex-reuse-sets
|
2014-06-08 17:09:56 -07:00 |
signals.d
|
Update the Qt signals and slots link.
|
2014-06-22 01:02:30 +03:00 |
socket.d
|
[Fix] Fix SocketSet.count return type.
|
2014-08-15 11:24:16 +04:00 |
socketstream.d
|
|
|
stdint.d
|
|
|
stdio.d
|
fix Issue 13241 - [REG2.067a] writeln no longer flushes stdout
|
2014-08-19 00:12:23 +00:00 |
stdiobase.d
|
|
|
stream.d
|
Make all tests that create a temporary file in the local directory get the path from one central function, so they can be made to use an absolute path
|
2014-08-04 23:33:25 -05:00 |
string.d
|
Fix std.string ddoc problems.
|
2014-08-08 15:36:36 -07: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
|
Fix property enforcement in std.traits.functionAttributes
|
2014-08-15 19:55:30 +04:00 |
typecons.d
|
Merge pull request #2346 from ntrel/unique-update
|
2014-08-21 19:49:27 +02:00 |
typelist.d
|
|
|
typetuple.d
|
Convert to new alias syntax
|
2014-02-11 15:27:05 +09:00 |
uni.d
|
Issue 13232 - avoid expensive template instantiations on module import
|
2014-08-01 02:15:56 +02:00 |
uri.d
|
Allow mutable char/wchar/dchar[] to be used in std.uri
|
2014-03-13 02:42:14 -04:00 |
utf.d
|
Fix issue 12923
|
2014-07-27 17:28:51 +04:00 |
uuid.d
|
Sed "@safe pure nothrow"
|
2014-05-06 08:21:13 +02:00 |
variant.d
|
Fix variant.d typo
|
2014-08-21 12:07:03 +01:00 |
xml.d
|
[Trivial] Fix documentation typos
|
2014-02-28 21:08:19 +02:00 |
zip.d
|
Merge pull request #1870 from MartinNowak/fix1832
|
2014-02-16 21:01:54 +01:00 |
zlib.d
|
Replace implicit catches of Throwables with explicit catches.
|
2014-04-21 23:05:50 +02:00 |