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
/
clippy_lints
/
src
/
declared_lints.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-07
new lint: suspicious_doc_comments
y21
-0
/
+1
2023-04-06
Add [`manual_slice_size_calculation`]
Michael Schubart
-0
/
+1
2023-04-02
Add `tests_outside_test_module` lint
blyxyas
-0
/
+1
2023-03-31
Flag `bufreader.lines().filter_map(Result::ok)` as suspicious
Samuel "Sam" Tardieu
-0
/
+1
2023-03-30
Auto merge of #10414 - csmoe:large-future, r=xFrednet
bors
-0
/
+1
2023-03-30
Auto merge of #9102 - botahamec:unused-box, r=xFrednet
bors
-0
/
+1
2023-03-26
Added the new lint with some docs and tests
Micha White
-0
/
+1
2023-03-26
Merge branch 'rust-lang:master' into clear-with-drain
bluthej
-0
/
+1
2023-03-23
New lint: detect unnecessary struct building
Samuel "Sam" Tardieu
-0
/
+1
2023-03-21
Create `clear_with_drain` lint
bluthej
-0
/
+1
2023-03-20
add large future lint
csmoe
-0
/
+1
2023-03-16
New lint to detect `&std::path::MAIN_SEPARATOR.to_string()`
Samuel "Sam" Tardieu
-0
/
+1
2023-03-15
Rename lint
blyxyas
-1
/
+1
2023-03-11
Add `allow_attribute` lint
blyxyas
-0
/
+1
2023-03-09
Add `let_with_type_underscore` lint
blyxyas
-0
/
+1
2023-03-08
Add new `redundant_async_block` lint
Samuel Tardieu
-0
/
+1
2023-03-08
Add `missing_assert_message` lint
Burak Varlı
-0
/
+1
2023-02-27
Add `collection_is_never_read`
Michael Schubart
-0
/
+1
2023-02-23
Add new lint no_mangle_with_rust_abi
Krishna Sundarram
-0
/
+1
2023-02-21
Auto merge of #10197 - blyxyas:impl_trait_param, r=Jarcho
bors
-0
/
+1
2023-02-16
Add the `transmute_int_to_non_zero` lint
Jirka Vebr
-0
/
+1
2023-02-16
Auto merge of #10342 - mitsuhiko:feature/question-mark-used, r=Alexendoo
bors
-0
/
+1
2023-02-16
Auto merge of #10356 - JirkaVebr:let_underscore_untyped, r=llogiq
bors
-0
/
+1
2023-02-16
Auto merge of #10163 - c410-f3r:lock-1, r=llogiq
bors
-0
/
+1
2023-02-16
Add the `let_underscore_untyped` lint
Jirka Vebr
-0
/
+1
2023-02-15
Rename lint to better fit lint naming conventions
blyxyas
-1
/
+1
2023-02-15
Add `impl_trait_param` lint
blyxyas
-0
/
+1
2023-02-13
Add question-mark-used lint
Armin Ronacher
-0
/
+1
2023-02-10
[significant_drop_tightening] Add MVP
Caio
-0
/
+1
2023-02-10
Update lints.
Mara Bos
-0
/
+1
2023-02-02
Add `extra_unused_type_parameters` lint
Michael Krasnitski
-0
/
+1
2023-01-18
Add `multiple_unsafe_ops_per_block` lint
Niki4tap
-0
/
+1
2023-01-10
rename
Robert Bastian
-1
/
+1
2022-12-24
Add size_of_ref lint
Lukas Lueg
-0
/
+1
2022-12-20
add [`permissions_set_readonly_false`] #9702
dboso
-0
/
+1
2022-12-18
Add lint `fn_null_check`
Niki4tap
-0
/
+1
2022-12-18
Add lint `transmute_null_to_fn`
Niki4tap
-0
/
+1
2022-12-09
Add lint `almost_complete_range`
Hannah Town
-1
/
+1
2022-12-09
Auto merge of #9826 - Veykril:semi-blocks, r=Alexendoo
bors
-0
/
+2
2022-11-25
Add semicolon-outside/inside-block lints
Lukas Wirth
-0
/
+2
2022-11-25
Lint unnecessary safety comments on items
Lukas Wirth
-0
/
+1
2022-11-20
Fix typo missnamed -> misnamed
Sosthène Guédon
-1
/
+1
2022-11-20
Document missname_getters
Sosthène Guédon
-1
/
+1
2022-11-20
Add missnamed_getters lint
Sosthène Guédon
-0
/
+1
2022-11-15
Auto merge of #9570 - nfejzic:lint-unchecked-duration-subtraction, r=llogiq
bors
-1
/
+2
2022-11-10
fix: update lints
Nadir Fejzic
-1
/
+2
2022-11-10
Add `unnecessary_safety_doc` lint
Lukas Wirth
-0
/
+1
2022-11-08
Auto merge of #9765 - koka831:feat/manual_is_ascii_check, r=xFrednet
bors
-0
/
+1
2022-11-07
Move `needless_collect` into the `methods` lint pass
Jason Newcomb
-1
/
+1
2022-11-07
feat: implement manual_is_ascii_check lint
koka
-0
/
+1
[next]