-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Feature gate custom attributes #22364
Merged
Merged
Commits on Feb 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 531a06e - Browse repository at this point
Copy the full SHA 531a06eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38542cc - Browse repository at this point
Copy the full SHA 38542ccView commit details -
Clean up visit_attribute in feature_gate.rs
- We shouldn't be using `check_name` here at all - `contains_name(ref_slice(foo), bar)` is redundant, `contains_name` just iterates over its first arg and calls `check_name` - match would be better than a bunch of ifs
Configuration menu - View commit details
-
Copy full SHA for 99e39f4 - Browse repository at this point
Copy the full SHA 99e39f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 237ae45 - Browse repository at this point
Copy the full SHA 237ae45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0001817 - Browse repository at this point
Copy the full SHA 0001817View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c3194 - Browse repository at this point
Copy the full SHA d5c3194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ffb7db - Browse repository at this point
Copy the full SHA 5ffb7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0112f3b - Browse repository at this point
Copy the full SHA 0112f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fffdaf - Browse repository at this point
Copy the full SHA 1fffdafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0129002 - Browse repository at this point
Copy the full SHA 0129002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bbf718 - Browse repository at this point
Copy the full SHA 1bbf718View commit details -
Configuration menu - View commit details
-
Copy full SHA for f64d71b - Browse repository at this point
Copy the full SHA f64d71bView 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.