-
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
Uplift CanonicalVarInfo
and friends into rustc_type_ir
#117582
Conversation
CanonicalVarInfo
and friends into rustc_type_ir
☔ The latest upstream changes (presumably #117590) made this pull request unmergeable. Please resolve the merge conflicts. |
ea26331
to
047fe79
Compare
☔ The latest upstream changes (presumably #117876) made this pull request unmergeable. Please resolve the merge conflicts. |
047fe79
to
4e76169
Compare
This comment has been minimized.
This comment has been minimized.
4e76169
to
ca177eb
Compare
☔ The latest upstream changes (presumably #117731) made this pull request unmergeable. Please resolve the merge conflicts. |
ca177eb
to
cfa901b
Compare
r=me when other one lands |
☔ The latest upstream changes (presumably #116828) made this pull request unmergeable. Please resolve the merge conflicts. |
cfa901b
to
9307414
Compare
9307414
to
d1daf0e
Compare
@bors r=jackh726 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (739d556): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 676.516s -> 676.959s (0.07%) |
Depends on #117580 and #117578
Uplift
CanonicalVarInfo
and friends intorustc_type_ir
so they can be consumed by an interner-agnosticCanonicalizer
implementation for the new trait solver ❤️r? @ghost