summary refs log tree commit diff
path: root/src/librustc_lint/levels.rs
AgeCommit message (Expand)AuthorLines
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-1/+0
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-3/+388
2020-01-11move logic to LintLevelsBuilderMazdak Farrokhzad-6/+3
2020-01-11GlobalCtxt: Erase `LintStore` type.Mazdak Farrokhzad-2/+3
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-1/+4
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+2
2020-01-01Move lint levels machanism in librustc_lint.Camille GILLOT-0/+125