-
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
Rollup of 5 pull requests #119170
Rollup of 5 pull requests #119170
Conversation
Change how we classify item kind for DefKind::Ctor
…piler-errors Fix crash due to `CrateItem::kind()` not handling constructors Also add a method to get the instance instantiation arguments, and include that information in the instance debug.
…piler-errors Add method to get instance instantiation arguments Add a method to get the instance instantiation arguments, and include that information in the instance debug.
…truct, r=compiler-errors Give `VariantData::Struct` named fields, to clairfy `recovered`. Implements rust-lang#119121 (comment). Supersedes rust-lang#119121 This way, it's clear what the bool fields means, instead of having to find where it's generated. Changes both ast and hir. r? `@compiler-errors`
E0761: module directory has .rs suffix `rustc --explain E0761` example seems wrong.
…errors resolve: Stop feeding visibilities for import list stems Fixes rust-lang#119126
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 5ac4c8a63e In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (3694a6b): comparison URL. Overall result: ❌✅ regressions and improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeResultsThis 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.
Bootstrap: 672.809s -> 673.469s (0.10%) |
Successful merges:
CrateItem::kind()
not handling constructors #119135 (Fix crash due toCrateItem::kind()
not handling constructors)VariantData::Struct
named fields, to clairfyrecovered
. #119145 (GiveVariantData::Struct
named fields, to clairfyrecovered
.)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup