rust/library/std/src/sys/unsupported
Nick Cameron ac70aea985 Address reviewer comments
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2022-08-18 10:34:40 +01:00
..
locks Make all {Mutex, Condvar, RwLock}::new #[inline]. 2022-06-06 13:49:23 +02:00
alloc.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
args.rs Fix missing import in unsupported::args 2021-04-28 16:16:01 +02:00
common.rs library: Remove definitions and reexports of strlen from libstd 2022-04-14 21:57:01 +03:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fs.rs Address reviewer comments 2022-08-18 10:34:40 +01:00
io.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. 2022-03-22 18:19:47 +01:00
net.rs Remove socklen_t from platforms where it's no longer used 2022-07-30 02:42:02 +02:00
os.rs Hide Repr details from io::Error, and rework io::Error::new_const. 2022-02-04 18:47:29 -08:00
pipe.rs Change uses of never type 2021-04-20 20:53:07 +02:00
process.rs fix exclusive range error 2022-02-07 12:45:36 -08:00
stdio.rs Make raw standard stream constructors const 2020-08-21 13:17:20 +02:00
thread.rs Rename std:🧵:available_onccurrency to std:🧵:available_parallelism 2021-09-28 14:59:33 +02:00
thread_local_dtor.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
thread_local_key.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
time.rs make Instant::{duration_since, elapsed, sub} saturating and remove workarounds 2022-02-13 01:04:55 +01:00