about summary refs log tree commit diff
path: root/src/librustc_lint/context.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-862/+0
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-16hir: introduce `QPath::LangItem`David Wood-1/+1
2020-07-26report kind of deprecated item in messageAndy Russell-1/+1
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-15/+15
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-2/+5
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-5/+5
2020-07-02rustc_lint: avoid using TypeckTables::empty for LateContext.Eduard-Mihai Burtescu-13/+28
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-3/+28
2020-04-21Clarify unused_doc_comments note on macro invocationsDavid Tolnay-1/+1
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+2
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-3/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-5/+5
2020-03-27Rename TyLayout to TyAndLayout.Ana-Maria Mihalache-3/+3
2020-03-21{rustc::hir::map -> rustc_hir}::definitionsMazdak Farrokhzad-1/+1
2020-03-21add_elided_lifetime_in_path_suggestion -> rustc_sessionMazdak Farrokhzad-2/+1
2020-03-05Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPCDylan DPC-2/+2
2020-03-05Use more efficient &&str to String conversion (clippy::inefficient_to_string)Matthias Krüger-2/+2
2020-03-04Don't use "if let" bindings to only check a value and not actually bind anyth...Matthias Krüger-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-21clean things upJane Lusby-0/+5
2020-02-11Avoid allocs in a few places.jumbatm-0/+2
2020-02-11Address review nitpicks.jumbatm-2/+2
2020-02-11Make cx.span_lint methods lazyjumbatm-47/+10
2020-02-11Run RustFmtjumbatm-4/+7
2020-02-11Invert control in struct_lint_level.jumbatm-96/+102
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-1/+0
2020-01-16don't clone types that are copyMatthias Krüger-1/+1
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-0/+842