File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 44
55This repository tracks the ongoing evolution of Swift. It contains:
66
7+ * [ Commonly Proposed Changes] ( commonly_proposed.md ) to Swift
78* Goals for upcoming Swift releases (this document)
89* The [ Swift evolution review schedule] ( schedule.md ) tracking proposals to change Swift
910* The [ Swift evolution process] ( process.md ) that governs the evolution of Swift.
Original file line number Diff line number Diff line change 1+ ### Commonly Proposed Changes
2+
3+ * [ Replace ` {} ` Brace Syntax] ( https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151214/003656.html )
4+ * [ Replace Logical Operators (` && ` ` || ` etc) with natural language] ( https://lists.swift.org/pipermail/swift-evolution/2015-December/000032.html )
5+ * [ Replace ` ?: ` Ternary Operator] ( https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151214/002609.html )
6+ * [ Rewrite the Swift compiler in Swift] ( https://github.com/apple/swift/blob/2c7b0b22831159396fe0e98e5944e64a483c356e/www/FAQ.rst )
7+ * [ Remove ` ; ` Semicolons] ( https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151214/002421.html )
8+ * [ Remove ` default ` in Switch statements] ( https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151207/001422.html )
9+ * [ Replace ` in ` with ` -> ` in Closures] (https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151214/002583.html )
10+ * [ ` if/else ` and ` switch ` as expressions] ( https://lists.swift.org/pipermail/swift-evolution/2015-December/000393.html )
11+
12+
You can’t perform that action at this time.
0 commit comments