-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private struct fields by default #13184
Merged
Merged
Commits on Mar 31, 2014
-
rustc: Switch struct fields to private by default
This commit switches privacy's checking of fields to have *all* fields be private by default. This does not yet change tuple structs, this only affects structs with named fields. The fallout of this change will follow shortly. RFC: 0004-private-fields cc rust-lang#8122 Closes rust-lang#11809
Configuration menu - View commit details
-
Copy full SHA for f2a5c7a - Browse repository at this point
Copy the full SHA f2a5c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a3d04a - Browse repository at this point
Copy the full SHA 9a3d04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad7e54 - Browse repository at this point
Copy the full SHA 8ad7e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f33588 - Browse repository at this point
Copy the full SHA 5f33588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14587f8 - Browse repository at this point
Copy the full SHA 14587f8View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 02cf375 - Browse repository at this point
Copy the full SHA 02cf375View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49ce7f - Browse repository at this point
Copy the full SHA a49ce7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9024d2 - Browse repository at this point
Copy the full SHA c9024d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a49a2 - Browse repository at this point
Copy the full SHA e5a49a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee7016d - Browse repository at this point
Copy the full SHA ee7016dView commit details -
Configuration menu - View commit details
-
Copy full SHA for abd7dd8 - Browse repository at this point
Copy the full SHA abd7dd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c034d0c - Browse repository at this point
Copy the full SHA c034d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c76f4a - Browse repository at this point
Copy the full SHA 3c76f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89fa141 - Browse repository at this point
Copy the full SHA 89fa141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52974bd - Browse repository at this point
Copy the full SHA 52974bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fab0f47 - Browse repository at this point
Copy the full SHA fab0f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0ee509 - Browse repository at this point
Copy the full SHA f0ee509View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb08e8f - Browse repository at this point
Copy the full SHA eb08e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b0ed5 - Browse repository at this point
Copy the full SHA b9b0ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b36e9d - Browse repository at this point
Copy the full SHA 0b36e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0a80cc - Browse repository at this point
Copy the full SHA d0a80ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa4a94 - Browse repository at this point
Copy the full SHA 9aa4a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8093427 - Browse repository at this point
Copy the full SHA 8093427View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 37a3131 - Browse repository at this point
Copy the full SHA 37a3131View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.