about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/lift.rs
AgeCommit message (Collapse)AuthorLines
2025-04-23Remove `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-22Reformat using the new identifier sorting from rustfmtMichael Goulet-9/+6
2024-08-29Add `warn(unreachable_pub)` to `rustc_macros`.Nicholas Nethercote-1/+1
2024-07-17lift_to_tcx -> lift_to_internerMichael Goulet-1/+1
2024-05-10Lift `Lift`Michael Goulet-1/+1
2024-02-17Make synstructure underscore_const(true) the defaultUrgau-0/+1
since otherwise it will trigger the non_local_definitions lint
2023-12-10remove redundant importssurechen-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-21Lift: take self by valueBastian Kauschke-2/+3
2020-08-30mv compiler to compiler/mark-0/+51