-
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
remove or encapsulate the remaining non-query data in tcx #44501
Merged
bors
merged 10 commits into
rust-lang:master
from
nikomatsakis:issue-44137-non-query-data-in-tcx
Oct 18, 2017
Merged
remove or encapsulate the remaining non-query data in tcx #44501
bors
merged 10 commits into
rust-lang:master
from
nikomatsakis:issue-44137-non-query-data-in-tcx
Oct 18, 2017
Commits on Oct 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a5673de - Browse repository at this point
Copy the full SHA a5673deView commit details -
restructure the public inhabitedness APIs and remove the cache
The cache was broken anyhow and this computation doesn't look that expensive. These public accessors could potentially become queries, but we'd have to add some more complex logic around lift. I'd prefer to have some test cases to profile with before doing that. Fixes rust-lang#44402.
Configuration menu - View commit details
-
Copy full SHA for 5c26509 - Browse repository at this point
Copy the full SHA 5c26509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 807e157 - Browse repository at this point
Copy the full SHA 807e157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f568e2 - Browse repository at this point
Copy the full SHA 0f568e2View commit details -
add a function for testing if a ty is uninhabited from all modules
Desired by miri.
Configuration menu - View commit details
-
Copy full SHA for 47449ea - Browse repository at this point
Copy the full SHA 47449eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09caa12 - Browse repository at this point
Copy the full SHA 09caa12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 165cbce - Browse repository at this point
Copy the full SHA 165cbceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae18a1 - Browse repository at this point
Copy the full SHA 0ae18a1View commit details
Commits on Oct 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0e67d17 - Browse repository at this point
Copy the full SHA 0e67d17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7715f97 - Browse repository at this point
Copy the full SHA 7715f97View 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.