index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_lint
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-862
/
+0
2020-08-17
Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
bors
-1
/
+1
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-16
hir: introduce `QPath::LangItem`
David Wood
-1
/
+1
2020-07-26
report kind of deprecated item in message
Andy Russell
-1
/
+1
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-15
/
+15
2020-07-15
Remove lots of `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+5
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-5
/
+5
2020-07-02
rustc_lint: avoid using TypeckTables::empty for LateContext.
Eduard-Mihai Burtescu
-13
/
+28
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-3
/
+28
2020-04-21
Clarify unused_doc_comments note on macro invocations
David Tolnay
-1
/
+1
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-1
/
+2
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-3
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-5
/
+5
2020-03-27
Rename TyLayout to TyAndLayout.
Ana-Maria Mihalache
-3
/
+3
2020-03-21
{rustc::hir::map -> rustc_hir}::definitions
Mazdak Farrokhzad
-1
/
+1
2020-03-21
add_elided_lifetime_in_path_suggestion -> rustc_session
Mazdak Farrokhzad
-2
/
+1
2020-03-05
Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC
Dylan DPC
-2
/
+2
2020-03-05
Use more efficient &&str to String conversion (clippy::inefficient_to_string)
Matthias Krüger
-2
/
+2
2020-03-04
Don't use "if let" bindings to only check a value and not actually bind anyth...
Matthias Krüger
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-2
/
+2
2020-02-21
clean things up
Jane Lusby
-0
/
+5
2020-02-11
Avoid allocs in a few places.
jumbatm
-0
/
+2
2020-02-11
Address review nitpicks.
jumbatm
-2
/
+2
2020-02-11
Make cx.span_lint methods lazy
jumbatm
-47
/
+10
2020-02-11
Run RustFmt
jumbatm
-4
/
+7
2020-02-11
Invert control in struct_lint_level.
jumbatm
-96
/
+102
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-1
/
+0
2020-01-16
don't clone types that are copy
Matthias Krüger
-1
/
+1
2020-01-11
move rustc::lint::{context, passes} to rustc_lint.
Mazdak Farrokhzad
-0
/
+842