Commit graph

277 commits

Author SHA1 Message Date
Vladimir Panteleev
52d6930daf Use canonical links to forum.dlang.org
http://forum.dlang.org/help#canonical
2015-10-07 10:55:51 +00:00
Jack Stouffer
3706811991 fixed docs 2015-10-05 09:16:19 -04:00
Martin Nowak
18c5b270e0 Merge remote-tracking branch 'upstream/stable' into merge_stable
Conflicts:
	std/internal/cstring.d
	win64.mak
2015-09-07 00:44:29 +02:00
Dmitry Olshansky
09d5b511f4 Merge pull request #3528 from vladdeSV/format-return-correct-type
format() returns the correct type
2015-08-30 22:57:57 +03:00
k-hara
6579c574bb fix Issue 14904 - bad error message in reduce: 'Incompatible function/seed/element'
The verbose message is shown only when the given `fun` is actually valid.
2015-08-25 13:38:24 +09:00
H. S. Teoh
17e240b051 Fix typo in chunkBy cheatsheet. 2015-08-20 10:33:36 -07:00
vladdeSV
9097c7bc0b assert message is converted to string 2015-08-10 17:47:41 +02:00
Vladimir Panteleev
6079e23d82 std.algorithm.iteration: Add permutations (fix issue 13596) 2015-07-12 03:38:49 +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
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
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
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
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
sinkuu
b55c07c63a Move internal stuff to std.algorithm.internal 2015-02-14 14:02:37 +09:00
sinkuu
492ab0df90 Fix Issue 14149 - Bad std.algorithm error messages 2015-02-14 14:02:36 +09:00
H. S. Teoh
0623b98822 Update navigational links. 2015-01-23 11:52:54 -08:00
H. S. Teoh
ab1d304dca Implement aggregate(). 2015-01-23 11:52:54 -08:00
H. S. Teoh
dfd1c2338f Fixups based on feedback. 2015-01-23 09:01:41 -08:00
H. S. Teoh
b9979857c5 New groupBy implementation for forward ranges based on Andrei's design.
Restrict old groupBy implementation to input-only ranges.

Add unittest.

Temporarily disable failing attributes, until RefCounted is repaired to
support `@safe nothrow pure`.
2015-01-22 10:59:38 -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
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
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