-
Notifications
You must be signed in to change notification settings - Fork 121
(WIP) Remove tymap
#899
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
Merged
Merged
(WIP) Remove tymap
#899
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
93947e0
remove tymap from interfaces
Aurel300 1a70932
remove tymap definition
Aurel300 0c0ca78
more substs passing
Aurel300 cf186d6
monomorphise MIR bodies
Aurel300 85c125b
resolve to trait substs when needed
Aurel300 de410cf
remove substs from snapshot encoder
Aurel300 7919426
remove specs closures collector
Aurel300 6851767
clean up and explain how we deal with inherited pre/postconditions
Aurel300 9946c27
small cleanup
Aurel300 52cf63c
fix MIR body retrieval (can only be done once)
Aurel300 4df3162
cleanup
Aurel300 9755316
extern spec improvements
Aurel300 8220346
pass substs into quantifiers, deal with typarams a bit
Aurel300 48f32a8
move extern specs tests to verify_overflow
Aurel300 d67d551
cleanup, clippy, fmt
Aurel300 ab59743
small fixes
Aurel300 1e4176c
update trait substs resolution, ignore non-Ty args when encoding high…
Aurel300 2e76566
snapshot patch a bit more for now
Aurel300 4050689
remove osmesa-sys from supported crates
Aurel300 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| mod rustc_codegen; | ||
| mod rustc_instance; | ||
|
|
||
| pub(super) use rustc_instance::resolve_instance; | ||
| pub(super) use rustc_codegen::codegen_fulfill_obligation; | ||
vakaras marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| pub(super) use rustc_instance::resolve_instance; | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.