Files
rust/library/std/src
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
..
2023-12-10 10:56:22 +08:00
2023-12-10 10:56:22 +08:00
2023-08-13 13:07:53 -06:00
2024-04-10 13:50:27 -04:00
2024-04-10 13:50:27 -04:00
2023-12-22 11:01:42 +01:00
2024-03-20 15:35:13 +01:00
2024-01-11 11:30:12 -05:00
2023-12-10 10:56:22 +08:00
2024-05-01 22:19:11 -04:00
2023-05-03 22:09:33 -07:00
2024-02-29 14:28:47 -05:00
2023-11-26 09:25:07 +08:00
2024-04-10 13:50:27 -04:00
2024-04-10 13:50:27 -04:00
2024-05-01 22:19:11 -04:00
2023-12-12 18:12:23 +08:00
2024-05-01 21:01:51 -04:00
2024-04-08 11:57:17 +00:00
2024-05-01 21:01:51 -04:00
2024-03-07 07:49:22 +01:00