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
2022-03-15
Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk
Matthias Krüger
-2
/
+2
2022-03-15
fix typos
Dylan DPC
-2
/
+2
2022-03-14
Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199...
Matthias Krüger
-8
/
+28
2022-03-09
Add comment about `unfulfilled_lint_expectation` not being in a group (RFC 2383)
xFrednet
-0
/
+2
2022-03-08
Fix docs, fix incorrect lint source in note
David Koloski
-2
/
+3
2022-03-08
Switch the primary diagnostic to `unknown_lints`
David Koloski
-31
/
+36
2022-03-08
Treat unstable lints as unknown
David Koloski
-35
/
+57
2022-03-07
Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message
xFrednet
-8
/
+26
2022-03-03
Emit `unused_attributes` if a level attr only has a reason
xFrednet
-3
/
+1
2022-03-02
Use Vec for expectations to have a constant order (RFC-2383)
xFrednet
-5
/
+5
2022-03-02
Emit `unfullfilled_lint_expectation` using a `HirId` for performance (RFC-2383)
xFrednet
-45
/
+11
2022-03-02
Reduced the size of `LintExpectationId` by 12 bytes (RFC-2383)
xFrednet
-2
/
+3
2022-03-02
Expect each lint in attribute individually (RFC-2383)
xFrednet
-26
/
+62
2022-03-02
Make `LintExpectationId` stable between compilation sessions (RFC-2383)
xFrednet
-6
/
+44
2022-03-02
Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383)
xFrednet
-7
/
+31
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-12
/
+13
2022-02-19
Adopt let else in more places
est31
-3
/
+3
2022-01-23
rustc_lint: Stop creating a fake `ast::Crate` for running early lints
Vadim Petrochenkov
-1
/
+1
2022-01-23
rustc_lint: Reuse the set of registered tools from resolver
Vadim Petrochenkov
-23
/
+9
2022-01-23
rustc_lint: Remove some redundant fields from `EarlyContext`
Vadim Petrochenkov
-15
/
+18
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-4
/
+4
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-03
Use let_else in some more places in rustc_lint
est31
-9
/
+6
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
[prev]
[next]