.. |
algorithm
|
sorting: Avoid using $ on generic ranges
|
2016-10-22 15:17:07 +01:00 |
c
|
Standardize whitespace after imports
|
2016-05-29 22:09:56 +02:00 |
container
|
Restrict making of containers to non-infinite ranges
|
2016-10-13 16:33:14 +02:00 |
digest
|
Remove package wide std.algorithm imports from Phobos
|
2016-09-22 08:36:14 +01:00 |
experimental
|
Implicit cast to const slices in case of underlaying range is a pointer.
|
2016-10-16 18:55:15 +02:00 |
internal
|
fix Issue 16291 - EncodingScheme.create fails
|
2016-10-05 01:54:22 +02:00 |
net
|
Updated Flag uses to Yes/No structs
|
2016-09-29 14:45:20 +01:00 |
range
|
15% more performance for popFront(char[])
|
2016-10-12 20:14:47 +02:00 |
regex
|
[std.regex] Disable Bit-NFA in CTFE
|
2016-10-24 22:19:00 +03:00 |
windows
|
Remove package wide std.algorithm imports from Phobos
|
2016-09-22 08:36:14 +01:00 |
array.d
|
Merge pull request #4201 from andralex/better-overlap
|
2016-09-22 10:46:20 +03:00 |
ascii.d
|
Add @safe to std.ascii unittests
|
2016-06-29 13:58:48 +02:00 |
base64.d
|
Remove package wide std.algorithm imports from Phobos
|
2016-09-22 08:36:14 +01:00 |
bigint.d
|
Fix all windows cycles
|
2016-07-08 21:07:15 -04:00 |
bitmanip.d
|
bitmanip: missing a 'return' attribute
|
2016-08-24 22:06:03 -07: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
|
Remove some global imports from std.concurrency
|
2016-09-21 16:10:10 +01:00 |
concurrencybase.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
conv.d
|
Fix alignment of std.conv emplacement test buffers.
|
2016-10-12 12:24:08 +02:00 |
csv.d
|
Remove package wide std.algorithm imports from Phobos
|
2016-09-22 08:36:14 +01:00 |
datetime.d
|
Updated Flag uses to Yes/No structs
|
2016-09-29 14:45:20 +01:00 |
demangle.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
encoding.d
|
fix Issue 16291 - EncodingScheme.create fails
|
2016-10-05 01:54:22 +02:00 |
exception.d
|
Remove package wide std.algorithm imports from Phobos
|
2016-09-22 08:36:14 +01:00 |
file.d
|
Fix Issue 16571 - Unittests should not list /tmp/ recursively
|
2016-10-04 16:26:27 +05:30 |
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 16443 - Prevent segmentation fault
|
2016-08-28 13:58:55 -04:00 |
json.d
|
Remove package wide std.algorithm imports from std/json.d
|
2016-09-20 11:08:21 +01:00 |
math.d
|
Improved isPowerOf2.
|
2016-10-06 15:48:34 +10:00 |
mathspecial.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
meta.d
|
Remove package wide std.algorithm imports from Phobos
|
2016-09-22 08:36:14 +01: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
|
Removed commented out code
|
2016-09-16 11:12:29 +01:00 |
parallelism.d
|
Avoid GC Allocations in sharedStaticDtor
|
2016-10-04 15:04:29 -04:00 |
path.d
|
The word "tranforms" is a typo, should be "transforms" (especially painful when searching for the word "transforms")
|
2016-10-15 11:12:28 -04:00 |
process.d
|
fix Issue 16580 - spawnShell segfaults on macOS
|
2016-10-04 23:56:38 +02:00 |
random.d
|
Make most random number generator methods @nogc.
|
2016-09-18 19:42:17 +02:00 |
signals.d
|
fix issue 16249 - std.signals: disconnect() is unsafe during emit()
|
2016-09-20 01:43:52 +02:00 |
socket.d
|
Changed yes/no enums to Flags in std.datetime, updating uses to Yes/No structs.
|
2016-09-29 14:45:19 +01:00 |
stdint.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
stdio.d
|
GetLastError should be imported from core.sys.windows.windows
|
2016-10-12 20:42:22 -07:00 |
stdiobase.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
string.d
|
Updated Flag uses to Yes/No structs
|
2016-09-29 14:45:20 +01:00 |
system.d
|
Remove the WEB macro in favor of HTTP
|
2016-06-16 00:14:51 +02:00 |
traits.d
|
Merge pull request #4862 from MartinNowak/parameter_defaults_cruft
|
2016-10-17 08:28:39 -04:00 |
typecons.d
|
fix gdc-dmd test - remove the workound for Issue 15316
|
2016-10-09 03:53:33 +02:00 |
typetuple.d
|
Add @safe to std.typetuple unit tests
|
2016-07-02 11:03:08 +02:00 |
uni.d
|
[std.regex] Fix issue 9391 - const regex, ctRegex is immutable
|
2016-10-07 01:40:41 +03:00 |
uri.d
|
Add @safe and @system to std.uri unit tests
|
2016-07-01 10:22:22 +02:00 |
utf.d
|
Merge pull request #4796 from JackStouffer/toUTF16
|
2016-10-01 01:36:52 -04:00 |
uuid.d
|
Remove package wide std.algorithm imports from Phobos
|
2016-09-22 08:36:14 +01:00 |
variant.d
|
Update variant.d
|
2016-08-15 21:24:24 +10:00 |
xml.d
|
Added some immutable to varibles that aren't modified in std.xml
|
2016-09-23 10:52:06 +01:00 |
zip.d
|
Remove package wide std.algorithm imports from Phobos
|
2016-09-22 08:36:14 +01:00 |
zlib.d
|
Remove package wide std.algorithm imports from Phobos
|
2016-09-22 08:36:14 +01:00 |