Jordan Rose
|
b319e3da32
|
stdlib: Adjust to insert(contentsOf:at:) and append(contentsOf:)
instead of insertContents(of:at:) and appendContents(of:),
originally insertContentsOf(_:at:) and appendContentsOf(_:)
per internal discussion.
|
2016-02-25 12:50:39 -08:00 |
|
Jordan Rose
|
0205191e32
|
stdlib: SequenceType._initializeTo(_:) becomes _copyContents(initializing:)
|
2016-02-23 16:58:49 -08:00 |
|
Jordan Rose
|
40d5e349bb
|
stdlib: insertContentsOf(_:at:) becomes insertContents(of:at:)
|
2016-02-23 16:58:49 -08:00 |
|
Dmitri Gribenko
|
f0633ce5a9
|
stdlib: Sequence.iterator() => .makeIterator()
|
2016-02-23 13:52:30 -08:00 |
|
Max Moiseev
|
4b9eab6288
|
appendContentsOf => appendContents(of:)
|
2016-02-22 18:02:04 -08:00 |
|
Dmitri Gribenko
|
efaa39ea79
|
stdlib: add first argument labels and some other changes to conform to API guidelines
|
2016-02-15 23:47:54 -08:00 |
|
Max Moiseev
|
61c837209b
|
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
|
2016-02-04 16:13:39 -08:00 |
|
Chris Lattner
|
0619e57a61
|
Switch the stdlib to use #file instead of __FILE__, and deprecate the __FILE__ identifiers.
This also updates the tests that would otherwise fail.
|
2016-02-04 15:08:31 -08:00 |
|
Dmitri Gribenko
|
27f422fe39
|
StdlibUnittest: move logging wrappers for collections to StdlibCollectionUnittest
|
2016-01-29 19:38:37 -07:00 |
|