| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -1/+1 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+2 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-05-04 | library/std: Fix build for NetBSD targets with 32-bit `c_long` | Ian Douglas Scott | -2/+2 | |
| 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-02 | std: move thread parking to `sys::sync` | joboet | -0/+63 | |
