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
/
levels.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-576
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-1
/
+1
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-1
/
+1
2020-06-18
Implement crate level only lints checking.
Charles Lew
-3
/
+43
2020-06-05
properly handle feature gated lints
Joey Hain
-14
/
+15
2020-05-27
Use `LintId`s to check for gated lints
LeSeulArtichaut
-5
/
+5
2020-05-27
Fix import
LeSeulArtichaut
-2
/
+1
2020-05-27
Do not hardcode lint name
LeSeulArtichaut
-1
/
+2
2020-05-27
Apply suggestions from code review
LeSeulArtichaut
-1
/
+18
2020-05-03
Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkov
Dylan DPC
-1
/
+6
2020-05-03
Implement `confusable_idents` lint.
Charles Lew
-1
/
+6
2020-05-02
fix rustdoc warnings
Tshepang Lekhonkhobe
-2
/
+2
2020-04-28
Use the query system to allocate.
Camille GILLOT
-2
/
+2
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-5
/
+5
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-5
/
+5
2020-03-14
Index HIR after creating TyCtxt
John Kåre Alsaker
-2
/
+2
2020-03-14
Update `krate_attrs` and `get_module`
John Kåre Alsaker
-1
/
+1
2020-03-12
remove lifetimes that can be elided (clippy::needless_lifetimes)
Matthias Krüger
-1
/
+1
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-2
/
+2
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-3
/
+3
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-11
Move more into decorate functions.
jumbatm
-8
/
+7
2020-02-11
Run RustFmt
jumbatm
-9
/
+8
2020-02-11
Invert control in struct_lint_level.
jumbatm
-40
/
+46
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-3
/
+2
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-4
/
+4
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-1
/
+0
2020-01-11
move rustc::lint::{context, passes} to rustc_lint.
Mazdak Farrokhzad
-3
/
+388
2020-01-11
move logic to LintLevelsBuilder
Mazdak Farrokhzad
-6
/
+3
2020-01-11
GlobalCtxt: Erase `LintStore` type.
Mazdak Farrokhzad
-2
/
+3
2020-01-08
normalize rustc::hir::intravisit imports
Mazdak Farrokhzad
-1
/
+1
2020-01-08
intravisit: abstract over HIR Map
Mazdak Farrokhzad
-1
/
+4
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-01
Move lint levels machanism in librustc_lint.
Camille GILLOT
-0
/
+125