index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
solid
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-97
/
+0
2023-09-01
kmc-solid: Directly delegate to `net::is_interrupted` in `std::sys::solid::is...
Tomoaki Kawada
-1
/
+1
2023-08-25
Add a new helper to avoid calling io::Error::kind
Ben Kimock
-0
/
+5
2022-12-31
std: use id-based thread parking on SOLID
joboet
-2
/
+2
2022-08-28
Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`
Martin Nordholts
-1
/
+1
2022-07-25
Rollup merge of #95916 - solid-rs:feat-kmc-solid-abort, r=Mark-Simulacrum
Yuki Okushi
-13
/
+2
2022-05-18
std: use an event flag based thread parker on SOLID
joboet
-0
/
+2
2022-04-14
library: Remove definitions and reexports of `strlen` from libstd
Vadim Petrochenkov
-2
/
+0
2022-04-11
kmc-solid: Use `abort` to abort a program
Tomoaki Kawada
-13
/
+2
2022-03-22
Move std::sys::{mutex, condvar, rwlock} to std::sys::locks.
Mara Bos
-2
/
+9
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-2
/
+2
2021-09-28
Add SOLID targets
Tomoaki Kawada
-0
/
+96