Commit graph

20 commits

Author SHA1 Message Date
Doado
a4d997273b Added function multiSort to cheat sheet of std.algorithm.sorting.
Added function multiSort to cheat sheet of std.algorithm.sorting
2015-04-27 11:24:01 +01:00
Andrei Alexandrescu
d54047a6a0 Added strictlyOrdered 2015-03-26 21:14:52 -07:00
Andrei Alexandrescu
5ca24b8392 Introducing ordered() 2015-03-26 20:59:23 -07:00
Xinok
4abe95ef5b Fix Issue 14223 2015-03-04 19:15:44 -06:00
Xinok
323b512596 Fix Issue 14223 2015-03-01 15:55:02 -06:00
Andrei Alexandrescu
5dd6df0bd3 Merge pull request #2996 from quickfur/std_algo_cleanup
std.algorithm cleanup
2015-02-16 16:50:14 -08:00
Vladimir Panteleev
2c5294b64f Merge pull request #2989 from andralex/posix.mak
Fix name of package documentation: std_xyz_package.html -> std_xyz.html
2015-02-17 00:04:13 +02:00
Andrei Alexandrescu
11b32b56e5 Fix links 2015-02-16 13:39:18 -08:00
H. S. Teoh
873f448ef3 Move SortOutput to std.algorithm.sorting. 2015-02-16 10:58:31 -08:00
sinkuu
b55c07c63a Move internal stuff to std.algorithm.internal 2015-02-14 14:02:37 +09:00
Matt Kline
a15d9be6fd Remove unneeded .dup of arrays
See comments from #2974, specifically
https://github.com/D-Programming-Language/phobos/pull/2974#discussion_r24388654
2015-02-12 22:22:58 -08:00
H. S. Teoh
0520fba4f6 Delete evil tab characters that somehow slipped in. 2015-01-23 11:11:47 -08:00
H. S. Teoh
13149ded17 Update navigation links and cheatsheet. 2015-01-23 11:05:19 -08:00
H. S. Teoh
f8be0070d7 Bail out if user asks for unimplemented swap strategy. 2015-01-22 14:53:30 -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
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
5cae4f0cb5 Split mutation algorithms into own submodule.
Clean up inter-package imports.
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
8275298a72 Split sorting functions into own submodule. 2015-01-20 09:14:06 -08:00