-
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
rustc_metadata: Privatize more things and a couple of other refactorings #66697
Merged
Commits on Nov 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0525cf9 - Browse repository at this point
Copy the full SHA 0525cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37304cd - Browse repository at this point
Copy the full SHA 37304cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e241485 - Browse repository at this point
Copy the full SHA e241485View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32aa58c - Browse repository at this point
Copy the full SHA 32aa58cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 765133a - Browse repository at this point
Copy the full SHA 765133aView commit details -
rustc_metadata: Privatize all fields of
CrateRoot
All of them are read-only
Configuration menu - View commit details
-
Copy full SHA for a9cef49 - Browse repository at this point
Copy the full SHA a9cef49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1d60a - Browse repository at this point
Copy the full SHA 3b1d60aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 753ce45 - Browse repository at this point
Copy the full SHA 753ce45View commit details -
rustc_metadata: Privatize some fields and methods of
CStore
After it's moved to `creader.rs`
Configuration menu - View commit details
-
Copy full SHA for 4c8105e - Browse repository at this point
Copy the full SHA 4c8105eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be526e - Browse repository at this point
Copy the full SHA 9be526eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4710ad - Browse repository at this point
Copy the full SHA e4710adView commit details -
rustc_metadata: Avoid some side effects during speculative crate reso…
…lution Namely, `update_extern_crate`. Also, stop tracking visited crates in `update_extern_crate`, the rank check does the same thing (prevents visiting dependencies if the rank didn't change), but more precisely.
Configuration menu - View commit details
-
Copy full SHA for e0b329a - Browse repository at this point
Copy the full SHA e0b329aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e84c926 - Browse repository at this point
Copy the full SHA e84c926View 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.