summary refs log tree commit diff
path: root/compiler/rustc_lint/src/passes.rs
AgeCommit message (Expand)AuthorLines
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