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
/
compiler
/
rustc_lint
/
src
/
levels.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-08
remove unwrap_or! macro
klensy
-2
/
+4
2021-09-02
Rename walk_crate.
Camille GILLOT
-1
/
+1
2021-09-02
Stop using walk_crate.
Camille GILLOT
-1
/
+1
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-3
/
+0
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-2
/
+0
2021-08-01
Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa
bors
-1
/
+1
2021-07-25
clippy::flat_map_identity
Matthias Krüger
-1
/
+1
2021-07-25
Merge the BTreeMap in hir::Crate.
Camille GILLOT
-2
/
+2
2021-07-17
Make `--force-warns` a normal lint level option
inquisitivecrystal
-19
/
+5
2021-07-08
Rollup merge of #86639 - eholk:lint-tool, r=petrochenkov
Yuki Okushi
-30
/
+34
2021-07-07
Cleanup: unify lint name checking
Eric Holk
-3
/
+4
2021-07-06
Unify lint tool and lint name checking
Eric Holk
-29
/
+32
2021-06-29
Encode CommandLine in the index only.
Camille GILLOT
-2
/
+2
2021-06-29
Use a newtype_index instead of a u32.
Camille GILLOT
-8
/
+8
2021-06-26
Make ForceWarn a lint level.
Camille GILLOT
-15
/
+16
2021-06-02
Force warn on lint groups as well
Ryan Levick
-3
/
+8
2021-06-01
Fix issues and add test
Ryan Levick
-1
/
+1
2021-05-28
Initial support for force-warns
Ryan Levick
-0
/
+9
2021-05-12
Use () for lint_levels.
Camille GILLOT
-5
/
+3
2021-04-17
Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`...
hyd-dev
-43
/
+38
2021-04-05
Fix bug where rustc_lint would not apply renamed tool lints
Joshua Nelson
-3
/
+4
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-4
/
+0
2021-03-18
Rollup merge of #83216 - jyn514:register-tool, r=petrochenkov
Dylan DPC
-9
/
+37
2021-03-16
Allow registering tool lints with `register_tool`
Joshua Nelson
-9
/
+37
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Access attrs directly from HirId in rustc_lint::levels.
Camille GILLOT
-11
/
+12
2021-02-28
Apply lint restrictions from renamed lints
Joshua Nelson
-8
/
+25
2021-02-15
Only store a LocalDefId in hir::MacroDef.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-1
/
+1
2021-02-02
introduce future-compatibility warning for forbidden lint groups
Niko Matsakis
-28
/
+73
2021-01-17
Fix formatting for removed lints
Joshua Nelson
-2
/
+1
2021-01-15
Don't make tools responsible for checking unknown and renamed lints
Joshua Nelson
-0
/
+5
2021-01-11
Rename `rustc_middle::lint::LevelSource` to `LevelAndSource`
pierwill
-3
/
+3
2020-12-21
Document rustc_middle::lint::LevelSource
pierwill
-1
/
+3
2020-12-21
Rename rustc_middle::lint::LintSource
pierwill
-10
/
+10
2020-12-02
Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelix
bors
-49
/
+21
2020-11-14
Use true previous lint level when detecting overriden forbids
Mark Rousskov
-49
/
+21
2020-11-13
Reserve space in advance
Dániel Buga
-0
/
+2
2020-11-02
Fix ICE when a future-incompat-report has its command-line level capped
Aaron Hill
-4
/
+5
2020-10-24
Fix inconsistencies in handling of inert attributes on statements
Aaron Hill
-0
/
+7
2020-10-04
Prevent forbid from being ignored if overriden at the same level.
Felix S. Klock II
-4
/
+43
2020-08-30
mv compiler to compiler/
mark
-0
/
+576