Skip to content

Rollup of 2 pull requests#154832

Merged
rust-bors[bot] merged 21 commits intorust-lang:mainfrom
JonathanBrouwer:rollup-xJmqF28
Apr 5, 2026
Merged

Rollup of 2 pull requests#154832
rust-bors[bot] merged 21 commits intorust-lang:mainfrom
JonathanBrouwer:rollup-xJmqF28

Conversation

@JonathanBrouwer
Copy link
Copy Markdown
Contributor

Successful merges:

r? @ghost

Create a similar rollup

a1phyr and others added 21 commits March 10, 2026 18:03
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.
…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
@rust-bors rust-bors bot added the rollup A PR which is a rollup label Apr 4, 2026
@rustbot rustbot added O-SGX Target: SGX O-windows Operating system: Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Apr 4, 2026
@JonathanBrouwer
Copy link
Copy Markdown
Contributor Author

@bors r+ rollup=never p=5

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Apr 4, 2026

📌 Commit f359441 has been approved by JonathanBrouwer

It is now in the queue for this repository.

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 4, 2026
@rust-bors

This comment has been minimized.

@rust-bors rust-bors bot added merged-by-bors This PR was explicitly merged by bors. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 5, 2026
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Apr 5, 2026

☀️ Test successful - CI
Approved by: JonathanBrouwer
Duration: 3h 16m 7s
Pushing c92036b to main...

@rust-bors rust-bors bot merged commit c92036b into rust-lang:main Apr 5, 2026
12 checks passed
@rustbot rustbot added this to the 1.96.0 milestone Apr 5, 2026
@rust-timer
Copy link
Copy Markdown
Collaborator

📌 Perf builds for each rolled up PR:

PR# Message Perf Build Sha
#150129 BorrowedCursor: make init a boolean 22a0400e94989e03d44448641618bf2f991250da (link)
#154830 miri subtree update b97b3b74f22ff2174a0d83c33c76ccf23d214ab2 (link)

previous master: 4e836866b5

In the case of a perf regression, run the following command for each PR you suspect might be the cause: @rust-timer build $SHA

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 5, 2026

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 differences

Show 196 test diffs

196 doctest diffs were found. These are ignored, as they are noisy.

Test dashboard

Run

cargo run --manifest-path src/ci/citool/Cargo.toml -- \
    test-dashboard c92036b45babceee1d8d31cac5536207a26369a5 --output-dir test-dashboard

And then open test-dashboard/index.html in your browser to see an overview of all executed tests.

Job duration changes

  1. dist-aarch64-msvc: 1h 29m -> 1h 47m (+21.0%)
  2. x86_64-gnu-tools: 53m 7s -> 1h 3m (+20.0%)
  3. dist-x86_64-mingw: 2h 27m -> 2h (-18.3%)
  4. x86_64-gnu-llvm-21-2: 1h 24m -> 1h 39m (+17.5%)
  5. pr-check-2: 38m 22s -> 44m 25s (+15.8%)
  6. x86_64-gnu-llvm-21-3: 1h 40m -> 1h 54m (+14.0%)
  7. i686-gnu-2: 1h 29m -> 1h 41m (+13.3%)
  8. x86_64-rust-for-linux: 46m 56s -> 53m 6s (+13.2%)
  9. dist-x86_64-apple: 1h 41m -> 1h 54m (+12.8%)
  10. dist-x86_64-msvc-alt: 2h 50m -> 2h 28m (-12.7%)
How to interpret the job duration changes?

Job durations can vary a lot, based on the actual runner instance
that executed the job, system noise, invalidated caches, etc. The table above is provided
mostly for t-infra members, for simpler debugging of potential CI slow-downs.

@rust-timer
Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (c92036b): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This 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.

mean range count
Regressions ❌
(primary)
4.9% [4.2%, 5.6%] 2
Regressions ❌
(secondary)
2.3% [1.0%, 4.7%] 5
Improvements ✅
(primary)
-2.6% [-2.6%, -2.6%] 1
Improvements ✅
(secondary)
-3.5% [-3.8%, -3.2%] 2
All ❌✅ (primary) 2.4% [-2.6%, 5.6%] 3

Cycles

Results (primary 2.2%, secondary 1.2%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
2.2% [2.2%, 2.2%] 1
Regressions ❌
(secondary)
4.5% [4.5%, 4.5%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-2.1% [-2.1%, -2.1%] 1
All ❌✅ (primary) 2.2% [2.2%, 2.2%] 1

Binary size

Results (primary -0.1%, secondary 0.0%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
0.6% [0.2%, 1.0%] 2
Regressions ❌
(secondary)
0.0% [0.0%, 0.0%] 1
Improvements ✅
(primary)
-0.2% [-0.7%, -0.0%] 8
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) -0.1% [-0.7%, 1.0%] 10

Bootstrap: 488.015s -> 488.313s (0.06%)
Artifact size: 395.10 MiB -> 395.05 MiB (-0.01%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-bors This PR was explicitly merged by bors. O-SGX Target: SGX O-windows Operating system: Windows rollup A PR which is a rollup T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants