Nicolas Jinchereau
|
77e3f9c93c
|
fixed typo (newValues3 -> newValues4)
|
2015-09-26 13:49:43 -04:00 |
|
Jack Stouffer
|
3fb4a9eaea
|
fix issue 15003
|
2015-09-22 10:45:36 -04:00 |
|
H. S. Teoh
|
f070f0e379
|
Fix missing ditto in std.range.chooseAmong.
Whcih causes the second overload to be undocumented and the ddoc'd
unittest to be missing from the generated docs.
|
2015-09-16 20:30:03 -07:00 |
|
H. S. Teoh
|
701f0b890d
|
Add ddoc'd unittest to std.range.choose.
|
2015-09-16 20:30:03 -07:00 |
|
k-hara
|
6813eca0d2
|
fix Issue 15046 - isForwardRange documentation is documenting issue 14544
|
2015-09-12 20:14:29 +09:00 |
|
Per Nordlöw
|
d2c6c6b116
|
Fix 15033
|
2015-09-10 10:58:59 +02: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 |
|
Basile Burg
|
e0929eed0e
|
fix broken link
|
2015-09-06 05:16:50 +02:00 |
|
Martin Nowak
|
bd6a629ba6
|
fix doc generation
- example unittests must directly follow the declaration
|
2015-08-23 17:51:45 +02:00 |
|
Martin Nowak
|
70cd96b12f
|
add another generate example
- based on #3540
|
2015-08-23 17:51:45 +02:00 |
|
H. S. Teoh
|
cbd547702c
|
Add missing cheatsheet link to chooseAmong.
|
2015-08-19 10:29:09 -07:00 |
|
H. S. Teoh
|
805080555a
|
Improve std.range.radial documentation.
Add more examples to show exactly what happens if one end of the range
is reached first.
|
2015-08-16 19:59:24 -07:00 |
|
Hara Kenji
|
1b3f6d60ec
|
Merge pull request #3515 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2015-07-25 09:03:15 +09:00 |
|
Martin Nowak
|
5ca7ddad60
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
Conflicts:
posix.mak
Manually edited:
std/datetime.d (rename toNormalizedPath -> asNormalizedPath)
|
2015-07-24 01:28:58 +02:00 |
|
H. S. Teoh
|
f62e911b89
|
[trivial] Make NullSink unittest a ddoc'd example.
|
2015-07-21 16:50:24 -07:00 |
|
Steven Schveighoffer
|
2f7a73b24d
|
Merge pull request #3504 from quickfur/lockstep_docs
Improve Lockstep docs.
|
2015-07-21 15:01:17 -04:00 |
|
H. S. Teoh
|
90ad7e5fe9
|
Remove bug section from docs: bug has been fixed in compiler.
Add unittest to prevent regressions in the future.
|
2015-07-21 10:03:24 -07:00 |
|
Steven Schveighoffer
|
033cdd8568
|
Merge pull request #3503 from quickfur/take_docs
[dox] Document what happens to take/takeExactly if the range is too short.
|
2015-07-20 17:16:08 -04:00 |
|
H. S. Teoh
|
8393378b6b
|
[trivial] Remove stray redundant word 'example' from code examples.
|
2015-07-20 11:35:32 -07:00 |
|
H. S. Teoh
|
e21c9a5dc0
|
Improve Lockstep docs.
Remove stray // from generated docs.
Reorder that example to flow better with the preceding prose.
Fix coding style in code examples.
|
2015-07-20 11:32:18 -07:00 |
|
H. S. Teoh
|
38b6d70493
|
Document what happens to take/takeExactly if the range is too short.
|
2015-07-20 11:24:45 -07:00 |
|
k-hara
|
4ceb3ab159
|
Supplemental fix for issue 14747 - remove unreachable statements
|
2015-07-01 00:08:20 +09:00 |
|
Walter Bright
|
822f9e16f1
|
Merge pull request #3450 from CyberShadow/pull-20150628-131049
Workaround for Issue 14744 - std.range DDox page corrupted
|
2015-06-29 15:01:51 -07:00 |
|
Vladimir Panteleev
|
f17d337d81
|
Revert "Add new lazy range: merge()"
|
2015-06-28 20:52:22 +00:00 |
|
Vladimir Panteleev
|
9c90fad885
|
Workaround for Issue 14744 - std.range DDox page corrupted
|
2015-06-28 13:12:31 +00:00 |
|
Walter Bright
|
e87c8c4178
|
std.range remove dubious use of RangeError
|
2015-06-18 22:22:40 -07: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 |
|
Andrei Alexandrescu
|
a99e1c437e
|
Merge pull request #3315 from nordlow/add-merge-range
Add new lazy range: merge()
|
2015-06-11 20:24:19 -07:00 |
|
Andrei Alexandrescu
|
74a05c2486
|
Merge pull request #3385 from WalterBright/bugzilla14660
std.range.choose() - add Bugs section
|
2015-06-07 00:38:36 -07:00 |
|
Walter Bright
|
1b5820953c
|
std.range.choose() - add Bugs section
|
2015-06-07 00:12:24 -07:00 |
|
Andrei Alexandrescu
|
197d7ed2ca
|
Improve docs for tee
|
2015-06-06 23:38:30 -07:00 |
|
Per Nordlöw
|
82878d02c0
|
Add comment about matching of pred
|
2015-06-06 13:09:34 +02: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 |
|
Per Nordlöw
|
048c9dcd44
|
Fix spelling
|
2015-06-01 14:08:09 +02:00 |
|
Per Nordlöw
|
327d127638
|
Add title
|
2015-06-01 14:07:26 +02:00 |
|
Per Nordlöw
|
7c6f2a8583
|
Add comment about infiniteness
|
2015-06-01 14:03:14 +02:00 |
|
Per Nordlöw
|
348df92766
|
Add spaces
|
2015-06-01 14:00:26 +02:00 |
|
Per Nordlöw
|
a9ac4a0140
|
Propagate infiniteness
|
2015-06-01 13:59:08 +02:00 |
|
Per Nordlöw
|
f42f85d07c
|
Format if on separate line
|
2015-06-01 13:06:03 +02:00 |
|
Per Nordlöw
|
b0319dd807
|
Qualify traits with package and add more comments
|
2015-06-01 11:34:45 +02:00 |
|
Lionello Lunesu
|
8fc047f277
|
Fixed DDoc warnings
|
2015-05-30 09:17:43 -06:00 |
|
Per Nordlöw
|
86ce606394
|
Tweak comment
|
2015-05-28 11:14:23 +02:00 |
|
Per Nordlöw
|
6b11acbeaa
|
Add more test
|
2015-05-27 13:41:36 +02:00 |
|
Per Nordlöw
|
1bdacaa50a
|
Remove space
|
2015-05-27 13:38:50 +02:00 |
|
Per Nordlöw
|
f000d7d52c
|
Remove word
|
2015-05-27 13:35:31 +02:00 |
|
Per Nordlöw
|
d6a468a401
|
Bugfix unittest
|
2015-05-27 13:34:00 +02:00 |
|
Per Nordlöw
|
6461bb624e
|
Better unittest
|
2015-05-27 13:33:32 +02:00 |
|
Per Nordlöw
|
8b845fa35a
|
Rename less to pred
|
2015-05-27 12:33:53 +02:00 |
|
Per Nordlöw
|
7e70009ada
|
Improve comment
|
2015-05-27 12:28:53 +02:00 |
|