-
Notifications
You must be signed in to change notification settings - Fork 13.6k
convert higher ranked Predicate
s to PredicateKind::ForAll
#73503
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
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
104cb87
add `PredicateKint`, because who doesn't like bodging
lcnr 9a33b59
minimal
lcnr 1b33f39
Handle trait/projection predicates with bound regions correctly
matthewjasper cd30894
anonymize_predicate
lcnr fb36c8b
query_outlives_constraints_into_obligations
lcnr c1d244f
convert trivial predicates
lcnr 653f56a
wf
lcnr 1fda8c2
somewhat related cleanup
lcnr 7f39b0c
subst_supertrait
lcnr 4c3b1e8
elaborate
lcnr 506f430
progress
lcnr 9852b42
`PredicateKint` -> `PredicateKind`, the beginning of the end
lcnr b79f7fb
rustdoc
lcnr 8d4c99a
clippy
lcnr bbd581c
fix elaborate for predicates with unbound variables
lcnr c6c0d17
review
lcnr 1151d62
split ignore_qualifiers
lcnr 562d478
fix rustdoc
lcnr 3ba6192
this might be unqualified, but at least it's now quantified
lcnr d030752
refactor query_outlives_constraints_into_obligations
lcnr 52af82b
add reuse_or_mk_predicate
lcnr d8cf8ba
introduce PredicateAtom
lcnr cd9743b
directly contain `PredicateAtom` in `PredicateKind::ForAll`
lcnr 825cb5b
fix rebase
lcnr 072cc45
it works again :tada:
lcnr 51cbcca
fix rustdoc
lcnr 833b1d8
cleanup
lcnr 602ef6b
clippy
lcnr 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
directly contain
PredicateAtom
in PredicateKind::ForAll
- Loading branch information
commit cd9743b4d49bbc9c8d84f419ecf37c93047d7ec3
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
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.