-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 6 pull requests #118294
Rollup of 6 pull requests #118294
Conversation
`Option::unwrap` is called on the next line.
And move declarative macro compilation to an earlier point in def collector, which is required for rust-lang#118188.
…_const, r=b-naber Yeet `mir::Const::from_anon_const` Only had one callsite which was easily simplified. Uplifted a comment that I think is much more useful living in `ty::Const` world.
remove unused pub fns This removes some unused `pub fn`; also fixes few obsoleted fn names or added fixmes with reminders to update them.
rustc_lint: address latent TODO See individual commits.
Remove `HirId` from `QPath::LangItem` Remove `HirId` from `QPath::LangItem`, since there was only *one* use-case (`ObligationCauseCode::AwaitableExpr`), which we can instead recover by walking the HIR tree.
resolve: Avoid clones of `MacroData` And move declarative macro compilation to an earlier point in def collector, which is required for rust-lang#118188.
…GuillaumeGomez rustdoc-search: clean up some DOM code
@bors r+ p=6 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 16087eeea8 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (ec1393f): comparison URL. Overall result: ❌ regressions - 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)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: 674.958s -> 675.077s (0.02%) |
Successful merges:
mir::Const::from_anon_const
#116446 (Yeetmir::Const::from_anon_const
)HirId
fromQPath::LangItem
#118199 (RemoveHirId
fromQPath::LangItem
)MacroData
#118272 (resolve: Avoid clones ofMacroData
)Failed merges:
ObligationCauseCode
cleanups #118201 (MiscellaneousObligationCauseCode
cleanups)hir().local_def_id_to_hir_id()
->tcx.local_def_id_to_hir_id()
cleanup #118256 (rustc:hir().local_def_id_to_hir_id()
->tcx.local_def_id_to_hir_id()
cleanup)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup