-
Notifications
You must be signed in to change notification settings - Fork 13k
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 #110648
Rollup of 5 pull requests #110648
Conversation
A bunch of places were using `replace(…, &mut [])`, but that can just be `take`.
instead of merging everything into a single bag. If it's acceptable from performance point of view, then it's more clear to keep this stuff organized more in accordance with its use.
…errors rustc_metadata: Split `children` into multiple tables instead of merging everything into a single bag. If it's acceptable from performance point of view, then it's more clear to keep this stuff organized more in accordance with its use.
…petrochenkov rustdoc: fix ICE from rustc_resolve and librustdoc parse divergence Fixes rust-lang#110495
…omcc Specialize some `io::Read` and `io::Write` methods for `VecDeque<u8>` and `&[u8]` This improves implementation of: - `<&[u8]>::read_to_string` - `VecDeque<u8>::read_to_end` - `VecDeque<u8>::read_to_string` - `VecDeque<u8>::write_vectored`
…g, r=lcnr Panic instead of truncating if the incremental on-disk cache is too big It seems _unlikely_ that anyone would hit this truncation, but if this `as` does actually truncate, that seems incredibly bad.
More `mem::take` in `library` A bunch of places were using `replace(…, &mut [])`, but that can just be `take`.
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: fa4cc63a6b In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (fec9adc): 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. |
Successful merges:
children
into multiple tables #110333 (rustc_metadata: Splitchildren
into multiple tables)io::Read
andio::Write
methods forVecDeque<u8>
and&[u8]
#110608 (Specialize someio::Read
andio::Write
methods forVecDeque<u8>
and&[u8]
)mem::take
inlibrary
#110633 (Moremem::take
inlibrary
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup