You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[SE-0063: SwiftPM System Module Search Paths](proposals/0063-swiftpm-system-module-search-paths.md)
158
159
*[SE-0064: Referencing the Objective-C selector of property getters and setters](proposals/0064-property-selectors.md)
159
160
*[SE-0066: Standardize function type argument syntax to require parentheses](proposals/0066-standardize-function-type-syntax.md)
160
161
*[SE-0067: Enhanced Floating Point Protocols](proposals/0067-floating-point-protocols.md)
161
162
*[SE-0068: Expanding Swift `Self` to class members and value types](proposals/0068-universal-self.md)
163
+
*[SE-0076: Add overrides taking an UnsafePointer source to non-destructive copying methods on UnsafeMutablePointer](proposals/0076-copying-to-unsafe-mutable-pointer-with-unsafe-pointer-source.md)
Copy file name to clipboardexpand all lines: schedule.md
-5
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,7 @@ proposals in that process.
6
6
7
7
## Active reviews
8
8
9
-
* May 3...9, 2016 [SE-0060: Enforcing order of defaulted parameters](proposals/0060-defaulted-parameter-order.md)
10
-
* May 3...9, 2016 [SE-0073: Marking closures as executing exactly once](proposals/0073-noescape-once.md)
11
-
* May 3...9, 2016 [SE-0074: Implementation of Binary Search functions](proposals/0074-binary-search.md)
12
-
* May 3...9, 2016 [SE-0076: Add overrides taking an UnsafePointer source to non-destructive copying methods on UnsafeMutablePointer](proposals/0076-copying-to-unsafe-mutable-pointer-with-unsafe-pointer-source.md)
13
9
* May 3...9, 2016 [SE-0078: Implement a rotate algorithm, equivalent to std::rotate() in C++](proposals/0078-rotate-algorithm.md)
14
-
* May 3...9, 2016 [SE-0080: Failable Numeric Conversion Initializers](proposals/0080-failable-numeric-initializers.md)
15
10
* May 9...16, 2016 [SE-0086: Drop NS Prefix in Swift Foundation](proposals/0086-drop-foundation-ns.md)
16
11
* May 10...16, 2016 [SE-0041: Updating Protocol Naming Conventions for Conversions](proposals/0041-conversion-protocol-conventions.md)
17
12
* May 10...16, 2016 [SE-0075: Adding a Build Configuration Import Test](proposals/0075-import-test.md)
0 commit comments