Vladimir Panteleev
|
4d5894b042
|
std.algorithm.sorting: Remove dead YouTube link from schwartzSort DDoc
IIRC, this was some sort of joke.
|
2015-06-29 19:34:27 +00:00 |
|
Vladimir Panteleev
|
ddec2b8c7b
|
std.algorithm.sorting: Remove dead YouTube link from schwartzSort DDoc
IIRC, this was some sort of joke.
|
2015-06-24 11:11:26 +00:00 |
|
anonymous
|
b28962635f
|
fix package XREFs
Also add escaping underscores in some places, and rewrap to 80 columns
where touching anyway.
|
2015-06-15 22:30:41 +02:00 |
|
Robert burner Schadek
|
c49a81e627
|
updates alias syntax inside algo comp
remove extra space
|
2015-05-28 19:35:46 +02:00 |
|
Martin Nowak
|
2e5cf6b9ca
|
remove groupBy
- accidentally added in 2.067.0
- replaced by compat alias to chunkBy in 2.067.1
|
2015-05-26 00:32:35 +02:00 |
|
Martin Nowak
|
28b1e54c53
|
Merge pull request #3226 from MartinNowak/merge_stable
Merge branch 'stable' into merge_stable
|
2015-05-18 17:13:14 +02:00 |
|
Walter Bright
|
d9a9826e55
|
Revert "Introducing std.meta package"
|
2015-05-06 14:36:45 -07:00 |
|
Dicebot
|
7970fcc748
|
Don't use fqn for any/all
In most cases it resolves unambiguosly
|
2015-05-05 22:22:11 +03:00 |
|
Dicebot
|
a76d90c927
|
Phobos should only mention tuple as std.typecons.Tuple
|
2015-05-05 22:22:11 +03:00 |
|
Dicebot
|
1c9ae027ef
|
Rename old std.typetuple symbols inside Phobos
staticIndexOf -> indexOf
allSatisfy -> all
anySatisfy -> any
staticMap -> Map
|
2015-05-05 22:22:11 +03:00 |
|
Dicebot
|
82f54a38d3
|
TypeTuple -> MetaList inside Phobos
|
2015-05-05 22:22:11 +03:00 |
|
Dicebot
|
73f773838d
|
import std.typetuple -> import std.meta
|
2015-05-05 22:22:10 +03:00 |
|
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 |
|
Martin Nowak
|
ec77b252b0
|
Merge branch 'stable' into merge_stable
|
2015-04-25 16:51:50 +02:00 |
|
JakobOvrum
|
f7498ad8ec
|
Merge pull request #3171 from MartinNowak/refCounted
fix Issue 14432 - move construction for RefCounted
|
2015-04-20 22:44:18 +09:00 |
|
Martin Nowak
|
1e19a4f713
|
use typeid(T).init() to reset moved value
|
2015-04-20 00:53:04 +02:00 |
|
Martin Nowak
|
41d1162619
|
Merge pull request #3112 from andralex/between
Testing whether a few given values are ordered
|
2015-04-19 22:04:42 +02:00 |
|
Martin Nowak
|
aa13382ba8
|
add deprecated alias groupBy = chunkBy;
- to not break code in a point release
|
2015-04-18 16:53:59 +02:00 |
|
H. S. Teoh
|
afd30b41b0
|
Merge pull request #3005 from Poita/Issue14183
Fix Issue 14183 - Changes to groupBy
|
2015-04-18 16:48:20 +02:00 |
|
Walter Bright
|
6793ca3207
|
remove gc allocation from std.algorithm.levenshteinDistance()
|
2015-04-10 16:03:41 -07:00 |
|
Jakob Ovrum
|
538c207180
|
Improve docs for std.algorithm.copy
|
2015-04-01 13:31:33 +09: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 |
|
David Nadlinger
|
ec62f933ab
|
Merge pull request #3068 from burner/algo_cmp_castSwitch
std.algo.cmp.castSwitch docu
|
2015-03-23 09:44:50 +01:00 |
|
Andrei Alexandrescu
|
37a88bfcf9
|
Merge pull request #3077 from burner/algo_cmp_max
std.algo.cmp.max docu
|
2015-03-22 22:54:08 -07:00 |
|
Andrei Alexandrescu
|
27fc16df0d
|
Merge pull request #3065 from burner/algorithm_comparision_dscanner_suggestions
algorithm_comparison maintenance
|
2015-03-22 22:53:07 -07:00 |
|
Robert burner Schadek
|
b720202687
|
std.algo.cmp.castSwitch
Params and Returns
fix
switch
review fix
a new try
|
2015-03-23 00:26:06 +01:00 |
|
JakobOvrum
|
9469e04844
|
Merge pull request #3072 from quickfur/swap_docs
Use swap() unittests as ddoc'd examples.
|
2015-03-21 19:53:33 +01:00 |
|
Robert burner Schadek
|
0634a22012
|
std.algo.cmp.max docu
* Params
* Returns
quickfur
review fixes
comma
quickfur
klickverbot
|
2015-03-21 13:49:55 +01:00 |
|
H. S. Teoh
|
25b769ceff
|
Merge pull request #3070 from burner/algo_cmp_clamp
std.algo.cmp.clamp docu
|
2015-03-20 08:59:14 -07:00 |
|
H. S. Teoh
|
e0518c68d2
|
Merge pull request #3071 from burner/algo_cmp_cmp
std.algo.cmp.cmp doco
|
2015-03-20 08:03:57 -07:00 |
|
Walter Bright
|
d7ea0ef8e3
|
Merge pull request #3081 from MartinNowak/fix14301
fix Issue 14301 - private symbol Cache conflicts with client code
|
2015-03-20 13:19:20 +01:00 |
|
Robert burner Schadek
|
fbf42b4b73
|
std.algo.cmp.clamp
* Returns and Params for clamp
another fix
quickfur
review fixes
underscore
|
2015-03-20 12:53:57 +01:00 |
|
Robert burner Schadek
|
3a468b470f
|
* selective import
* some symbols where used only private
* missing ditto
whitespace
JakobOvrum
review quickfur
|
2015-03-20 10:37:55 +01:00 |
|
Robert burner Schadek
|
d67ee4ee1e
|
std.algo.cmp.cmp doco
Params, Returns
Also removed some incomplete sentences
quickfur
review fixes
|
2015-03-20 10:27:15 +01:00 |
|
Martin Nowak
|
de7100e7f3
|
fix Issue 14301 - private symbol Cache conflicts with client code
|
2015-03-20 02:53:29 +01: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 |
|
H. S. Teoh
|
081ae03387
|
Merge pull request #3075 from burner/algo_cmp_levenshtein
std.algo.cmp.levenshtein docu
|
2015-03-19 12:26:19 -07:00 |
|
H. S. Teoh
|
a54a3e2252
|
Merge pull request #3074 from burner/algo_cmp_equal
std.algo.cmp.equal docu
|
2015-03-19 11:46:11 -07:00 |
|
Robert burner Schadek
|
078b7b15e5
|
std.algo.cmp.equal
* Params
* Returns
quickfur
|
2015-03-19 16:44:11 +01:00 |
|
Robert burner Schadek
|
8450127bd4
|
std.algo.cmp.levenshtein
* Params
* Returns
quickfur
|
2015-03-19 16:42:44 +01:00 |
|
Robert burner Schadek
|
dc7c431653
|
std.algo.cmp.levenshteinandpath docu
* Params
* Returns
quickfur
|
2015-03-19 16:41:34 +01:00 |
|
H. S. Teoh
|
192c0c92bc
|
Use swap() unittests as doc examples.
|
2015-03-18 19:00:43 -07:00 |
|
H. S. Teoh
|
f496b75156
|
Move non-ditto'd overload of swap() away from prospective ddoc unittests
|
2015-03-18 18:57:25 -07:00 |
|
Robert Schadek
|
566d431bea
|
Merge pull request #3063 from quickfur/move_docs
Add code examples for std.algorithm.mutation.move.
|
2015-03-19 01:01:54 +01:00 |
|
JakobOvrum
|
9b92fe7198
|
Merge pull request #3066 from burner/algo_cmp_among_doc
doc comments for algo.cmp.among
|
2015-03-19 00:20:01 +01:00 |
|
Robert burner Schadek
|
f8fd5410cc
|
doc comments for algo.cmp.among
lowercase
to search for
|
2015-03-18 23:37:50 +01:00 |
|
H. S. Teoh
|
5cbcf9bfb2
|
Turn moveAll and moveSome unittests into ddoc'd unittest examples.
|
2015-03-18 13:25:54 -07:00 |
|
H. S. Teoh
|
2eb871b418
|
Add code examples for std.algorithm.mutation.move.
|
2015-03-18 13:19:27 -07:00 |
|
Xinok
|
4abe95ef5b
|
Fix Issue 14223
|
2015-03-04 19:15:44 -06:00 |
|