| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -259/+0 | |
| 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-10-27 | add test for panicking drop in Box/Rc/Arc | Lukas Markeffsky | -1/+37 | |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+17 | |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 | |
| detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR. | ||||
| 2022-11-18 | Remove Vec/Rc storage reuse opt | clubby789 | -15/+0 | |
| 2022-11-14 | Add `Vec` storage optimization to `Arc` and add tests | clubby789 | -0/+15 | |
| 2021-05-20 | Add Weak may_dangle tests | David Tolnay | -0/+15 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+193 | |
