.. |
c
|
add version (Windows): too all windows only sources
|
2013-07-21 03:34:56 +02:00 |
digest
|
the enum caused it to allocate needlessly. static immutable avoids that.
|
2013-10-04 21:57:01 -04:00 |
internal
|
Fix issue 11583.
|
2013-12-04 22:28:23 -08:00 |
net
|
Fix Issue 9737 - std.net.curl and SSL - documentation missing
|
2013-11-11 22:28:08 -02:00 |
windows
|
Fix issue 11283 - Remove sysErrorString unittest
|
2013-10-17 18:34:53 +09:00 |
algorithm.d
|
fix Issue 11603 - std.algorithm.canFind does not work when needle is 1-byte zero
|
2013-12-04 16:28:04 +09:00 |
array.d
|
Don't call dup on a type
|
2013-11-18 22:09:27 +11:00 |
ascii.d
|
improve optimization potential of std.ascii
|
2013-10-16 16:12:46 -07:00 |
base64.d
|
Merge pull request #1536 from lionello/bug10893
|
2013-09-08 08:37:19 -07:00 |
bigint.d
|
Fix issue 11583.
|
2013-12-04 22:28:23 -08:00 |
bitmanip.d
|
Add unittests for bugs which seem to have been fixed over time.
|
2013-10-03 10:14:24 -04:00 |
compiler.d
|
|
|
complex.d
|
Correct docs & deprecation message in std.complex.
|
2013-11-27 19:48:54 +01:00 |
concurrency.d
|
enforce thisTid was called before calling receive
|
2013-09-30 21:45:13 +02:00 |
container.d
|
unittest and minor fixes
|
2013-11-08 20:57:21 +01:00 |
conv.d
|
fix usage of Type.prop in typeof expressions
|
2013-12-01 21:32:32 +01:00 |
cstream.d
|
Fix issue 10893: added missing or renamed DDoc parameters (found by fix to 10236)
|
2013-08-31 15:36:29 +08: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
|
Fix missed cases of <>= operator
|
2013-12-01 16:31:47 +11:00 |
demangle.d
|
|
|
encoding.d
|
Merge pull request #891 from Kozzi11/master
|
2013-12-05 00:30:04 -08:00 |
exception.d
|
Remove cases where an array is used in a boolean context
|
2013-11-27 18:23:07 +11:00 |
file.d
|
fix Issue 11392 - dirEntries segfaults
|
2013-11-02 00:04:26 -07:00 |
format.d
|
Merge pull request #1578 from tom-tan/safe-pure-nothrow-this-format-FormatSpec
|
2013-12-03 08:38:31 -08:00 |
functional.d
|
|
|
getopt.d
|
Update getopt.d
|
2013-11-20 13:14:12 -05:00 |
json.d
|
fix bool test
|
2013-11-26 08:24:19 +01:00 |
math.d
|
Make an unit test of std.math IEEE 754-2008 compliant.
|
2013-12-05 09:14:59 +01: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
|
Remove cases where an array is used in a boolean context
|
2013-11-27 18:23:07 +11:00 |
numeric.d
|
Fix missed cases of <>= operator
|
2013-12-01 16:31:47 +11:00 |
outbuffer.d
|
fix Issue 10644 - Win64: wrong code when passing arguments through ...
|
2013-07-19 14:17:32 -07:00 |
parallelism.d
|
Convert x.classinfo to typeid(x)
|
2013-11-18 21:54:02 +11:00 |
path.d
|
fix Issue 11691 - can't join pathSplitter with pathSeparator
|
2013-12-05 15:22:01 +01:00 |
process.d
|
Remove cases where an array is used in a boolean context
|
2013-11-27 18:23:07 +11:00 |
random.d
|
fix property enforcement
|
2013-09-28 14:46:44 +09:00 |
range.d
|
Remove useless Tuple from chain
|
2013-11-26 08:31:04 +01:00 |
regex.d
|
fix Issue 11671 - ctRegex broken
|
2013-12-04 16:35:55 +09:00 |
signals.d
|
|
|
socket.d
|
Merge pull request #1536 from lionello/bug10893
|
2013-09-08 08:37:19 -07:00 |
socketstream.d
|
|
|
stdint.d
|
|
|
stdio.d
|
Remove cases where an array is used in a boolean context
|
2013-11-27 18:23:07 +11: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 #1489 from tom-tan/safe-pure-string-lastIndexOf
|
2013-12-03 04:20:12 -08:00 |
syserror.d
|
|
|
system.d
|
|
|
traits.d
|
Result of __traits(parent) may not have a type
|
2013-11-25 23:27:49 +11:00 |
typecons.d
|
Remove bug from staticIota in typecons
|
2013-12-06 17:13:24 +02: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
|
Add std.uni.byGrapheme and std.uni.byCodePoint
|
2013-12-03 22:06:30 +09:00 |
uri.d
|
Fix cases where goto skips initialization of variables
|
2013-11-20 00:20:33 +11:00 |
utf.d
|
Introduce package level canSearchInCodeUnits
|
2013-11-13 17:13:36 +01: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
|
fix usage of Type.prop in typeof expressions
|
2013-12-01 21:32:32 +01:00 |
xml.d
|
Remove cases where an array is used in a boolean context
|
2013-11-27 18:23:07 +11:00 |
zip.d
|
fix property enforcement
|
2013-11-25 15:40:01 +09:00 |
zlib.d
|
Fix issue 10893: added missing or renamed DDoc parameters (found by fix to 10236)
|
2013-08-31 15:36:29 +08:00 |