rust/library/std
Matthias Krüger f19d4b5f97
Rollup merge of #137480 - fuzzypixelz:fix/124466, r=workingjubilee
Return unexpected termination error instead of panicing in `Thread::join`

There is a time window during which the OS can terminate a thread before stdlib can retreive its `Packet`. Currently the `Thread::join` panics with no message in such an event, which makes debugging difficult; fixes #124466.
2025-02-27 08:56:39 +01:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Rollup merge of #137480 - fuzzypixelz:fix/124466, r=workingjubilee 2025-02-27 08:56:39 +01:00
tests std: Apply deprecated_safe_2024 2025-02-13 13:10:28 -08:00
build.rs Enable f16 for MIPS 2025-02-20 11:34:48 +01:00
Cargo.toml Update compiler-builtins to 0.1.148 2025-02-24 07:46:55 +00:00