| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -2/+2 | |
| in core/alloc/std only for now, and ignoring test files Co-authored-by: Pavel Grigorenko <GrigorenkoPV@ya.ru> | ||||
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+5 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-04-16 | std: fix lint on SGX | joboet | -2/+5 | |
| 2024-04-11 | std: use queue-based `RwLock` on SGX | joboet | -21/+0 | |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -1/+1 | |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -3/+3 | |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -0/+646 | |
