Commit Graph

14 Commits

Author SHA1 Message Date
practicalswift 6d1ae2a39c [gardening] 2016 → 2017 2017-01-06 16:41:22 +01:00
practicalswift 797b80765f [gardening] Use the correct base URL (https://swift.org) in references to the Swift website
Remove all references to the old non-TLS enabled base URL (http://swift.org)
2016-11-20 17:36:03 +01:00
practicalswift cc852042c9 [gardening] Fix accidental trailing whitespace. 2016-10-29 10:22:58 +02:00
Manav Gabhawala 7928140f79 [SE-0046] Implements consistent function parameter labels by discarding extraneous parameter names and adding _ where necessary 2016-04-06 20:21:58 -04:00
Tomohiro Kumagai 473b15648a [docs] Replace old-style array type annotations. 2016-01-13 04:09:39 +09:00
Tomohiro Kumagai 01155076fa [stdlib] [docs] Modify Array's type parameter name and rename Slice to ArraySlice in comments.
In swift 1.2, `Slice` has been renamed  `ArraySlice`.
In swift 2.0, type parameter name of `Array` is changed from `T` to `Element`.
Therefore, modified the names which appear in code comments and a document.
2016-01-11 17:04:45 +09:00
Zach Panzarino e3a4147ac9 Update copyright date 2015-12-31 23:28:40 +00:00
Stefan Natchev 5eaa3c43d0 Fix typos in documentation 2015-12-04 09:29:24 -05:00
Dave Abrahams e6c09b3f6c ArrayBridge.rst: minor tweaks and ReST cleanups
Swift SVN r13745
2014-02-10 14:23:30 +00:00
Chris Lattner dbfa9cf97b rename builtin for clarity.
Swift SVN r13738
2014-02-10 05:49:20 +00:00
Chris Lattner 55e8182880 expand on the Optimization section, at DaveA's request.
Swift SVN r13737
2014-02-10 05:47:04 +00:00
Chris Lattner c11047c19a various tweaks, no substantitive change.
Swift SVN r13732
2014-02-10 04:26:17 +00:00
Chris Lattner 7e16637994 fit in 80 columns and convert awesome quotes to ascii quotes.
Swift SVN r13731
2014-02-10 04:17:05 +00:00
Dave Abrahams e32adda71f [proposals] Array Bridging: first draft
This draft needs to be reviewed by Chris and Joe, who both did much of
the design work but haven't seen the text.  In particular, the
"Optimization" section is a bit hand-wavey and might benefit from being
beefed up by a core compiler engineer.

Swift SVN r13730
2014-02-10 03:50:51 +00:00