Move std::io::buffered to alloc::io#158547
Conversation
|
r? @JohnTitor rustbot has assigned @JohnTitor. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
@rustbot blocked |
This comment has been minimized.
This comment has been minimized.
999bae7 to
ed009e7
Compare
This comment has been minimized.
This comment has been minimized.
dd63a8f to
bc8b452
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bc8b452 to
62c2a52
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
62c2a52 to
29b77fb
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
29b77fb to
a70a3c2
Compare
This comment has been minimized.
This comment has been minimized.
a70a3c2 to
f266f4c
Compare
This comment has been minimized.
This comment has been minimized.
f266f4c to
e5311db
Compare
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: Clar Fon <15850505+clarfonthey@users.noreply.github.com>
Co-Authored-By: Clar Fon <15850505+clarfonthey@users.noreply.github.com>
ae73c49 to
69b3806
Compare
|
Small comment on the new constructors, otherwise looks good. |
Yeah makes sense, I've added a basic |
|
All good! Time zones strike again. @bors try |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Move `std::io::buffered` to `alloc::io`
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (b404afe): comparison URL. Overall result: no relevant changes - no action neededBenchmarking means the PR may be perf-sensitive. Consider adding rollup=never if this change is not fit for rolling up. @rustbot label: -S-waiting-on-perf -perf-regression Instruction countThis perf run didn't have relevant results for this metric. Max RSS (memory usage)Results (primary 2.9%, secondary 0.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -0.5%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.0%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 485.673s -> 485.443s (-0.05%) |
|
@bors r+ rollup |
…=clarfonthey Move `std::io::buffered` to `alloc::io` ACP: rust-lang/libs-team#755 Tracking issue: rust-lang#154046 Split From: rust-lang#156527 ~~Blocked On: rust-lang#158546 ## Description Moves `std::io::BufReader`/`BufWriter`/`LineWriter`/etc. to `alloc::io`. This is effectively a direct cut and paste. Blocked on rust-lang#158546. --- ## Notes * No AI tooling of any kind was used during the creation of this PR. * Please see rust-lang#154046 (comment) for a review order and broader context for this PR.
…uwer Rollup of 7 pull requests Successful merges: - #159582 (Sync from portable simd 2026 07 20) - #157270 (ergonomic_clones_dotuse_capture_by_ref: Capture upvar by ref for `.use` in non-move closures) - #158496 (Move `check_rustc_pub_transparent` into the attribute parser) - #158547 (Move `std::io::buffered` to `alloc::io`) - #159505 (make rustdoc::bare_urls strip trailing periods from url) - #159578 (Extract coroutine closure helper functions) - #159613 (Set the rustc lib path for unstable-book-gen)
…=clarfonthey Move `std::io::buffered` to `alloc::io` ACP: rust-lang/libs-team#755 Tracking issue: rust-lang#154046 Split From: rust-lang#156527 ~~Blocked On: rust-lang#158546 ## Description Moves `std::io::BufReader`/`BufWriter`/`LineWriter`/etc. to `alloc::io`. This is effectively a direct cut and paste. Blocked on rust-lang#158546. --- ## Notes * No AI tooling of any kind was used during the creation of this PR. * Please see rust-lang#154046 (comment) for a review order and broader context for this PR.
View all comments
ACP: rust-lang/libs-team#755
Tracking issue: #154046
Split From: #156527
Blocked On: #158546Description
Moves
std::io::BufReader/BufWriter/LineWriter/etc. toalloc::io. This is effectively a direct cut and paste. Blocked on #158546.Notes
alloc::ioandcore::io#154046 (comment) for a review order and broader context for this PR.