rust/library/std/src/sys/hermit
Matthias Krüger f2f5efce9c
Rollup merge of #109722 - hermitcore:read, r=Mark-Simulacrum
Implement read_buf for RustHermit

In principle, this PR extends rust-lang/rust#108326 for RustyHermit.
2023-04-03 08:58:53 +02:00
..
alloc.rs Remove #![allow(unsafe_op_in_unsafe_fn)] except for mod.rs 2020-10-08 22:13:19 +09:00
args.rs move IO traits to std/src/os/hermit 2023-02-24 15:30:14 +01:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fd.rs remove code duplications 2023-02-24 15:30:14 +01:00
fs.rs fix typo in the creation of OpenOption 2023-03-19 22:59:48 +01:00
futex.rs use as_ptr to determine the address of atomics 2023-02-27 09:59:57 +01:00
memchr.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs Rollup merge of #107387 - joboet:hermit_random, r=ChrisDenton 2023-03-29 21:19:47 +02:00
net.rs Implement read_buf for RustHermit 2023-03-29 15:29:36 +02:00
os.rs move IO traits to std/src/os/hermit 2023-02-24 15:30:14 +01:00
stdio.rs Hide Repr details from io::Error, and rework io::Error::new_const. 2022-02-04 18:47:29 -08:00
thread.rs refactor[std]: do not use box syntax 2023-01-17 14:08:35 +01:00
thread_local_dtor.rs refactor[std]: do not use box syntax 2023-01-17 14:08:35 +01:00
time.rs add support of RustyHermit's BSD socket layer 2023-02-24 15:30:14 +01:00