-
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
Batch up all plugin breaking changes #32767
Merged
Merged
Commits on Apr 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8b09372 - Browse repository at this point
Copy the full SHA 8b09372View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef4c724 - Browse repository at this point
Copy the full SHA ef4c724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bebe80 - Browse repository at this point
Copy the full SHA 7bebe80View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffca6c3 - Browse repository at this point
Copy the full SHA ffca6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f0f3c - Browse repository at this point
Copy the full SHA 20f0f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3744f - Browse repository at this point
Copy the full SHA 7f3744fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe4290 - Browse repository at this point
Copy the full SHA 8fe4290View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a8dfb - Browse repository at this point
Copy the full SHA e8a8dfbView commit details -
Rollup merge of rust-lang#32682 - petrochenkov:field3, r=Manishearth
The AST part of rust-lang#31937 Unlike HIR, AST still uses `Option` for field names because parser can't know field indexes reliably due to constructions like ``` struct S(#[cfg(false)] u8, u8); // The index of the second field changes from 1 during parsing to 0 after expansion. ``` and I wouldn't like to put the burden of renaming fields on expansion passes and syntax extensions. plugin-[breaking-change] cc rust-lang#31645 r? @Manishearth
Configuration menu - View commit details
-
Copy full SHA for af7b00b - Browse repository at this point
Copy the full SHA af7b00bView commit details -
Rollup merge of rust-lang#32570 - eddyb:tis-but-a-front, r=nikomatsakis
r? @nikomatsakis Conflicts: src/librustc_save_analysis/lib.rs src/libsyntax/ast_util.rs
Configuration menu - View commit details
-
Copy full SHA for 552af51 - Browse repository at this point
Copy the full SHA 552af51View 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.