phobos/std
Nick Treleaven b967d944a2 Remove isRawStaticArray - same as isStaticArray
isStaticArray!T already checks !isAggregateType!T.
2016-11-12 12:33:26 +00:00
..
algorithm Fix Issue 8087 - Improve clarity of std.algorithm documentation 2016-10-31 08:17:06 +02:00
c
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 Added unittest example demonstrating overlapped blocks. 2016-11-05 14:14:12 +01:00
internal Removed uses of the delete keyword from std.internal.math.biguintcore.d 2016-10-26 08:59:44 +01: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
base64.d Remove package wide std.algorithm imports from Phobos 2016-09-22 08:36:14 +01:00
bigint.d
bitmanip.d
compiler.d
complex.d
concurrency.d Remove some global imports from std.concurrency 2016-09-21 16:10:10 +01:00
concurrencybase.d
conv.d Remove isRawStaticArray - same as isStaticArray 2016-11-12 12:33:26 +00: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
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 Ensure std.file.exists(StringEnum.name) compiles. 2016-10-30 18:57:11 -04:00
format.d
functional.d
getopt.d
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
meta.d fixup 2016-11-01 06:25:46 -07:00
mmfile.d Removed uses of the delete keyword from std.mmfile 2016-10-27 16:30:30 +01:00
numeric.d
outbuffer.d
parallelism.d Avoid GC Allocations in sharedStaticDtor 2016-10-04 15:04:29 -04:00
path.d [TRIVIAL, DDOC] fix issue 16624 - setExtension ddoc comment is strangely formated 2016-11-03 10:09:46 +01: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
stdio.d GetLastError should be imported from core.sys.windows.windows 2016-10-12 20:42:22 -07:00
stdiobase.d
string.d Updated Flag uses to Yes/No structs 2016-09-29 14:45:20 +01:00
system.d
traits.d Improve isConvertibleToString docs. 2016-10-30 19:02:22 -04:00
typecons.d fix gdc-dmd test - remove the workound for Issue 15316 2016-10-09 03:53:33 +02:00
typetuple.d
uni.d [std.regex] Fix issue 9391 - const regex, ctRegex is immutable 2016-10-07 01:40:41 +03:00
uri.d
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 Tweak Variant docs 2016-11-07 10:43:04 +00: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 Removed uses of the delete keyword from std.zlib 2016-10-27 16:30:33 +01:00