summary refs log tree commit diff
path: root/src/librustc_lint/context.rs
AgeCommit message (Expand)AuthorLines
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