.. |
c
|
add version (Windows): too all windows only sources
|
2013-07-21 03:34:56 +02:00 |
digest
|
Merge pull request #1394 from 9rnsr/enforceProp
|
2013-08-05 10:41:17 -07:00 |
internal
|
Fixup std.math unittests for new math implementations.
|
2013-08-18 16:28:16 +01:00 |
net
|
Merge pull request #1369 from AndrejMitrovic/IsemailFix
|
2013-06-30 08:20:21 -07:00 |
windows
|
Make std.windows.syserror.sysErrorString @trusted
|
2013-08-11 11:25:25 +09:00 |
algorithm.d
|
Improve std.algorithm.splitter popBack
|
2013-08-14 21:37:26 +02:00 |
array.d
|
Merge pull request #1425 from tom-tan/safe-array-array
|
2013-08-06 08:10:47 -07:00 |
ascii.d
|
Fix issue# 10717.
|
2013-07-28 14:37:30 -07:00 |
base64.d
|
Don't assume wrapped range has a const empty()
|
2013-08-19 15:23:55 +01:00 |
bigint.d
|
More parenthesis fix
|
2013-08-08 04:12:10 +09:00 |
bitmanip.d
|
Reverted implicit string concatienation changes
|
2013-07-13 19:42:50 +00:00 |
compiler.d
|
|
|
complex.d
|
|
|
concurrency.d
|
Call thisTid to initialize first thread's message box, bypassing checks against setting thread-local variables from a shared static constructor.
|
2013-07-01 00:18:28 +10:00 |
container.d
|
Removed empty declarations
|
2013-07-03 10:36:53 -07:00 |
conv.d
|
Merge pull request #1505 from quickfur/issue10874
|
2013-08-24 02:33:37 -07:00 |
cstream.d
|
Fix issue 313 & 314
|
2013-06-25 08:38:30 +09:00 |
csv.d
|
Removed empty declarations. Converted more C-style array declarations to D-style. Removed trailing whitespace
|
2013-07-13 19:34:37 +00:00 |
datetime.d
|
Add "Africa/Tripoli" from/to "Libya Standard Time"
|
2013-08-17 01:16:09 +09:00 |
demangle.d
|
|
|
encoding.d
|
Reverted implicit string concatienation changes
|
2013-07-13 19:42:50 +00:00 |
exception.d
|
Fix Issue 10510 - enforce should take any callable function without regard for calling conventions.
|
2013-07-01 19:40:28 +02:00 |
file.d
|
Merge pull request #1474 from tom-tan/safe-file-deleteme
|
2013-08-13 05:01:27 -07:00 |
format.d
|
Add unittest for issue 6893.
|
2013-08-23 11:03:47 -07:00 |
functional.d
|
|
|
getopt.d
|
Removed empty declarations
|
2013-07-03 10:36:53 -07:00 |
json.d
|
new std.uni module
|
2013-07-20 23:00:34 +04:00 |
math.d
|
Fix frexp for real == double targets
|
2013-08-23 09:47:41 +02:00 |
mathspecial.d
|
|
|
md5.d
|
Removed empty declarations. Converted more C-style array declarations to D-style. Removed trailing whitespace
|
2013-07-13 19:34:37 +00:00 |
metastrings.d
|
|
|
mmfile.d
|
|
|
numeric.d
|
Removed empty declarations. Converted more C-style array declarations to D-style. Removed trailing whitespace
|
2013-07-13 19:34:37 +00:00 |
outbuffer.d
|
fix Issue 10644 - Win64: wrong code when passing arguments through ...
|
2013-07-19 14:17:32 -07:00 |
parallelism.d
|
Fix @property annotations and incorrect parenthesis
|
2013-07-16 00:31:26 +09:00 |
path.d
|
More parenthesis fix
|
2013-08-08 04:12:10 +09:00 |
process.d
|
Merge pull request #1451 from kyllingstad/std-process-all-strings
|
2013-08-06 15:17:15 -07:00 |
random.d
|
Unittests for RandomCover and RandomSample should test with all RNG types.
|
2013-08-26 10:51:53 +02:00 |
range.d
|
Fix @property annotations and incorrect parenthesis
|
2013-07-16 00:31:26 +09:00 |
regex.d
|
fix broken indention, detab
|
2013-08-21 00:28:11 +04:00 |
signals.d
|
|
|
socket.d
|
Made the fix apply to all unices and added a unit test.
|
2013-08-20 01:34:57 +02:00 |
socketstream.d
|
|
|
stdint.d
|
|
|
stdio.d
|
Change foreach byLine example to use take
|
2013-08-19 15:24:01 +01:00 |
stdiobase.d
|
|
|
stream.d
|
fix Issue 10644 - Win64: wrong code when passing arguments through ...
|
2013-07-19 14:17:32 -07:00 |
string.d
|
Merge pull request #1520 from tom-tan/safe-pure-string-removechars
|
2013-08-26 00:06:44 -07:00 |
syserror.d
|
|
|
system.d
|
|
|
traits.d
|
Fix issue 10800
|
2013-08-11 14:48:32 -06:00 |
typecons.d
|
Merge pull request #1394 from 9rnsr/enforceProp
|
2013-08-05 10:41:17 -07:00 |
typelist.d
|
|
|
typetuple.d
|
fix Issue 9976 - Needlessly large instantiation depth in std.typetuple algorithms
|
2013-04-24 14:27:22 +09:00 |
uni.d
|
Remove trailing spaces
|
2013-08-08 20:26:42 +09:00 |
uri.d
|
Merge pull request #1359 from qznc/more-coverage
|
2013-07-04 19:49:01 -07:00 |
utf.d
|
Remove conflict template function
|
2013-08-13 15:03:04 +09:00 |
uuid.d
|
Removed empty declarations. Converted more C-style array declarations to D-style. Removed trailing whitespace
|
2013-07-13 19:34:37 +00:00 |
variant.d
|
Add workaround to fix issue 10567
|
2013-07-10 01:33:21 +09:00 |
xml.d
|
Removed empty declarations
|
2013-07-03 10:36:53 -07:00 |
zip.d
|
|
|
zlib.d
|
|
|