This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-mirror
mirror of
https://github.com/apple/swift.git
synced
2025-12-14 20:36:38 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
swift-3-api-guidelines
Add File
New File
Upload File
Apply Patch
swift-mirror
/
test
/
InterfaceHash
History
Chris Willmore
8639248e15
Adding private property to struct or class should trigger downstream builds.
...
Swift SVN r32241
2015-09-25 21:48:10 +00:00
..
added_function.swift
…
added_method.swift
…
added_private_class_property.swift
Adding private property to struct or class should trigger downstream builds.
2015-09-25 21:48:10 +00:00
added_private_method.swift
Only ignore private decls at global level.
2015-09-25 21:16:54 +00:00
added_private_struct_property.swift
Adding private property to struct or class should trigger downstream builds.
2015-09-25 21:48:10 +00:00
changed_private_var_type.swift
Exclude private decls from interface token hash.
2015-08-20 03:43:43 +00:00
changed_var_name.swift
…
changed_var_type.swift
…
edited_function_body.swift
…
edited_method_body.swift
…
edited_property_getter.swift
…