The Dlang Bot
|
1d70525d00
|
Merge pull request #6485 from aG0aep6G/18804
fix issue 18804 - std.algorithm.mutation.copy puts whole source range…
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
|
2018-06-19 00:34:14 +02:00 |
|
Sebastian Wilzbach
|
622c5d2098
|
Fix Issue 12086 - std.algorithm.remove + range of indices produces wrong results
|
2018-06-07 21:35:10 +02:00 |
|
Sebastian Wilzbach
|
dca849389f
|
Fix Issue 12335 - std.algorithm.skipOver should support multiple args like startsWith
|
2018-06-07 19:17:20 +02:00 |
|
Sebastian Wilzbach
|
e34f420ff1
|
Fix Issue 13121 - std.algorithm.joiner should return a bidirectional range if possible
|
2018-06-07 19:09:02 +02:00 |
|
The Dlang Bot
|
a6bf2b6c47
|
Merge pull request #6522 from BBasile/issue-18470
fix issue 18470 - std.algorithm.splitter has frame access problems for custom preds
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
|
2018-06-05 20:25:20 +02:00 |
|
Basile Burg
|
b5162ecc01
|
fix issue 18470 - std.algorithm.splitter has frame access problems for custom preds
|
2018-06-05 10:12:02 +02:00 |
|
The Dlang Bot
|
a56ae8026b
|
Merge pull request #6542 from wilzbach/underscore
Remove a few cases of underscore escaping
merged-on-behalf-of: Steven Schveighoffer <schveiguy@users.noreply.github.com>
|
2018-06-04 22:29:52 +02:00 |
|
Sebastian Wilzbach
|
c324714fde
|
Remove a few cases of underscore escaping
|
2018-06-04 13:05:01 +02:00 |
|
Sebastian Wilzbach
|
60d14aff3c
|
Improve joiner performance for random-access separators
|
2018-05-31 13:17:45 +02:00 |
|
Sebastian Wilzbach
|
a8c0b833bb
|
Fix DScanner warnings
|
2018-05-30 13:40:07 +02:00 |
|
David Bennett
|
defa033825
|
[trivial] Add mean to the doc index of std.algorithm and std.algorithm.iteration.
|
2018-05-26 17:50:32 +09:30 |
|
John Colvin
|
ea197ce5ce
|
std.array.split, not std.array.splitter
|
2018-05-24 16:00:01 +01:00 |
|
aG0aep6G
|
19052b08de
|
fix issue 18804 - std.algorithm.mutation.copy puts whole source range into target range when it should put elements
|
2018-04-30 03:06:02 +02:00 |
|
John Colvin
|
8d314b5ffb
|
Fix Issue 18525: std.algorithm.mutate.remove should work on mutable strings
|
2018-04-18 10:23:23 +01:00 |
|
Jack Stouffer
|
ea03f0dd74
|
Added Params and Returns to std.algorithm.iteration
|
2018-04-15 20:08:48 -04:00 |
|
The Dlang Bot
|
e13e3889ac
|
Merge pull request #6435 from JackStouffer/input-range-link
Make references to input ranges a link to isInputRange
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
|
2018-04-15 01:42:45 +02:00 |
|
Steven Schveighoffer
|
adaba541eb
|
Remove version(unittest) imports to avoid extra imports in user code.
|
2018-04-12 15:46:56 -04:00 |
|
Sebastian Wilzbach
|
4c016d129f
|
Remove superfluous _range used to avoid auto-highlighting
|
2018-04-09 21:31:57 +02:00 |
|
Jack Stouffer
|
e14f89e170
|
Make references to input ranges a link to isInputRange
|
2018-04-08 16:19:57 -04:00 |
|
Martin Nowak
|
9fdcf660dd
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
# Conflicts:
# std/bitmanip.d
|
2018-04-06 19:39:58 +02:00 |
|
Sebastian Wilzbach
|
e9e6ca4039
|
std.algorithm.{searching,sorting}: prepare for -dip1000
|
2018-04-06 05:15:06 +02:00 |
|
The Dlang Bot
|
193c61d985
|
Merge pull request #6157 from wilzbach/fix-17982
Fix Issue 17982 - Support for const(Class) in algorithm.searching.extremum
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
|
2018-04-05 08:20:25 +02:00 |
|
Sebastian Wilzbach
|
64d3a078d3
|
Fix Issue 17982 - Support for const(Class) in algorithm.searching.extremum
|
2018-04-05 07:19:44 +02:00 |
|
Sebastian Wilzbach
|
25edf91761
|
Merge pull request #6398 from wilzbach/fix-13880
Fix Issue 13880 - nothrow @nogc std.algorithm.reduce on fixed-size arrays
|
2018-04-05 07:15:21 +02:00 |
|
Nathan Sashihara
|
c1d1c0e874
|
Issue 18715 - Non-documented unittests should not use unpredictableSeed or default Random alias
|
2018-04-04 18:08:00 -04:00 |
|
Sebastian Wilzbach
|
ab70319d69
|
Fix Issue 13880 - nothrow @nogc std.algorithm.reduce on fixed-size arrays
|
2018-04-04 11:42:37 +02:00 |
|
Sebastian Wilzbach
|
42894784dd
|
Markdownify Phobos
$(D word) -> `word`
|
2018-04-02 22:32:47 +02:00 |
|
carblue
|
83c02f21ea
|
std.algorithm.iteration: Fix a -dip1000 compilable issue
|
2018-03-30 05:01:23 +02:00 |
|
Walter Bright
|
71276b2ef1
|
Merge pull request #6246 from carblue/dip1000_7
std.algorithm.searching: Fix a -dip1000 compilable issue
|
2018-03-27 17:28:39 -07:00 |
|
Sebastian Wilzbach
|
be7dd97d2f
|
Add REF-erences to the text in std.algorithm.iteration.cache
|
2018-03-25 21:44:29 +02:00 |
|
Brian Schott
|
4e00114390
|
Suggest using cache before tee.
|
2018-03-25 21:44:29 +02:00 |
|
Sebastian Wilzbach
|
87301eb1b5
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2018-03-25 18:23:14 +02:00 |
|
Sebastian Wilzbach
|
8f86a0d734
|
Fix if constraints indentation
|
2018-03-24 13:17:53 +01:00 |
|
Sebastian Wilzbach
|
f5e5075eaa
|
[Trivial] Remove std.stdio imports from std.algorithm.mutation
|
2018-03-20 16:20:23 +01:00 |
|
carblue
|
a540bb2d0a
|
std.algorithm.searching: Fix -dip1000 compilable issues
|
2018-03-17 11:56:39 +01:00 |
|
The Dlang Bot
|
42e8b19885
|
Merge pull request #6284 from wilzbach/std-algo-searching-mismatch
std.algorithm: remove mismatch from the std.algorithm.searching overview
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
|
2018-03-16 17:54:41 +01:00 |
|
The Dlang Bot
|
414a5573d4
|
Merge pull request #6283 from wilzbach/std-algorithm-find-typo
std.algorithm fix typo in reference to std.range.SortedRange
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
|
2018-03-16 17:24:20 +01:00 |
|
The Dlang Bot
|
7ac39eff7a
|
Merge pull request #6144 from wilzbach/traits-is-same-min-max
Use __traits(isSame) for min,maxElement
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
|
2018-03-16 16:54:04 +01:00 |
|
Sebastian Wilzbach
|
e7a8110ad3
|
Fix Ddoc error in the quickoverview of std.algorithm.sorting
|
2018-03-16 11:23:29 +01:00 |
|
Sebastian Wilzbach
|
c159ccf2ea
|
std.algorithm: remove mismatch from the std.algorithm.searching overview
|
2018-03-16 05:03:11 +01:00 |
|
Sebastian Wilzbach
|
4fe5518ce0
|
std.algorithm fix typo in reference to std.range.SortedRange
|
2018-03-16 04:55:48 +01:00 |
|
Mathis Beer
|
eb0ffd9d1f
|
Reduce size of slow testcase in std.algorithm.setops
|
2018-03-15 16:40:03 +01:00 |
|
Jack Stouffer
|
5b74692bf8
|
Update sorting.d
|
2018-03-12 10:10:59 -04:00 |
|
The Dlang Bot
|
78f7209c4a
|
Merge pull request #6156 from wilzbach/fix-8341
Fix Issue 8341 - topN(zip()) doesn't work
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
|
2018-03-12 14:07:43 +01:00 |
|
Sebastian Wilzbach
|
adf6113eb9
|
Fix Issue 18492 - DLang STL links are broken
|
2018-02-23 04:31:09 +01:00 |
|
Jack Stouffer
|
663b5b9278
|
Revert addition of StdUnittest
|
2018-02-20 13:32:32 -05:00 |
|
Sebastian Wilzbach
|
1956daf34f
|
Fix Issue 18341 - Documentation for std.array.split is confusing/incorrect
|
2018-02-19 22:50:03 +01:00 |
|
The Dlang Bot
|
8d525413a7
|
Merge pull request #6151 from wilzbach/fix-dscanner
Fix all DScanner warnings + use -return-exit-code re-enable it
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
|
2018-02-13 00:25:26 +01:00 |
|
The Dlang Bot
|
15da6f6aca
|
Merge pull request #6132 from JackStouffer/startswith-ascii
Remove auto-decoding from startsWith when Needles are all narrow chars
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
|
2018-02-12 23:13:00 +01:00 |
|
Jack Stouffer
|
a239bd1493
|
Remove auto-decoding from startsWith when Needles are all narrow chars
|
2018-02-12 15:34:14 -05:00 |
|