rust/library
Matthias Krüger 4577b1a7d3
Rollup merge of #124721 - ids1024:netbsd-32-bit-ulong, r=workingjubilee
library/std: Fix build for NetBSD targets with 32-bit `c_long`

This fixes building `std` for targets like `mipsel-unknown-netbsd`.

If `c_long` is an `i64`, this conversion works with `Into`. But if it's an `i32`, this failed to convert a `u32` to an `i32`.
2024-05-04 22:27:34 +02:00
..
alloc Rollup merge of #124593 - GKFX:cstr-literals-in-api-docs, r=workingjubilee 2024-05-03 20:33:46 +02:00
backtrace@e151306182
core Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r=Nilstrieb 2024-05-04 18:36:38 +02:00
panic_abort
panic_unwind
portable-simd
proc_macro Replace version placeholders for 1.79 2024-05-01 21:01:51 -04:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #124721 - ids1024:netbsd-32-bit-ulong, r=workingjubilee 2024-05-04 22:27:34 +02:00
stdarch@c0257c1660
sysroot
test Rollup merge of #124681 - risc0:erik/fix-test, r=joboet 2024-05-03 23:34:24 -04:00
unwind