Sebastian Wilzbach
d1714c9afb
minor style fixes
2016-04-27 04:18:22 +03:00
Sebastian Wilzbach
3d67cd228c
style fix: space between operators
2016-04-26 22:26:20 +03:00
Nick Treleaven
0fff9203f8
[trivial] Tweak moveFront example
2016-04-18 13:44:15 +01:00
Yazan Dabain
9887af3fe6
Fix some imports
2016-04-12 22:15:09 +03:00
Ilya Yaroshenko
3884b9d13a
clean API for moveAt
2016-04-10 12:46:55 +02:00
Ilya Yaroshenko
ff296c514b
fix imports
2016-04-07 13:25:18 +02:00
Steven Schveighoffer
b0acb7a394
Fix remaining import deprecation messages
2016-02-22 16:03:12 -05: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
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
b861b0fe71
fix spelling in doPut error message
2015-10-03 21:46:57 +02:00
k-hara
6813eca0d2
fix Issue 15046 - isForwardRange documentation is documenting issue 14544
2015-09-12 20:14:29 +09:00
Steven Schveighoffer
c353c4ae7f
Fix more typeof expressions that were missed
2015-06-05 16:50:33 -04:00
Steven Schveighoffer
ad1eefffae
Fix inconsistency issues where some range properties are required to have @property because of quirk in typeof for member functions.
2015-06-05 16:50:33 -04:00
Walter Bright
d9a9826e55
Revert "Introducing std.meta package"
2015-05-06 14:36:45 -07: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
Dragos Carp
b170d93693
Fix some PHOBOSSRC broken links
2015-04-29 11:02:58 +02:00
anonymous
0842fc7841
@nogc for std.range.primitives.{empty,save,popFront,popBack,front,back}
...
Excluding the UTF-decoding variants, because those throw GC allocated
exceptions.
Makes sure that issue 12666 - "@nogc std.array.front, popFront, and more"
stays fixed.
2015-04-23 22:15:41 +02:00
Walter Bright
a0f0a3930d
improve doc for std.range.primitives.isInputRange
2015-03-29 00:46:47 -07:00
Andrei Alexandrescu
11b32b56e5
Fix links
2015-02-16 13:39:18 -08:00
Robert burner Schadek
087c505b86
range documentation update
...
* moved examples from comments to unittests
* marked verify unittests as doc unittests and deleted duplication
2015-02-03 16:13:24 +01:00
Martin Nowak
b5b1625ef7
fix safety of put primitive
2015-02-02 22:39:13 +01:00
Walter Bright
dc302d26a4
DIP25: make phobos work with it
2015-01-30 12:02:48 -08:00
Andrej Mitrovic
67605b53dc
Merge pull request #2771 from quickfur/issue13766
...
Issue 13766: Fix broken ddoc build for std/regex/package.d.
2014-12-06 21:37:03 +01:00
Nick Treleaven
4ba128b828
List walkLength under convenience functions rather than capabilities
2014-12-02 18:25:04 +00:00
H. S. Teoh
ad44c0bc7a
Update std.range.* docs.
...
The previous docs were simply dissected from the original std.range docs, and
the text in each module is truncated and awkward to read. The main package.d
docs were also missing links to the submodules. So, update the docs to reflect
the current state of things.
2014-12-01 20:47:30 -08:00
Rainer Schuetze
7c2f962b10
make nested foreach over TypeTuple bodies into lambdas to avoid huge functions
2014-11-28 17:15:37 +01:00
Ilya Yaroshenko
2c744b54e1
std.range: constraints => primitives
...
See discussion and voting in #2661
2014-11-23 20:05:20 +03:00