..
c
Windows API functions are nothrow
2014-04-07 12:21:59 -07:00
digest
std.digest: Publicly import LetterCase
2014-03-18 23:22:53 +00:00
internal
Update advapi32.d
2014-04-23 23:20:23 +01:00
net
fixes Issue 9054 - std.net.curl byLineAsync and byChunkAsync broken.
2014-04-19 00:29:37 +10:00
windows
algorithm.d
Fix Issue 12293 - Add forward to std.algorithm's cheat-sheet.
2014-04-27 01:00:06 +02:00
array.d
Add a disabled clear() method to Appender in the else branch to avoid UFCS hijacking.
2014-05-02 19:17:28 +02:00
ascii.d
add @nogc annotations to std.ascii
2014-05-05 17:42:22 -07:00
base64.d
Convert to new alias syntax
2014-02-11 15:27:05 +09:00
bigint.d
Remove uses of the comma operator
2014-02-18 00:48:40 +11:00
bitmanip.d
Update bitmanip.d documentation
2014-04-29 15:45:40 -07:00
compiler.d
complex.d
Remove DDOC comment from deprecated Complex(T).toString() with sink and format string
2014-04-28 22:16:25 +02:00
concurrency.d
[Trivial] Fix documentation typos
2014-02-28 21:08:19 +02:00
container.d
Fix complexity in red-black tree documentation
2014-04-14 13:51:02 -04:00
conv.d
Merge pull request #2118 from AndrejMitrovic/Fix12633
2014-04-26 00:30:41 +02:00
cstream.d
csv.d
Remove use of automatic adjacent string literal concatenation from phobos
2014-01-20 03:42:21 +11:00
datetime.d
Remove the rest of version(testStdDateTime) from std.datetime.
2014-04-30 00:41:38 -07:00
demangle.d
Remove trailing white
2014-01-08 08:30:28 +01:00
encoding.d
[Trivial] Fix documentation typos
2014-02-28 21:08:19 +02:00
exception.d
Fix Issue 6793 - Document that assumeUnique may not be necessary in some contexts.
2014-04-23 14:56:40 +02:00
file.d
Merge pull request #1940 from JakobOvrum/fixgloblink
2014-02-15 12:32:00 +01:00
format.d
Add link to introductory std.format DWiki page to std.format.
2014-04-29 14:48:43 +02:00
functional.d
Trivial error-msg-fix in std.functional
2014-04-27 13:28:08 +02:00
getopt.d
Supply the lacked local import
2014-04-03 12:37:30 +09:00
json.d
fix Issue 12332 - std.json API broken without notice
2014-03-09 19:23:36 +00:00
math.d
@nogc for builtin functions
2014-04-23 02:27:54 -07:00
mathspecial.d
metastrings.d
Removed DDOC comments from deprecated std.metastrings
2014-04-28 22:25:17 +02:00
mmfile.d
numeric.d
[Trivial] Fix documentation typos
2014-02-28 21:08:19 +02:00
outbuffer.d
OutBuffer is now an OutputRange
2014-03-20 18:19:59 -07:00
parallelism.d
fix property enforcement
2014-04-03 13:46:40 +09:00
path.d
add @nogc annotations to std.path
2014-05-05 17:38:49 -07:00
process.d
Fix Issue 11308 - Don't use Voldemort types for std.process output
2014-04-18 08:10:35 +02:00
random.d
Merge pull request #2051 from tom-tan/safe-pure-nothrow-std-random-generators
2014-04-05 23:32:46 +02:00
range.d
WorkAround 12661: To make SortedRange#this() nothrow
2014-05-06 21:52:56 +09:00
regex.d
fix issue 10798 ctRegex unicode set ops unimplemented
2014-04-23 20:20:16 +04:00
signals.d
Convert to new alias syntax
2014-02-11 15:27:05 +09:00
socket.d
Remove uses of the comma operator
2014-02-18 00:48:40 +11:00
socketstream.d
stdint.d
stdio.d
Merge pull request #2139 from monarchdodra/sortedrange
2014-05-01 20:03:20 +02:00
stdiobase.d
stream.d
Fix Issue 1726 - Document FileMode in std.stream.
2014-04-24 16:58:10 +02:00
string.d
Fix Issue 9556 - Missing underscore in docs for std.string.isNumeric.
2014-04-23 16:54:04 +02:00
syserror.d
system.d
traits.d
Merge pull request #2070 from monarchdodra/hasIndirections
2014-04-26 01:54:00 +02:00
typecons.d
Merge pull request #2094 from AndrejMitrovic/Fix12464
2014-04-24 17:16:50 +02:00
typelist.d
typetuple.d
Convert to new alias syntax
2014-02-11 15:27:05 +09:00
uni.d
Fix Issue 12184 - Implement advanced formatting support for std.uni.InversionList.
2014-04-30 22:29:37 +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
Merge pull request #2038 from blackwhale/issue-12419
2014-03-24 18:51:23 +00:00
uuid.d
Fix Issue 12608 - Avoid dead assignments.
2014-04-22 15:05:36 +02:00
variant.d
Add unittest for 12540
2014-04-11 12:24:34 -07: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