about summary refs log tree commit diff
path: root/library/std/src/sys/solid/mod.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-97/+0
2023-09-01kmc-solid: Directly delegate to `net::is_interrupted` in `std::sys::solid::is...Tomoaki Kawada-1/+1
2023-08-25Add a new helper to avoid calling io::Error::kindBen Kimock-0/+5
2022-12-31std: use id-based thread parking on SOLIDjoboet-2/+2
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-1/+1
2022-07-25Rollup merge of #95916 - solid-rs:feat-kmc-solid-abort, r=Mark-SimulacrumYuki Okushi-13/+2
2022-05-18std: use an event flag based thread parker on SOLIDjoboet-0/+2
2022-04-14library: Remove definitions and reexports of `strlen` from libstdVadim Petrochenkov-2/+0
2022-04-11kmc-solid: Use `abort` to abort a programTomoaki Kawada-13/+2
2022-03-22Move std::sys::{mutex, condvar, rwlock} to std::sys::locks.Mara Bos-2/+9
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-2/+2
2021-09-28Add SOLID targetsTomoaki Kawada-0/+96