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
Age
Commit message (
Expand
)
Author
Lines
2024-12-08
Detect shadowing in pattern field
Samuel Tardieu
-1
/
+1
2024-12-08
Better help message for comparison_chain lint
Samuel Tardieu
-4
/
+12
2024-12-08
Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead
Matthias Krüger
-1
/
+1
2024-12-08
chore: use multipart_suggestions for manual_async_fn (#13788)
llogiq
-13
/
+8
2024-12-07
Make `Copy` unsafe to implement for ADTs with `unsafe` fields
Jack Wrenn
-0
/
+1
2024-12-07
Update known problems for default_numeric_fallback
nora
-3
/
+4
2024-12-06
New lint for `as *const _` and `as *mut _` pointer casts (#13251)
Jason Newcomb
-0
/
+50
2024-12-06
new lint for `as *const _` and `as *mut _` casting
Soveu
-0
/
+50
2024-12-06
chore: use multipart_suggestions for str_splitn
Scott Gerring
-9
/
+13
2024-12-06
chore: use multipart_suggestions for manual_async_fn
Scott Gerring
-13
/
+8
2024-12-05
fix: various typos
BD103
-17
/
+17
2024-12-05
update `borrow_as_ptr` to suggest `&raw` syntax (#13689)
Jason Newcomb
-17
/
+37
2024-12-05
update `borrow_as_ptr` to suggest `&raw` when the MSRV allows it
cyrgani
-13
/
+27
2024-12-05
fix the order of emitting `ref_as_ptr` and `borrow_as_ptr`
cyrgani
-6
/
+12
2024-12-05
Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot
León Orell Valerian Liehr
-63
/
+2
2024-12-03
Extend `precedence` for bitmasking and shift (#13743)
Jason Newcomb
-15
/
+18
2024-12-03
index_refutable_slice: use multipart suggestions
Scott Gerring
-21
/
+15
2024-12-03
let_unit_value: Use multipart suggestions
Scott Gerring
-11
/
+24
2024-12-02
doc_lazy_continuation: Correctly count indent with backslashes
Michael Howell
-1
/
+6
2024-12-02
Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu
Guillaume Gomez
-3
/
+3
2024-12-02
Correct `report_elidable_impl_lifetimes` comment following #13752
Samuel Moelius
-2
/
+1
2024-12-02
doc_nested_refdefs: new lint for suspicious list syntax (#13707)
Jason Newcomb
-5
/
+107
2024-12-02
add targeted help messages to `zombie_processes` diagnostic (#13760)
Manish Goregaokar
-91
/
+184
2024-12-02
Fix lifetimes elision suggestion in where clauses (#13752)
Manish Goregaokar
-6
/
+0
2024-12-02
Drop uplifted `clippy::fn_address_comparisons`
Urgau
-63
/
+2
2024-12-02
Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors
Guillaume Gomez
-3
/
+3
2024-12-02
Rollup merge of #133603 - dtolnay:precedence, r=lcnr
Guillaume Gomez
-25
/
+24
2024-12-02
Add more cases to the `useless_conversion` lint (#13756)
Alejandra González
-4
/
+64
2024-12-02
`typing_env_env_for_derived_eq` -> `typing_env_for_derived_eq` (#13769)
Jason Newcomb
-2
/
+2
2024-12-02
Add more receivers to `useless_conversion`
Samuel Tardieu
-3
/
+22
2024-12-02
remove `Ty::is_copy_modulo_regions`
lcnr
-3
/
+3
2024-12-02
Change `AttrArgs::Eq` into a struct variant
Oli Scherer
-3
/
+3
2024-12-01
Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu
Jacob Pratt
-15
/
+8
2024-12-02
Fix needless_match FP on if-lets (#13646)
Catherine Flores
-2
/
+4
2024-12-01
`typing_env_env_for_derived_eq` -> `typing_env_for_derived_eq`
Samuel Moelius
-2
/
+2
2024-12-01
Mention `string_slice` in `indexing_slicing` documentation (#13763)
Timo
-0
/
+4
2024-12-01
Add new `literal_string_with_formatting_args` lint (#13410)
Fridtjof Stoldt
-1
/
+165
2024-11-30
Eliminate magic numbers from expression precedence
David Tolnay
-25
/
+24
2024-11-30
Do not mark attributes with unknown namespace as useless
Samuel Tardieu
-10
/
+12
2024-11-30
Extract lint namespace and lint name from the meta item
Samuel Tardieu
-8
/
+13
2024-11-30
Fix lifetimes elision suggestion in where clauses
Samuel Tardieu
-6
/
+0
2024-11-30
Add more cases to the `useless_conversion` lint
Samuel Tardieu
-3
/
+44
2024-11-30
Mention `string_slice` in `indexing_slicing` documentation
Samuel Tardieu
-0
/
+4
2024-11-30
Remove hir::ArrayLen, introduce ConstArgKind::Infer
Dominik Stolz
-15
/
+8
2024-11-30
Fix `shadow_unrelated`'s behaviour with closures (#13677)
Jason Newcomb
-8
/
+50
2024-11-30
add targetted help messages to `zombie_processes` diagnostic
y21
-91
/
+184
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-230
/
+423
2024-11-28
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-235
/
+425
2024-11-28
Changelog for Clippy 1.83 🤖 (#13716)
Fridtjof Stoldt
-5
/
+5
2024-11-28
Extend `precedence` for bitmasking and shift
Natsume-Neko
-15
/
+18
[prev]
[next]