-
Couldn't load subscription status.
- Fork 13.9k
Rollup of 6 pull requests #98910
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 #98910
Conversation
They never return `None`, so they trivially fulfill the contract.
Co-authored-by: Joe ST <[email protected]>
a lot of the `&`s and `ref`s were redundant
Implement `FusedIterator` for `std::net::[Into]Incoming` They never return `None`, so they trivially fulfill the contract. What should I put for the stability attribute of `Incoming`?
more `need_type_info` improvements this now deals with macros in suggestions and the source cost computation does what I want for `channel` 🎉 r? ``@estebank``
…li-obk Interpret: AllocRange Debug impl, and use it more consistently The two commits are pretty independent but it did not seem worth having two PRs for them. r? ``@oli-obk``
fix interpreter validity check on Box Follow-up to rust-lang#98554: avoid walking over parts of the value twice. And then move all that logic into the general visitor so not each visitor implementation has to deal with it...
…orrowing, r=oli-obk clean up the borrowing in rustc_hir_pretty A whole lot of the `&`s and `ref`s were redundant. I hope doing this in one big commit is fine, because all of the changes are pretty self-contained. `@rustbot` label: +C-cleanup
…num-with-default-attribute, r=fee1-dead Suggest `#[derive(Default)]` to enums with `#[default]` fixes rust-lang#95226
|
@bors r+ rollup=never p=5 |
|
📌 Commit 9a2274c has been approved by |
|
☀️ Test successful - checks-actions |
Tested on commit rust-lang/rust@4045ce6. Direct link to PR: <rust-lang/rust#98910> 💔 miri on windows: test-pass → build-fail (cc @oli-obk @RalfJung). 💔 miri on linux: test-pass → build-fail (cc @oli-obk @RalfJung).
|
Finished benchmarking commit (4045ce6): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Successful merges:
FusedIteratorforstd::net::[Into]Incoming#97300 (ImplementFusedIteratorforstd::net::[Into]Incoming)need_type_infoimprovements #98761 (moreneed_type_infoimprovements)#[derive(Default)]to enums with#[default]#98873 (Suggest#[derive(Default)]to enums with#[default])Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup