about summary refs log tree commit diff
path: root/src/librustc_lint/levels.rs
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-5/+5
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-5/+5
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-2/+2
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-1/+1
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-1/+1
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-3/+3
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-11Move more into decorate functions.jumbatm-8/+7
2020-02-11Run RustFmtjumbatm-9/+8
2020-02-11Invert control in struct_lint_level.jumbatm-40/+46
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-3/+2
2020-02-011. move node_id to syntaxMazdak Farrokhzad-4/+4
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