Rollup of 2 pull requests#154832
Conversation
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This updates the rust-version file to 12ab1cf.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 12ab1cf Filtered ref: 2df32b408f466131afc57abba520dcc01d9b130f Upstream diff: rust-lang/rust@116458d...12ab1cf This merge was created using https://github.com/rust-lang/josh-sync.
Add network socket `read`/`recv` and `write`/`send` shims
This updates the rust-version file to 55e86c9.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@55e86c9 Filtered ref: rust-lang/miri@b7da5a7 Upstream diff: rust-lang/rust@12ab1cf...55e86c9 This merge was created using https://github.com/rust-lang/josh-sync.
…elpers More socket test helpers
Automatic Rustup
ci: update cache action to v5
…lett `BorrowedCursor`: make `init` a boolean This PR changes uninitialized bytes tracking in `BorrowedBuf` from being byte-wise to being buffer-wise. I've put all the API around `init` a new unstable feature `borrowed_buf_init`, to split the part that needs it and the part that doesn't. It will avoids accidental stabilization of this part. I'm not really convinced of the rename of `advance_unchecked` to `advance`, but I did it anyway. The old `advance` was kept as `advance_checked`. Alternative of rust-lang#148937 Cc rust-lang#78485 rust-lang#117693 Cc @joshtriplett r? @Amanieu
miri subtree update Subtree update of `miri` to rust-lang/miri@ce20bd3. Created using https://github.com/rust-lang/josh-sync. r? @ghost
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
|
📌 Perf builds for each rolled up PR:
previous master: 4e836866b5 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 4e83686 (parent) -> c92036b (this PR) Test differencesShow 196 test diffs196 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard c92036b45babceee1d8d31cac5536207a26369a5 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (c92036b): 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)Results (primary 2.4%, secondary 0.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.2%, secondary 1.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -0.1%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 488.015s -> 488.313s (0.06%) |
Successful merges:
BorrowedCursor: makeinita boolean #150129 (BorrowedCursor: makeinita boolean)r? @ghost
Create a similar rollup