| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-20 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -21/+21 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+4 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-07-17 | Adjust some comments on individual `use` declarations. | Nicholas Nethercote | -2/+1 | |
| When we do the big `use` reformatting there are a tiny number of cases where rustfmt moves a comment from one `use` item to another in an undesirable way. This commit pre-emptively rearranges things to prevent this from happening. | ||||
| 2022-05-02 | Share testing utilities with non-btree test cases | Stein Somers | -0/+231 | |
