about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/early.rs
AgeCommit message (Expand)AuthorLines
2021-02-03Really fix early lints inside an async desugaringJethro Beekman-4/+4
2021-02-02Fix early lints inside an async desugaringAaron Hill-0/+16
2021-01-22Remove special casing of rustdoc in rustc_lintJoshua Nelson-11/+3
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-1/+1
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-7/+1
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-2/+17
2020-10-16Add check_generic_arg early passSantiago Pastorino-0/+5
2020-08-30mv compiler to compiler/mark-0/+381