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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-07-06
Make AST lowering a query.
Camille GILLOT
-1
/
+1
2022-06-19
Make some lints incremental.
Camille GILLOT
-14
/
+13
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-0
/
+2
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-12
Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov
bors
-0
/
+1
2022-05-08
Move lint expectation checking into a separate query (RFC 2383)
xFrednet
-0
/
+1
2022-05-06
Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...
bors
-0
/
+5
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-05-04
Add unused_macro_rules lint definition
est31
-0
/
+1
2022-04-20
Remove mutable_borrow_reservation_conflict lint
Jack Huey
-0
/
+5
2022-03-02
Make `LintExpectationId` stable between compilation sessions (RFC-2383)
xFrednet
-1
/
+1
2022-03-02
Check lint expectations and emit lint if unfulfilled (RFC-2383)
xFrednet
-0
/
+1
2022-02-25
Initiate the inner usage of `let_chains`
Caio
-2
/
+3
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-22
Improve diagnostic of the unexpected_cfgs lint
Loïc BRANSTETT
-0
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+5
2022-01-23
rustc_lint: Reuse the set of registered tools from resolver
Vadim Petrochenkov
-1
/
+1
2022-01-23
rustc_lint: Remove some redundant fields from `EarlyContext`
Vadim Petrochenkov
-1
/
+1
2022-01-21
Reject unsupported naked functions
Tomasz Miąsko
-0
/
+5
2022-01-16
Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr
Matthias Krüger
-1
/
+5
2022-01-09
Compute most of Public/Exported access level in rustc_resolve
Lamb
-1
/
+2
2022-01-09
feat: pass_by_value lint attribute
Mahdi Dibaiee
-1
/
+5
2021-12-14
Stabilize iter::zip.
PFPoitras
-1
/
+0
2021-12-02
Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini
Matthias Krüger
-1
/
+0
2021-11-30
Apply cfg-bootstrap switch
Mark Rousskov
-1
/
+0
2021-11-16
Use get_diagnostic_name more
Cameron Steffen
-0
/
+1
2021-11-15
Stabilize format_args_capture
Josh Triplett
-1
/
+1
2021-11-01
Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr
bors
-1
/
+0
2021-10-31
Feature gate and make must_not_suspend allow-by-default
Gus Wynn
-1
/
+0
2021-10-31
Lint against RTL unicode codepoints in literals and comments
Esteban Küber
-0
/
+3
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-5
/
+0
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-10-15
add a `rustc::query_stability` lint
lcnr
-0
/
+4
2021-10-11
Add enum_intrinsics_non_enums lint
Flying-Toast
-0
/
+3
2021-10-02
Remove various unused feature gates
bjorn3
-1
/
+0
2021-09-11
must_not_suspend impl
Gus Wynn
-0
/
+1
2021-08-30
Warn when [T; N].into_iter() is ambiguous in the new edition.
Mara Bos
-0
/
+2
2021-08-24
Move `named_asm_labels` to a HIR lint
asquared31415
-0
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-2
/
+0
2021-08-18
Remove box syntax from rustc_lint
est31
-6
/
+5
2021-08-16
Uplift the `invalid_atomic_ordering` lint from clippy to rustc
Thom Chiovoloni
-0
/
+1
2021-07-19
Warn on inert attributes used on bang macro invocation
Aaron Hill
-0
/
+1
2021-07-13
Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk
bors
-2
/
+2
2021-07-09
Fix default_hash_types to use resolved path
Cameron Steffen
-2
/
+2
2021-07-08
Rollup merge of #86639 - eholk:lint-tool, r=petrochenkov
Yuki Okushi
-0
/
+3
2021-07-06
Parse tool name for command line lint options
Eric Holk
-0
/
+3
2021-07-06
Add s to non_fmt_panic
Ryan Levick
-0
/
+1
2021-07-06
Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns
Ryan Levick
-0
/
+1
[next]