about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/passes.rs
AgeCommit message (Expand)AuthorLines
2022-09-12Remove unused argument from `check_mac_def`.Nicholas Nethercote-1/+1
2022-09-12Remove unused argument from `visit_poly_trait_ref`.Nicholas Nethercote-1/+1
2022-09-12Remove unused span argument from `check_mod` and `process_mod`.Nicholas Nethercote-1/+1
2022-09-06Allow lint passes to be bound by `TyCtxt`Jason Newcomb-1/+1
2022-08-29Remove `Sync` requirement from lint pass objects as they are created on demandJason Newcomb-3/+2
2022-08-11Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.Nicholas Nethercote-2/+1
2022-07-29Remove some late `check_*` functions.Nicholas Nethercote-19/+1
2022-07-29Remove some early `check_*` functions.Nicholas Nethercote-19/+0
2021-09-30Do not pass hir::Crate to lints.Camille GILLOT-2/+2
2021-07-25Add inferred args to typeckkadmin-0/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-2/+0
2020-10-16Add check_generic_arg early passSantiago Pastorino-0/+2
2020-08-30mv compiler to compiler/mark-0/+285