phobos/std/algorithm
The Dlang Bot 4d7e5829cb
Merge pull request #7625 from jamesragray/chunkbyfix
Issue 14909: Provided a fix for the forward range version of chunkBy …
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2020-09-23 03:05:14 +02:00
..
comparison.d Merge pull request #7632 from andralex/minmax 2020-09-19 16:19:07 -04:00
internal.d Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
iteration.d Merge pull request #7625 from jamesragray/chunkbyfix 2020-09-23 03:05:14 +02:00
mutation.d Fix Issue 20869 - move is overly trusting of opPostMove 2020-05-29 13:35:07 +02:00
package.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
searching.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
setops.d Fix Issue 20943 - std.algorithm.setops.cartesianProduct fails for ranges with @system popFront (#7519) 2020-06-18 18:08:14 +09:00
sorting.d Merge remote-tracking branch 'upstream/master' into stable 2020-09-09 10:18:21 +02:00