rust/library/std/src/sys
Stuart Cook f073f64eb6
Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35
Add `read_buf` equivalents for positioned reads

Adds the following items under the ~~`read_buf` (rust-lang/rust#78485)~~ `read_buf_at` (rust-lang/rust#140771) feature:

 - `std::os::unix::fs::FileExt::read_buf_at`
 - `std::os::unix::fs::FileExt::read_buf_exact_at`
 - `std::os::windows::fs::FileExt::seek_read_buf`

try-job: `x86_64-msvc*`
try-job: `test-various*`
try-job: `dist-various*`
2025-09-04 10:01:51 +10:00
..
alloc Rollup merge of #142727 - hkBst:rm-static-mut-wasm, r=ChrisDenton 2025-08-28 23:10:32 +10:00
anonymous_pipe library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
args std: Start supporting WASIp2 natively 2025-08-28 15:07:15 -07:00
env library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
fd Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35 2025-09-04 10:01:51 +10:00
fs Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35 2025-09-04 10:01:51 +10:00
io library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
net remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
os_str Move WTF-8 code from std to core/alloc 2025-08-20 20:31:33 -04:00
pal Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35 2025-09-04 10:01:51 +10:00
path library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
personality library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
process Fix spurious test timeout 2025-08-30 18:07:09 +00:00
random std: Start supporting WASIp2 natively 2025-08-28 15:07:15 -07:00
stdio library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
sync library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
thread_local library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
backtrace.rs fix(std): Add __my_thread_exit stub for QNX 8 2025-08-25 10:34:40 +02:00
cmath.rs library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
configure_builtins.rs Dynamically enable LSE for aarch64 rust provided intrinsics 2025-08-05 10:35:13 -05:00
env_consts.rs Move zkVM constants into sys::env_consts 2025-04-21 21:05:04 -07:00
exit_guard.rs library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
mod.rs tidy now installs typos-cli as-needed via cargo 2025-08-16 13:36:29 -05:00