| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-23 | Remove `synstructure::Structure::underscore_const` calls. | Nicholas Nethercote | -1/+0 | |
| The `synstructure` docs say "This method is a no-op, underscore consts are used by default now." The behaviour change occurred going from `synstructure` version 0.13.0 to 0.13.1. | ||||
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -9/+6 | |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_macros`. | Nicholas Nethercote | -1/+1 | |
| 2024-07-17 | lift_to_tcx -> lift_to_interner | Michael Goulet | -1/+1 | |
| 2024-05-10 | Lift `Lift` | Michael Goulet | -1/+1 | |
| 2024-02-17 | Make synstructure underscore_const(true) the default | Urgau | -0/+1 | |
| since otherwise it will trigger the non_local_definitions lint | ||||
| 2023-12-10 | remove redundant imports | surechen | -1/+1 | |
| 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. | ||||
| 2020-10-21 | Lift: take self by value | Bastian Kauschke | -2/+3 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+51 | |
