| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -3/+2 | |
| Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the prelude instead of importing or qualifying them. These functions were added to all preludes in Rust 1.80. | ||||
| 2024-08-27 | std: move allocators to `sys` | joboet | -0/+9 | |
