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 |
|
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 |
|
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 |
|