phobos/std
Martin Nowak eb6e63aad1 use proper partion-and-conquer for NoDuplicates
- partition NoDuplicates as well as EraseAllN
- factor out EraseAllN to optimize compile time/mem
2017-11-21 18:59:08 +01:00
..
algorithm More precisely define what this overload returns 2017-11-19 00:33:35 -04:00
c Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
container Merge pull request #5794 from n8sh/container-array-puremalloc 2017-11-15 00:42:11 +01:00
datetime Change AliasSeq(0, ...) uses of foreach to static foreach 2017-11-02 17:11:37 +01:00
digest std.digest.package: fix slicing of temp array 2017-08-31 00:55:18 -07:00
experimental Merge pull request #5862 from jercaianu/krr 2017-11-19 03:40:51 +01:00
internal Merge pull request #5795 from MartinNowak/cstring_template_bloat 2017-11-17 16:17:25 +01:00
net std.net.curl: Fix getTiming example 2017-10-07 13:20:22 +07:00
range Clean template arg 2017-11-07 17:37:32 +02:00
regex Merge pull request #5722 from DmitryOlshansky/regex-matcher-interfaces 2017-10-16 20:16:33 +02:00
windows std.windows.registry: Keep Key object alive while iterating over it 2017-10-01 15:33:01 +02:00
array.d Merge pull request #5696 from dukc/arrayOverlaps 2017-11-17 21:00:39 +01:00
ascii.d has_public_example: std.ascii 2017-07-10 02:28:28 +02:00
base64.d Merge pull request #5506 from lionello/feature/base64urlnopadding 2017-07-21 21:27:26 +02:00
bigint.d Merge pull request #5715 from yosupo06/Issue_16264 2017-10-28 15:22:08 +02:00
bitmanip.d Fix Issue 17467 - BitArray are broken with <<= 64 2017-11-07 17:39:31 +02:00
compiler.d
complex.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
concurrency.d don't deprecate initOnce with unshared Mutex 2017-09-02 23:44:20 +02:00
conv.d Change AliasSeq(0, ...) uses of foreach to static foreach 2017-11-02 17:11:37 +01:00
csv.d Merge pull request #5606 from andralex/upcase-ddoc-labels 2017-07-12 22:19:10 +02:00
demangle.d
encoding.d Add unittest 2017-08-15 15:10:58 +06:00
exception.d Convert section labels to title case 2017-07-12 15:19:57 -04:00
file.d Fix issue 17962: dirEntries is truncating Unicode file names. 2017-11-05 18:56:32 -07:00
format.d disable OSX 32 bits due to an unfixed compiler issue 2017-09-13 15:31:01 +02:00
functional.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-08-16 12:17:39 +02:00
getopt.d Fix issue 17650: std.getopt range violation when option value is a hyphen. 2017-07-16 01:28:55 +02:00
json.d Remove toJSON overload planned for removal this month 2017-11-03 11:24:14 +01:00
math.d Change AliasSeq(0, ...) uses of foreach to static foreach 2017-11-02 17:11:37 +01:00
mathspecial.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
meta.d use proper partion-and-conquer for NoDuplicates 2017-11-21 18:59:08 +01:00
mmfile.d style, switches in MmFile can be final 2017-09-13 19:12:48 +02:00
numeric.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
outbuffer.d Cleanup std.outbuffer: remove unnecessary slicing + make unittest documented 2017-07-12 10:22:52 +02:00
parallelism.d Fix visibility issue 2017-10-27 08:11:26 -04:00
path.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
process.d std.process: Skip permission test when running as root 2017-10-31 12:15:12 +02:00
random.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-10-09 17:14:53 +02:00
signals.d Fix issue 2447 - add disconnectAll for std.signals 2017-10-26 21:49:10 +00:00
socket.d Remove use of std.datetime.StopWatch in std.socket tests. 2017-10-03 22:29:19 -06:00
stdint.d
stdio.d Merge pull request #5792 from jercaianu/lockingtextwriter 2017-11-14 18:14:07 +01:00
string.d Merge pull request #5676 from RazvanN7/Unused_vars_part3 2017-09-09 10:09:53 +02:00
system.d
traits.d Simplify hasElaborateConstructor. 2017-11-18 22:57:03 -07:00
typecons.d fix issue 12064 - std.typecons.wrap doesn't handle NVI 2017-11-13 13:41:19 +01:00
typetuple.d
uni.d Merge pull request #5722 from DmitryOlshansky/regex-matcher-interfaces 2017-10-16 20:16:33 +02:00
uri.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
utf.d Change AliasSeq(0, ...) uses of foreach to static foreach 2017-11-02 17:11:37 +01:00
uuid.d Make std.uuid examples runnable 2017-07-09 16:22:48 +02:00
variant.d Avoid using typeid to call postblit and destructor, as it does not take 2017-08-17 09:26:03 -04:00
xml.d test against regression 2017-06-15 21:08:03 +02:00
zip.d Fix Issue 2137 - Data not compressed on fly when adding to zip archive 2017-08-10 10:23:11 +03:00
zlib.d std.zlib: Add UnCompress.empty 2017-09-10 11:47:36 +02:00