Commit graph

657 commits

Author SHA1 Message Date
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
The Dlang Bot
2645dba46c
Merge pull request #6162 from wilzbach/fix-11555
Fix Issue 11555 - std.algorithm.reverse should return the just-reversed range
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2018-02-11 18:58:27 +01:00
Sebastian Wilzbach
f7b69b2f0a Unify all reverse overloads into one 2018-02-11 18:27:59 +01:00
Sebastian Wilzbach
3acaa9d53a Fix Issue 11555 - std.algorithm.reverse should return the just-reversed range 2018-02-11 16:46:19 +01:00
The Dlang Bot
508337e0bb
Merge pull request #6150 from wilzbach/splitter-back
Issue 8166 - remove dead _backLength code in std.algorithm.splitter
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-02-11 02:36:47 +01:00
Sebastian Wilzbach
ede44cbc63 Fix Issue 8341 - topN(zip()) doesn't work 2018-02-11 01:24:18 +01:00
Sebastian Wilzbach
d9830b739e Fix DScanner warnings 2018-02-10 22:46:32 +01:00
Sebastian Wilzbach
4775a5e357 Fix Issue 11084 - std.algorithm.scan 2018-02-10 21:32:11 +01:00
Sebastian Wilzbach
c7b6aabfea Issue 8166 - retro() of splitter() too 2018-02-10 02:25:49 +01:00
Sebastian Wilzbach
d30fa6728e Add more tests to cover the optimized {min,max}Element 2018-02-08 17:43:02 +01:00
Sebastian Wilzbach
64204177e5 Use __traits(isSame) for min,maxElement 2018-02-08 17:38:55 +01:00
The Dlang Bot
9b03a10e5e
Merge pull request #6120 from wilzbach/fix-typo
Fix typo in the example title of std.algorithm.substitute
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-02-04 17:52:33 +01:00
Sebastian Wilzbach
32a6abd709 Fix typo in the example title of std.algorithm.substitute 2018-02-03 21:03:20 +01:00
Jack Stouffer
a6688108a1 Simplify the example for find 2018-02-02 09:13:39 -05:00
The Dlang Bot
2ff0a05ca0
Merge pull request #6090 from wilzbach/algo-doc-grouping
Group documentation in std.algorithm
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-02-02 14:51:36 +01:00
Jack Stouffer
18cbb29b04 Replaced version(unittest) blocks with version(StdUnittest) 2018-02-01 19:56:59 -05:00