-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[WIP] -Zhigher-ranked-assumptions-v2 #155887
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
Draft
BoxyUwU
wants to merge
30
commits into
rust-lang:main
Choose a base branch
from
BoxyUwU:higher_ranked_assumptions_v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 2 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b90709a
add higher ranked assumptions v2 flag
BoxyUwU a4649b4
new region constraint representation
BoxyUwU 2bee929
compute and track assumptions on entered binders
BoxyUwU 48a0966
produce new region constraints
BoxyUwU 045c85f
destructure in root universe
BoxyUwU dd9d787
rewrite region constraints to smaller universes
BoxyUwU e2007e8
s/solve/solver typo
BoxyUwU 2b11dd5
readd comments to enter_forall
BoxyUwU 9d6f728
FIXME for fast paths
BoxyUwU c31f98a
incorrect binder handling FIXME
BoxyUwU c3e191b
better where clause
BoxyUwU 7568093
AliasTyOutlivesViaEnv
BoxyUwU f68d07c
s/solve/solver typo
BoxyUwU b77217a
AliasTyOutlivesViaEnv
BoxyUwU 5c5f53b
handle wf(?x) assumptions
BoxyUwU 4d64eb3
use Assumptions::new
BoxyUwU 4366098
unreused MaxUniverse visitor
BoxyUwU fe6a810
region_assumptions_from_term
BoxyUwU 7284693
s/universe assumptions/placeholder assumptions
BoxyUwU 522eb7b
match not iflet
BoxyUwU 07f87d2
x fmt
BoxyUwU 52153f0
make region constraints in responses be an enum of old/new style
BoxyUwU 8be3f42
eagerly_handle_placeholders return type fix
BoxyUwU c2ce7bf
eval_ctxt/solver_region_constraints.rs
BoxyUwU 038ae08
eval_ctxt/solver_region_constraints import nits
BoxyUwU 42dbf64
erased regions are cause for alarm
BoxyUwU 2135f41
simpler evaluation of solver region constraints
BoxyUwU 4e5e197
better diagnostics (?)
BoxyUwU 2c25e21
better externregionconstraint thingy
BoxyUwU d4b3518
diagnostics finish
BoxyUwU 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
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 |
|---|---|---|
|
|
@@ -28,6 +28,7 @@ pub mod ir_print; | |
| pub mod lang_items; | ||
| pub mod lift; | ||
| pub mod outlives; | ||
| pub mod region_constraint; | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. weird module name |
||
| pub mod relate; | ||
| pub mod search_graph; | ||
| pub mod solve; | ||
|
|
||
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.