-
Notifications
You must be signed in to change notification settings - Fork 13.4k
refactor CanonicalVarKind
#141432
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
refactor CanonicalVarKind
#141432
Conversation
Some changes occurred to the core trait solver cc @rust-lang/initiative-trait-system-refactor |
8d9fdaa
to
d973da0
Compare
This comment has been minimized.
This comment has been minimized.
34ebb7b
to
c4d0649
Compare
This comment has been minimized.
This comment has been minimized.
c4d0649
to
2746b9b
Compare
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
refactor `CanonicalVarKind` it's unnecessary. I don't believe we'll ever need to store additional info shared by all `CanonicalVarKind`s. r? `@compiler-errors`
4152df6
to
326b7e9
Compare
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
refactor `CanonicalVarKind` it's unnecessary. I don't believe we'll ever need to store additional info shared by all `CanonicalVarKind`s. r? `@compiler-errors`
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (3b75cbf): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary -1.8%, secondary -2.6%)This 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: 776.992s -> 776.009s (-0.13%) |
@bors r+ rollup |
Rollup of 6 pull requests Successful merges: - #137323 (Guarantee behavior of transmuting `Option::<T>::None` subject to NPO) - #139254 (std: sys: net: uefi: Implement TCP4 connect) - #141432 (refactor `CanonicalVarKind`) - #141480 (document some -Z flags as living in the rustc-dev-guide) - #141486 (rustdoc book: add argument explanation for `html_playground_url`) - #141496 (Enable `[issue-links]` and `[no-mentions]` in triagebot) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #141432 - lcnr:canonicalize-regions, r=compiler-errors refactor `CanonicalVarKind` it's unnecessary. I don't believe we'll ever need to store additional info shared by all `CanonicalVarKind`s. r? `@compiler-errors`
it's unnecessary. I don't believe we'll ever need to store additional info shared by all
CanonicalVarKind
s.r? @compiler-errors