| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -6/+1 | |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -18/+10 | |
| 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-11-27 | replace placeholder version | Boxy | -2/+2 | |
| 2024-10-29 | Implement `From<&mut {slice}>` for `Box/Rc/Arc<{slice}>` | Eduardo Sánchez Muñoz | -0/+45 | |
| 2024-10-28 | Split `boxed.rs` into a few modules | Maybe Lapkin | -0/+747 | |
| + some minor style changes | ||||
