rust/library/std
Zachary S c36fdeb9a3 Don't perform mitigation for thread-unsafe libc::exit under Miri.
1. Miri's exit is thread-safe
2. Miri doesn't (yet) support `libc::gettid`, used in the implementation of the mitigation on Linux.
2024-06-20 23:19:18 -05:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src Don't perform mitigation for thread-unsafe libc::exit under Miri. 2024-06-20 23:19:18 -05:00
tests Make PathBuf less Ok with adding UTF-16 then into_string 2024-06-12 01:00:21 -07:00
build.rs Move some expected cfgs to std build.rs as per Cargo recommandation 2024-05-23 16:08:31 +02:00
Cargo.toml add HermitOS support of vectored read/write operations 2024-06-07 20:48:30 +02:00