Dragos Carp
b438bf5a06
Fix issue 15735
2016-04-11 20:58:23 +02:00
Ilya Yaroshenko
d4fa64bb42
fix index types to size_t
2016-04-10 12:46:51 +02:00
John Colvin
678a511ff2
faster pairwise summation
2016-03-24 13:14:42 +00:00
Brian Schott
f63523b1a8
Merge pull request #4065 from tsbockman/pr3969_fixup
...
Fixup for PR#3969
2016-03-18 16:58:13 -07:00
tsbockman
6c8333627c
Fix map() to work with multi-module overload sets.
...
Verify return values for multiple lambda unittest.
2016-03-07 12:48:06 -08:00
Atila Neves
9cc2a5ae59
Replace 'reduce' with 'fold' in the documentation
2016-03-05 18:50:11 +01:00
Atila Neves
5d0ff1e1e5
Introduce "fold" as an alternative to "reduce"
2016-02-26 18:36:34 +01:00
H. S. Teoh
5bb30cc23c
Fix broken links and missing ddoc identifier escapes.
2016-02-15 08:08:35 -08:00
Basile Burg
c871ab44cc
fixed issue 15683
2016-02-15 06:08:07 +01:00
tsbockman
b23608b635
Fix Phobos issue 15480
2016-02-04 12:01:36 -08:00
Andrei Alexandrescu
731e47e242
Merge pull request #3800 from JackStouffer/lambda
...
Removed string predicates from std.algorithm.iteration documentation
2016-01-15 20:32:40 -05:00
Andrei Alexandrescu
47259a4267
Merge pull request #3923 from JakobOvrum/tls_in_reduce
...
Remove TLS variables from ReduceSeedType
2016-01-12 00:30:00 -05:00
Jakob Øvrum
c06c1e5a17
Remove TLS variables from ReduceSeedType
2016-01-12 12:40:23 +09:00
Jakob Øvrum
79ac418680
Mention "flatten" in docs for std.algorithm.iteration.joiner
2016-01-08 02:41:17 +01:00
Jonathan M Davis
0899d9403f
Move deprecations along.
...
This includes deprecating std.c.*, which apparently was marked as
scheduled for deprecation in 2.068 but never actually deprecated (though
it looks like it was previously removed from the documentation build,
since it doesn't show up on dlang.org).
2015-12-30 00:18:53 -08:00
Jack Stouffer
a1b9d5dd1a
removed string preds from std.algorithm.iteration
2015-12-02 15:44:56 -05:00
Vladimir Panteleev
e90be60a67
Merge pull request #3839 from aG0aep6G/ddlink
...
use DDLINK/DDSUBLINK instead of LINK2 and raw HTML
2015-11-27 04:54:52 +02:00
Jonathan M Davis
7afe668428
Merge pull request #3807 from dcarp/Fix15320
...
[Issue 15320] eliminate 'static assert(__traits(compiles,..'
2015-11-26 17:57:44 -08:00
anonymous
6832caf0be
use DDLINK/DDSUBLINK instead of LINK2 and raw HTML
...
DDLINK/DDSUBLINK use ROOT_DIR which is more robust than a relative path.
2015-11-26 16:04:44 +01:00
anonymous
1c8467c676
update links to spec pages
2015-11-24 17:58:49 +01:00
Dragos Carp
75cbbef0ab
Add asserts for the "compiles" tests
2015-11-16 03:04:07 +01:00
Dragos Carp
eb293b5063
Fix issue 15320
2015-11-13 03:45:29 +01:00
Brian Schott
67c95e6de2
Merge pull request #3715 from dcarp/AliasSeq
...
Rename obsolete TypeTuple to AliasSeq
2015-10-16 20:59:56 -07:00
H. S. Teoh
758e6f2f9e
Merge pull request #3723 from CyberShadow/pull-20151015-184625
...
fix Issue 15133 - Error message is incomprehensible
2015-10-15 12:28:29 -07:00
Vladimir Panteleev
91b34d9c70
fix Issue 15133 - Error message is incomprehensible
2015-10-15 18:46:36 +00:00
Dragos Carp
d698887729
Remove obsolete TypeTuple references
...
Replace following names:
std.typetuple -> std.meta
TypeTuple -> AliasSeq
ParameterTypeTuple -> Parameters
FieldTypeTuple -> Fields
std.traits requires more work than search/replace and is left unchanged.
2015-10-13 20:37:44 +02:00
Martin Nowak
8d9d606ef8
Merge pull request #3700 from CyberShadow/pull-20151007-105521
...
Use canonical links to forum.dlang.org
2015-10-07 16:01:04 +02:00
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