| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-01 | remove empty `util` module | Rémy Rakic | -38/+0 | |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_borrowck`. | Nicholas Nethercote | -2/+2 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-04-16 | Move some utils out of `rustc_const_eval` | Nilstrieb | -0/+39 | |
| This allows us to get rid of the `rustc_const_eval->rustc_borrowck` dependency edge which was delaying the compilation of borrowck. The added utils in `rustc_middle` are small and should not affect compile times there. | ||||
