Commit graph

282 commits

Author SHA1 Message Date
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
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
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
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
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
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
32a6abd709 Fix typo in the example title of std.algorithm.substitute 2018-02-03 21:03:20 +01:00
Sebastian Wilzbach
15835daa7c Fix DAutotest 2018-01-25 09:32:54 +01:00
Sebastian Wilzbach
33cf85fdb4 Address review 2018-01-25 09:30:33 +01:00
Sebastian Wilzbach
41d158f4c7 Add substitute for lazy replacements 2018-01-25 09:30:33 +01:00
The Dlang Bot
fa0a6192a1
Merge pull request #5951 from acehreli/TaskPool_fold
Fix Issue 18096 - Add fold() to std.parallelism
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-01-17 06:05:48 +01:00
The Dlang Bot
f3189822ab
Merge pull request #5989 from wilzbach/static-foreach
Use static foreach in Phobos
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2018-01-03 19:05:07 +01:00
Sebastian Wilzbach
7de3787876 Use static foreach in Phobos 2018-01-03 17:30:11 +01:00
The Dlang Bot
db2d2413b4
Merge pull request #5970 from wilzbach/markdownify-algorithm
Markdownify std.algorithm
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-01-03 15:44:56 +01:00
Sebastian Wilzbach
b0575c8a66 @safeify more unittests II 2018-01-03 06:26:05 +01:00
Sebastian Wilzbach
fc0c29f3a2 Markdownify std.algorithm
Done with: https://github.com/wilzbach/dscanner-fix/blob/master/d_code_markdown.d
2017-12-29 01:17:40 +01:00
Ali Çehreli
0074d24c6a Fix a couple of tuple links 2017-12-26 22:40:48 -08:00
The Dlang Bot
eb3c39048a
Merge pull request #3892 from JackStouffer/mean
Add mean to std.numeric
merged-on-behalf-of: unknown
2017-11-22 05:18:03 +01:00
Jack Stouffer
b5572e8f31 Fix issue 14034: Add mean to Phobos 2017-11-21 18:23:12 -05:00
Martin Nowak
4024b1250d Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-11-21 14:10:41 +01:00
Sebastian Wilzbach
df6365092a Replace body keyword with its replacement: do
Automatic replacement with

    sed -i "s/^\([ ]*\)body/\1do/" -i **/*.d
2017-11-20 15:33:52 +01:00
Sebastian Wilzbach
97a2c88175 Move public unittest below their respective declaration 2017-11-20 14:17:41 +01:00
aG0aep6G
d2aad6b7e6
remove unintended highlighting from cache's docs
Fixes two links.
2017-11-13 23:37:45 +01:00
The Dlang Bot
4e71185e99
Merge pull request #5796 from jondegenhardt/splitter-doc-changes
Documentation improvements for std.algorithm.splitter.
merged-on-behalf-of: Jonathan M Davis <jmdavis@users.noreply.github.com>
2017-11-11 08:28:49 +01:00
Jon Degenhardt
913a0527cd Switch from dot delimiter to avoid style check involving consecutive dots. 2017-11-10 22:31:44 -08:00
Andrei Alexandrescu
334d4b9c8c
$(LREF reduce) -> $(LREF _reduce) 2017-11-06 14:27:35 -05:00
Jon Degenhardt
a184b26e8d Documentation improvements for std.algorithm.splitter. 2017-10-31 22:47:40 -07:00
Jon Degenhardt
c6ef7c3f5e Fix issue 15735: Correct splitter documentation when argument is an empty range. 2017-10-08 14:10:08 -07:00
jmh530
4150b2bb84 Update iteration.d UT comment 2017-10-03 09:42:28 -04:00
RazvanN7
30c5430181 Get rid of unused variables in std/algorithm/iteration 2017-08-02 09:21:32 +03:00
Jonathan M Davis
8ef2b195f1 Move some deprecations along. 2017-07-18 06:04:40 -06:00
Vladimir Panteleev
d0b9555a06
Revert "Sort selective imports"
This reverts commit 998ad51fd7.
2017-06-13 17:51:52 +00:00
Sebastian Wilzbach
2070d867dd Sort multiple packages within one line 2017-06-12 08:18:25 +02:00
Sebastian Wilzbach
998ad51fd7 Sort selective imports 2017-06-12 08:12:09 +02:00
Sebastian Wilzbach
61717ecc7d Sort imports 2017-06-12 07:54:38 +02:00
Martin Nowak
b940d0c1c7 Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-05-23 20:37:35 +02:00
Andrei Alexandrescu
0e441a9d9e Fix Issue 16326 - filter is not lazy enough & has weird save behavior 2017-05-14 08:58:18 -04:00
Vladimir Panteleev
113502af74 std.algorithm.iteration: Add test for issue 17264
Fixes Issue 17264 - [REG2.073] uniq fails with const elements
2017-05-10 22:33:24 +00:00
Vladimir Panteleev
1e61c5cb6e Revert "Merge pull request #4961 from edi33416/uniq_consistency"
This reverts commit 428217b317, reversing
changes made to 7c2dc1ccba.
2017-05-10 22:33:24 +00:00
The Dlang Bot
57a0bf930a Merge pull request #5148 from wilzbach/static_if_iteration
[Static if] replace overload constraints with static if (iteration.d)
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-03-16 21:24:23 +01:00