Dave Abrahams
|
9bee5d182f
|
[stdlib] location/formLocation => index/formIndex
|
2016-04-26 17:46:16 -07:00 |
|
Nate Cook
|
6e274913bf
|
[stdlib] Revise documentation for Array- and Set-related types.
This adds and expands documentation for sequences, collections, and the array
types as well as `Set` and its related protocols.
|
2016-04-25 12:54:39 -05:00 |
|
Dave Abrahams
|
47a870cc50
|
[stdlib] Use location/formLocation for all index movement
|
2016-04-21 17:13:41 -07:00 |
|
Dmitri Gribenko
|
3e23907f13
|
stdlib: fix warnings about deprecated @noescape and @autoclosure syntax
|
2016-04-18 14:07:23 -07:00 |
|
Dmitri Gribenko
|
10697f939f
|
Merge commit '510f29abf77e202780c11d5f6c7449313c819030' into swift-3-indexing-model
|
2016-04-14 13:45:27 -07:00 |
|
Nate Cook
|
6b77c6a979
|
[New indexing model] Update documentation comments with new APIs
Most of these were successor() -> successor(of:).
|
2016-04-08 01:01:58 -05:00 |
|
Dave Abrahams
|
ccb7ae0d0b
|
[stdlib] Drop Type suffixes in comments
These suffixes were gone in the code long ago; help the comments catch
up.
|
2016-04-05 15:16:13 -07:00 |
|
Dmitri Gribenko
|
5b2527ebb1
|
stdlib: make _writeBackMutableSlice() callable from StdlibCollectionUnittest
|
2016-04-01 14:12:16 -07:00 |
|
Dave Abrahams
|
a95cea9868
|
Merge branch 'swift-3-indexing-model' of github.com:apple/swift into swift-3-indexing-model
|
2016-03-28 13:35:30 -07:00 |
|
Nate Cook
|
502137e174
|
[stdlib][swift-3-indexing-model] Implement _writeBackMutableSlice
|
2016-03-26 19:26:50 -05:00 |
|
Dave Abrahams
|
11259d1d14
|
[stdlib] indexing model: rename in-place indexing
This time, choose something that's at least compliant with the API
guidelines.
|
2016-03-23 17:16:20 -07:00 |
|
Dave Abrahams
|
8d9e62b274
|
[stdlib] indexing model: rename next/previous
I'm not too satisfied with the names for the updating: versions, but
this is a start.
|
2016-03-22 17:13:54 -07:00 |
|
Dmitri Gribenko
|
55885fb5ed
|
New indexing model: tighten requirements on SubSequence types
|
2016-03-22 15:02:45 -07:00 |
|
Dmitri Gribenko
|
e63374f2b7
|
stdlib: add more doc comments to MutableIndexable
|
2016-03-19 00:03:03 -07:00 |
|
Dmitri Gribenko
|
941235c25e
|
New indexing model: remove a duplicate API
|
2016-03-18 23:03:19 -07:00 |
|
Dave Abrahams
|
a9dd95c37a
|
[stdlib] indexing model: Generic Mutable Slicing
|
2016-03-18 15:08:40 -07:00 |
|
Dave Abrahams
|
f493b54e44
|
[stdlib] indexing model: Interval/Range merge
This is step 1; we still need to introduce ClosedRange.
|
2016-03-16 15:59:10 -07:00 |
|
Dmitri Gribenko
|
82595aa57b
|
New indexing model: improve migration attributes
|
2016-03-13 22:05:01 -07:00 |
|
Shawn Erickson
|
68ff64357c
|
Changed _failEarlyRangeCheck(rangeStart: ... boundsEnd:) --> _failEarlyRangeCheck(range:, bounds:)
|
2016-03-07 09:57:48 -08:00 |
|
Dmitri Gribenko
|
ad1428e1d6
|
New collection indexing model: removed old index protocols
... and started to fix compiler errors.
|
2016-03-06 01:53:34 -08:00 |
|
Shawn Erickson
|
fe42606062
|
[stdlib] - WIP moved aspects of ForwardIndex and BidirectionalIndex into their Collection equivalents
|
2016-03-04 07:40:59 -08:00 |
|