Commit graph

33 commits

Author SHA1 Message Date
Jonathan M Davis
c3cd933131 Moving deprecations along.
This is mostly just putting dates on existing deprecations that were
missing dates, but it does remove a few things that have been deprecated
long enough to be removed.
2016-02-10 16:43:25 -08:00
Andrei Alexandrescu
eba4817874 Add maxCount and maxPos 2016-01-20 12:12:41 -05:00
Matt Kline
dae8f5e993 Mention lambda predicates in std.algorithm 2015-09-24 17:12:28 -07:00
Jack Stouffer
6daa283986 fixed issue 12752 2015-09-17 13:03:09 -04:00
Vladimir Panteleev
6079e23d82 std.algorithm.iteration: Add permutations (fix issue 13596) 2015-07-12 03:38:49 +00:00
H. S. Teoh
fa297af0e6 Merge pull request #3005 from Poita/Issue14183
Fix Issue 14183 - Changes to groupBy
2015-03-19 13:04:07 -07:00
Peter Alexander
c6520969ea Fix Issue 14183 - Changes to groupBy
* Renamed `groupBy` to `chunkBy`
* Undocumented `aggregate`
* Added `groupBy` member function to `SortedRange`
* Unary `chunkBy` returns tuple of key and chunk.

https://issues.dlang.org/show_bug.cgi?id=14183
2015-02-18 21:21:27 +00:00
Ulrich Kuettler
7a9920a4d5 Remove reference entry for template that got moved 2015-02-18 10:46:52 +01:00
H. S. Teoh
4208a0d9fc Deprecation message. 2015-02-16 13:26:08 -08:00
H. S. Teoh
22a68697f3 Forwarding alias to new location of forward(). 2015-02-16 13:04:09 -08:00
H. S. Teoh
873f448ef3 Move SortOutput to std.algorithm.sorting. 2015-02-16 10:58:31 -08:00
H. S. Teoh
a43e8d22cd Move 'forward' to std.functional. 2015-02-16 10:54:58 -08:00
sinkuu
b55c07c63a Move internal stuff to std.algorithm.internal 2015-02-14 14:02:37 +09:00
Walter Bright
dc302d26a4 DIP25: make phobos work with it 2015-01-30 12:02:48 -08:00
anonymous
9309f2b142 [DDoc] add HTML class "quickindex" to manually maintained jump link tables 2015-01-26 11:19:05 +01:00
Andrei Alexandrescu
58be104aa0 Merge pull request #2899 from quickfur/aggregate
Implement aggregate().
2015-01-23 13:18:22 -08:00
H. S. Teoh
0623b98822 Update navigational links. 2015-01-23 11:52:54 -08:00
H. S. Teoh
13149ded17 Update navigation links and cheatsheet. 2015-01-23 11:05:19 -08:00
H. S. Teoh
6347527fc2 Move topNIndex to std.algorithm.sorting.
Improve documentation and add missing sig constraints.
2015-01-22 13:43:57 -08:00
H. S. Teoh
2f0b36f8e4 Delete 6-year-old dead code. 2015-01-22 11:26:43 -08:00
H. S. Teoh
3fb23fa606 Delete commented-out dead code.
Has been dead since 2009.
2015-01-22 11:25:25 -08:00
H. S. Teoh
398038a1d3 Move cheat sheet entries into respective submodules. 2015-01-20 10:43:50 -08:00
H. S. Teoh
c3d464d1aa Add ddoc headers for submodules. 2015-01-20 10:27:42 -08:00
H. S. Teoh
309a22e916 Update cross-module links.
Update crosslinks in cheat sheet.
2015-01-20 10:16:06 -08:00
H. S. Teoh
fa803294a6 Move each() to std.algorithm.iteration. 2015-01-20 09:14:06 -08:00
H. S. Teoh
5cae4f0cb5 Split mutation algorithms into own submodule.
Clean up inter-package imports.
2015-01-20 09:14:06 -08:00
H. S. Teoh
b476a82b5b Split search algorithms into own submodule. 2015-01-20 09:14:06 -08:00
H. S. Teoh
5551facc2f Refactor: reduce global imports. 2015-01-20 09:14:06 -08:00
H. S. Teoh
9dc4c34379 Split iteration functions into own submodule. 2015-01-20 09:14:06 -08:00
H. S. Teoh
28feb36b6e Split comparison functions into own submodule. 2015-01-20 09:14:06 -08:00
H. S. Teoh
8275298a72 Split sorting functions into own submodule. 2015-01-20 09:14:06 -08:00
H. S. Teoh
d109025fd1 Move set operations into submodule. 2015-01-20 09:14:06 -08:00
H. S. Teoh
48040701a5 Prepare to split up std.algorithm into submodules. 2015-01-20 09:14:06 -08:00
Renamed from std/algorithm.d (Browse further)