rust/library/std
Christopher Berner 9febbf8270 Remove unnecessary handling of ERROR_IO_PENDING
try_lock() and try_lock_shared() do not need to handle these per the discussion in https://github.com/rust-lang/rust/pull/140718#discussion_r2076678485
2025-05-20 14:09:27 -07:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Remove unnecessary handling of ERROR_IO_PENDING 2025-05-20 14:09:27 -07:00
tests Rename (Mapped)(RwLock|Mutex)Guard::try_map to filter_map. 2025-04-30 19:43:24 -05:00
build.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
Cargo.toml Update compiler-builtins to 0.1.157 2025-05-04 22:54:55 +00:00