rust/library
Matthias Krüger 553c20cc92
Rollup merge of #130554 - ShE3py:unsupported-exitcode, r=Noratrieb
`pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool`

`ExitCode` should “represents the status code the current process can return to its parent under normal termination”, but is currently represented as a `bool` on unsupported platforms, making the `impl From<u8> for ExitCode` lossy.

Fixes #130532.

History: [IRLO thread](https://internals.rust-lang.org/t/mini-pre-rfc-redesigning-process-exitstatus/5426) (`ExitCode` as a `main` return), #48618 (initial impl), #93445 (`From<u8>` impl).
2024-09-19 20:37:08 +02:00
..
alloc Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors 2024-09-19 20:37:07 +02:00
backtrace@230570f2da Try latest backtrace 2024-08-29 12:13:19 -07:00
core Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors 2024-09-19 20:37:07 +02:00
panic_abort
panic_unwind library: Compute Rust exception class from its string repr 2024-09-14 20:26:37 -07:00
portable-simd simd_shuffle: require index argument to be a vector 2024-09-14 14:43:24 +02:00
proc_macro Revert "Add a hack to prevent proc_macro misopt in CI" 2024-09-18 13:53:33 -07:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #130554 - ShE3py:unsupported-exitcode, r=Noratrieb 2024-09-19 20:37:08 +02:00
stdarch@ace72223a0 update stdarch 2024-09-11 08:35:32 +02:00
sysroot
test
unwind Fix linking error when compiling for 32-bit watchOS 2024-09-08 09:12:31 +02:00
windows_targets Win: Add dbghelp to the list of import libraries 2024-09-06 21:21:49 +00:00
Cargo.lock Update compiler-builtins to 0.1.125 2024-09-05 09:31:17 -07:00
Cargo.toml Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu 2024-09-02 00:58:50 +00:00