.. |
algorithm
|
Fix spelling mistake in iteration.d
|
2016-08-24 15:45:47 -04:00 |
c
|
Standardize whitespace after imports
|
2016-05-29 22:09:56 +02:00 |
container
|
container.array.sorting.d: add overflow checks
|
2016-08-05 01:02:52 -07:00 |
digest
|
Merge pull request #4639 from 9il/mm3
|
2016-08-04 11:00:45 +02:00 |
experimental
|
fix issue 16319
|
2016-08-15 21:02:30 +02:00 |
internal
|
fix tempCString() to follow strict scope rules
|
2016-08-24 01:34:57 -07:00 |
net
|
fix selective import style
|
2016-08-09 02:06:01 +02:00 |
range
|
Merge pull request #4454 from JackStouffer/patch-17
|
2016-08-17 10:26:06 -07:00 |
regex
|
Added const and immutable to several variables in std.regex.internal.parser
|
2016-07-27 11:12:45 -04:00 |
windows
|
Fixed local imports in std.windows.syserror
|
2016-07-01 15:35:46 -04:00 |
array.d
|
std.array: check for overflow on allocation sizes
|
2016-07-28 13:27:44 -07:00 |
ascii.d
|
Add @safe to std.ascii unittests
|
2016-06-29 13:58:48 +02:00 |
base64.d
|
Fixed in contract for Base64.decode for arrays
|
2016-08-08 12:11:30 +02:00 |
bigint.d
|
Fix all windows cycles
|
2016-07-08 21:07:15 -04:00 |
bitmanip.d
|
Enable always true assert checks in Travis
|
2016-07-31 10:47:26 -04:00 |
compiler.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
complex.d
|
std.complex unittest safe pure
|
2016-06-30 15:58:33 +02:00 |
concurrency.d
|
fix issue 16386: avoid the assignment operator on an object that has been destroyed
|
2016-08-14 11:52:00 +02:00 |
concurrencybase.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
conv.d
|
Merge pull request #4633 from JackStouffer/conv
|
2016-08-24 08:58:32 +02:00 |
cstream.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
csv.d
|
Add @safe and @system to std.csv unit tests
|
2016-06-29 19:12:38 +02:00 |
datetime.d
|
Fix formatting to appease travis
|
2016-07-21 08:44:11 -04:00 |
demangle.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
encoding.d
|
fix selective import style
|
2016-08-09 02:04:47 +02:00 |
exception.d
|
remove unsafe use of .ptr in std.exception
|
2016-07-24 13:27:05 -07:00 |
file.d
|
file.d: fix unsafe use of .ptr
|
2016-07-25 21:38:08 -07:00 |
format.d
|
Added const and immutable to several variables in std.format
|
2016-07-27 18:01:01 -04:00 |
functional.d
|
std.functional: add overflow checks
|
2016-07-28 13:29:00 -07:00 |
getopt.d
|
fix issue 16420 - Incorrect example in std.getopt docs
|
2016-08-23 22:54:13 +02:00 |
json.d
|
Merge pull request #4605 from jmdavis/deprecations
|
2016-07-19 01:29:24 -07:00 |
math.d
|
Merge pull request #4619 from JackStouffer/immutable3
|
2016-07-20 00:46:07 -07:00 |
mathspecial.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
meta.d
|
Add @safe to std.meta unit tests
|
2016-07-01 11:14:48 +02:00 |
mmfile.d
|
Add @system to std.mmfile unit tests
|
2016-07-01 10:26:08 +02:00 |
numeric.d
|
Use assert instead of enforce in std.numeric
|
2016-08-04 01:27:21 +03:00 |
outbuffer.d
|
Add @safe to std.outbuffer unittests
|
2016-06-29 18:47:07 +02:00 |
parallelism.d
|
Fix all windows cycles
|
2016-07-08 21:07:15 -04:00 |
path.d
|
std.path: make .ptr access trusted
|
2016-07-23 17:58:13 -07:00 |
process.d
|
Properly handle the case where an environment variable is an empty string.
|
2016-07-25 10:47:08 -07:00 |
random.d
|
Add @system and @safe to std.random unit tests
|
2016-07-02 11:00:32 +02:00 |
signals.d
|
std.signals: check for overflow on allocation sizes
|
2016-07-29 15:30:22 -07:00 |
socket.d
|
Add @system and @safe to std.socket unit tests
|
2016-07-04 17:19:31 +02:00 |
socketstream.d
|
remove the deprecated wiki macros
|
2016-05-27 05:52:23 +02:00 |
stdint.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
stdio.d
|
fix issue 16372 - Broken links in documentation
|
2016-08-12 22:50:28 +02:00 |
stdiobase.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
stream.d
|
Fix typo in std.stream deprecation warning
|
2016-07-26 08:04:52 +02:00 |
string.d
|
remove unsafe use of .ptr in std.string
|
2016-07-24 12:58:55 -07:00 |
system.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
traits.d
|
fix issue 16319
|
2016-08-15 21:02:30 +02:00 |
typecons.d
|
document unittest
|
2016-07-27 01:41:31 +10:00 |
typetuple.d
|
Add @safe to std.typetuple unit tests
|
2016-07-02 11:03:08 +02:00 |
uni.d
|
std.uni: add overflow checks to storage allocation
|
2016-08-02 14:32:05 -07:00 |
uri.d
|
Add @safe and @system to std.uri unit tests
|
2016-07-01 10:22:22 +02:00 |
utf.d
|
std.utf: fix unsafe .ptr usage
|
2016-07-27 18:10:33 -07:00 |
uuid.d
|
Add @system and @safe to std.uuid unit tests
|
2016-07-01 18:56:53 +02:00 |
variant.d
|
Update variant.d
|
2016-08-15 21:24:24 +10:00 |
xml.d
|
Merge pull request #4570 from aG0aep6G/16241
|
2016-07-06 16:07:52 -07:00 |
zip.d
|
Removed unused variables from std.zip
|
2016-07-12 10:10:13 -04:00 |
zlib.d
|
Add @system to std.zlib unit tests
|
2016-07-01 10:50:13 +02:00 |