Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fix a typo (#4172) | Xing Zheng | 2022-01-04 | -1/+1 |
| | | | the variable name should be `someIdentifier` instead of `willSet`. | |||
* | [swift/en] fix typo about break statement in loop (#4258) | Chen Yufei | 2021-10-30 | -1/+1 |
| | | | Just a small fix. | |||
* | Rename OS X to macOS (#4166) | Борис Верховский | 2021-05-25 | -1/+1 |
| | ||||
* | Add a short note about `final` keyword | mofarajmandi | 2020-10-17 | -0/+11 |
| | | | | It's a general good practice to mark classes as `final` unless they are designed to be subclassed. | |||
* | Merge pull request #3788 from bantic/patch-1 | Divay Prakash | 2020-01-24 | -1/+1 |
|\ | | | | | [swift/en] Return value of `findIndex` is `Optional<Int>` | |||
| * | Return value of `findIndex` is `Optional<Int>` | Cory Forsyth | 2019-12-02 | -1/+1 |
| | | ||||
* | | add downcast to the tutorial | hamidra | 2019-11-01 | -0/+5 |
|/ | ||||
* | [swift/en] Fix typos | Hugo Locurcio | 2019-10-22 | -28/+28 |
| | ||||
* | [Swift/en] Fix quoted multi-line string | Sam | 2019-08-03 | -5/+8 |
| | | | The renderer on the website doesn't recognize Swift multi-line strings, so a bunch of the file was treated as a string literal. This adds another " in the multi-line string to balance it out | |||
* | [Swift/en] Update to Swift 5 and include omitted examples (#3553) | Sam | 2019-08-03 | -341/+647 |
| | | | | | | | | * Update to Swift 5 and include omitted examples * Reformat lines to ~80 characters * Fix mistype and add optional chaining | |||
* | Removed deprecated reference | Joseph G | 2018-10-11 | -2/+2 |
| | ||||
* | swift | fix style guidelines | Damian Rzeszot | 2017-10-09 | -6/+6 |
| | ||||
* | swift | fix style guidelines | Damian Rzeszot | 2017-10-09 | -3/+3 |
| | ||||
* | swift | fix style guidelines | Damian Rzeszot | 2017-10-09 | -6/+6 |
| | ||||
* | swift | fix style guidelines | Damian Rzeszot | 2017-10-09 | -4/+4 |
| | ||||
* | Fix a bunch of typos | HairyFotr | 2017-08-23 | -1/+1 |
| | ||||
* | Added nil-coalescing operator | Kyle Rokita | 2016-11-11 | -0/+5 |
| | ||||
* | Updated code according Swift v.3 (#2427) | Alexey Nazaroff | 2016-10-08 | -32/+36 |
| | | | | | | * Updated code according Swift v.3 * [swift] Removed "where" in conditional statements | |||
* | Update Swift pre-decrement syntax to match v3.0 (#2395) | Evan | 2016-10-01 | -2/+2 |
| | ||||
* | Add documentation comment for If let | gprasant | 2016-02-19 | -0/+2 |
| | ||||
* | [Swift/en] Deleted semicolon to be consistent - Small Fix | Paul Brewczynski | 2016-01-16 | -1/+1 |
| | | | | | this line let weak = "keyword"; let override = "another keyword" // statements can be separated by a semi-colon show off semicolon use. But after that semicolon is not used, so I removed inconsistency. | |||
* | Updated comment on documentation of Swift functions | Paul Brewczynski | 2016-01-14 | -1/+1 |
| | | | | | | Documentation syntax is no longer reStructuredText, It's "Swift-flavored version of Markdown" http://nshipster.com/swift-documentation/ | |||
* | Updated documentation syntax | Paul Brewczynski | 2016-01-13 | -3/+3 |
| | | | As Xcode switched to Markdown syntax, I've updated it. | |||
* | Merge pull request #2021 from bobrippling/master | Adam Bard | 2015-11-30 | -1/+1 |
|\ | | | | | [swift/en] Correct "Casting" mention in swift markdown | |||
| * | Correct "Casting" mention in swift markdown | Rob Pilling | 2015-11-13 | -1/+1 |
| | | | | | | | | 'T()' is initialisation/creation, 'x as T' is casting | |||
* | | - added error handling example | C. Bess | 2015-11-23 | -1/+39 |
|/ | | | | | - add do-try-catch examples - add throw example | |||
* | - add where and guard examples | C. Bess | 2015-11-10 | -2/+21 |
| | ||||
* | - update Swift examples | C. Bess | 2015-11-09 | -43/+38 |
| | | | | | - update to upgrade to Swift 2.1 - code cleanup | |||
* | Merge remote-tracking branch 'adambard/master' | C. Bess | 2015-11-09 | -40/+124 |
|\ | | | | | | | | | Conflicts: swift.html.markdown | |||
| * | Update contributor list | Fernando Valverde Arredondo | 2015-11-01 | -2/+3 |
| | | ||||
| * | Include MARK style and two collection declarations | Fernando Valverde | 2015-10-30 | -0/+3 |
| | | | | | | Added MARK with separator and a couple of mutable explicit declarations of empty Array/Dictionary | |||
| * | Merge pull request #1381 from cwalk/swift-2 | Levi Bostian | 2015-10-09 | -4/+12 |
| |\ | | | | | | | [swift/en] Added clearer description of Optionals and Unwrapping. | |||
| | * | Suggested changes | Clayton Walker | 2015-10-08 | -5/+5 |
| | | | ||||
| | * | Added clearer description of Optionals and Unwrapping. Minor typo changes as ↵ | Clayton Walker | 2015-10-06 | -18/+25 |
| | | | | | | | | | | | | well. | |||
| | * | Forgot to add myself as a contributor from swift-1 pull request. | Clayton Walker | 2015-10-06 | -0/+1 |
| | | | ||||
| * | | Add generics operator in Swift | Valentine Silvansky | 2015-10-08 | -0/+14 |
| | | | ||||
| * | | removing whitespace all over | Gabriel Halley | 2015-10-07 | -15/+15 |
| | | | ||||
| * | | Original link directs to page that can't be found. Changed to represent new ↵ | Clayton Walker | 2015-10-06 | -1/+1 |
| |/ | | | | | | | location of the Apple Developer tutorial on swift. | |||
| * | Println deprecated in Swift 2, added name | Anthony Nguyen | 2015-08-03 | -0/+1 |
| | | ||||
| * | Updated print description on Swift | Anthony Nguyen | 2015-08-03 | -3/+3 |
| | | ||||
| * | Println deprecated in Swift 2 | Anthony Nguyen | 2015-08-03 | -27/+29 |
| | | ||||
| * | add optional init and enum with associated values | Joey Huang | 2015-02-28 | -0/+52 |
| | | ||||
| * | [swift/en,cn,ru]Updating the getting started guide weblink. | TheDmitry | 2015-01-28 | -1/+1 |
| | | ||||
| * | Explain Optional Chaining | Keito Uchiyama | 2015-01-20 | -1/+4 |
| | | | | | | | | | | | | Without going into too much detail, mention optional chaining so it's not confusing that there is a question mark suffix (it's not currently mentioned anywhere on the page). | |||
| * | Update swift.html.markdown | yelite | 2015-01-18 | -1/+1 |
| | | ||||
* | | - update examples | C. Bess | 2015-11-09 | -1/+16 |
|/ | | | | - add examples for labeled tuples and computed properties | |||
* | - update examples, update comments | C. Bess | 2014-12-13 | -22/+47 |
| | | | | | | | - add another Switch example - add more complex func example - fix playground error - add another casting example | |||
* | - update examples | C. Bess | 2014-10-17 | -4/+52 |
| | | | | | | | - further explain Optional types - add build config example - explain array/dictionary mutability - expand tuple example | |||
* | - mo betta examples | C. Bess | 2014-10-04 | -22/+59 |
| | | | | | | - add `inout` example - better `optional` example - Playground issue has been resolved, uncommented `protocol` example | |||
* | Review docs for added rouge lexers and update those with new highlighters | Adam | 2014-09-08 | -1/+1 |
| |