Commit graph

898 commits

Author SHA1 Message Date
The Dlang Bot
e2709ee1e8
Merge pull request #6700 from schveiguy/fixsplitter
Allow no-arg splitter function to work on ranges that aren't standard strings
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-10-19 15:50:54 +02:00
Steven Schveighoffer
f7154ec86a Fix issue 19238 - Allow splitter on random-access ranges of characters that aren't
character arrays.
2018-10-18 11:05:57 -04:00
aG0aep6G
08f76c2974 Ddoc: fix botched backticks 2018-10-16 23:37:17 +02:00
Martin Nowak
95a1713806 Merge remote-tracking branch 'upstream/stable' into merge_stable 2018-10-05 17:26:18 +02:00
Iain Buclaw
fd5facfe04 posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
Nathan Sashihara
947ba51707 Fix Issue 19236 - Replace runtime typeid(T).initializer().ptr is null checks with compile-time __traits(isZeroInit, T) 2018-09-09 12:19:34 -04:00
John Colvin
82c73711a5 fix issue 19207 2018-08-30 11:58:43 +01:00
The Dlang Bot
f4aec67df5
Merge pull request #6645 from wilzbach/unittest-betterC
Allow @betterC tests in Phobos
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-08-22 15:39:19 +02:00
Sebastian Wilzbach
57d12560c5 Start to add @betterC to std.algorithm.comparison 2018-08-21 17:19:21 +02:00
Sebastian Wilzbach
eb6d449aa4 Fix dxml regression in multiple arguments skipOver 2018-08-20 14:05:54 +02:00
Andrei Alexandrescu
a12d990924
Merge pull request #5268 from andralex/each-with-early-stopping
Make `each` capable of early stopping
2018-08-15 19:12:17 -04:00
The Dlang Bot
1e3272746a
Merge pull request #6143 from wilzbach/skipOver
Fix Issue 12335 - std.algorithm.skipOver should support multiple args like startsWith
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-08-15 17:06:39 +02:00
Sebastian Wilzbach
6ef73fb360 Another merge 2018-08-15 15:05:16 +02:00
Sebastian Wilzbach
e1d37201f7 Fix early stopping PR 2018-08-15 11:06:43 +02:00
Andrei Alexandrescu
8ef426d772 More doc fixes 2018-08-15 11:06:43 +02:00
Andrei Alexandrescu
b803ffabd4 It's Yes... 2018-08-15 11:06:43 +02:00
Andrei Alexandrescu
662acd4cf6 Make each capable of early stopping 2018-08-15 11:06:43 +02:00
The Dlang Bot
bb769cfaf5
Merge pull request #4990 from wilzbach/fix-15357-each-foreach
Fix issue 17019: `each` should be usable with parallel (and behave like foreach)
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2018-08-14 21:19:55 +02:00
Sebastian Wilzbach
f67c43d93d
Merge pull request #6115 from wilzbach/13121
Issue 13121 - std.algorithm.joiner should return a bidirectional range if possible
2018-08-14 15:23:03 +02:00
Sebastian Wilzbach
3f44a4cd73 Fix issue 17019 - std.algorithm.iteration.each should be usable with parallel 2018-08-01 16:25:26 +02:00
Nathan Sashihara
5e90a60ebd Make PR #6115 compatible with BlackEdder/ggplotd 2018-07-09 22:56:38 -04:00
Martin Nowak
13bfc065de Merge remote-tracking branch 'upstream/stable' into merge_stable 2018-06-25 19:20:29 +02:00
aG0aep6G
0b8f203041 fix issue 19023 - findSplitBefore and findSplitAfter give wrong bool result 2018-06-24 23:00:00 +02:00
aG0aep6G
93faca7ed5 fix issue 19020 - findSkip, findSplit and findSplitBefore return wrong results 2018-06-24 22:49:55 +02:00
Brian Schott
1bb5636617
Fix typo. 2018-06-20 21:30:59 -07:00
Brian Schott
da9b10f859
Fix doc comment for pivotPartition
Looks like a search-and-replace messed up the code markup. Also, it seems like the range specified in the second list item was not consistent with its explanation.
2018-06-20 21:27:45 -07:00
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