about summary refs log tree commit diff
path: root/src/librustc_lint/levels.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-576/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-1/+1
2020-06-18Implement crate level only lints checking.Charles Lew-3/+43
2020-06-05properly handle feature gated lintsJoey Hain-14/+15
2020-05-27Use `LintId`s to check for gated lintsLeSeulArtichaut-5/+5
2020-05-27Fix importLeSeulArtichaut-2/+1
2020-05-27Do not hardcode lint nameLeSeulArtichaut-1/+2
2020-05-27Apply suggestions from code reviewLeSeulArtichaut-1/+18
2020-05-03Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkovDylan DPC-1/+6
2020-05-03Implement `confusable_idents` lint.Charles Lew-1/+6
2020-05-02fix rustdoc warningsTshepang Lekhonkhobe-2/+2
2020-04-28Use the query system to allocate.Camille GILLOT-2/+2
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