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-31
better suggestion for slow_vector_initialization
lapla-cogito
-9
/
+13
2024-12-30
Use the full lifetime name in suggestions (#13907)
Manish Goregaokar
-2
/
+5
2024-12-30
Fix parentheses when replacing `matches!(…, None)` with `.is_none()` (#13906)
Timo
-3
/
+5
2024-12-30
Correctly handle `char` paths
Guillaume Gomez
-0
/
+1
2024-12-30
Use the full lifetime name in suggestions
Samuel Tardieu
-2
/
+5
2024-12-29
Fix parentheses when replacing `matches!(…, None)` with `.is_none()`
Samuel Tardieu
-3
/
+5
2024-12-29
Do not remove identity mapping if mandatory mutability would be lost
Samuel Tardieu
-2
/
+13
2024-12-29
Move more def paths into `clippy_utils::paths`
Guillaume Gomez
-2
/
+4
2024-12-29
Do not remove required parentheses in `borrow_as_ptr` suggestion (#13884)
Alejandra González
-18
/
+18
2024-12-29
`borrow_interior_mutable_const` ICE into FN (#13877)
Fridtjof Stoldt
-5
/
+6
2024-12-29
Do not remove required parentheses in `borrow_as_ptr` suggestion
Samuel Tardieu
-18
/
+18
2024-12-29
Move `format_push_string` and `format_collect` to pedantic
Samuel Moelius
-3
/
+4
2024-12-29
use the correct `ParamEnv` when checking future's output type (#13863)
dswij
-2
/
+9
2024-12-29
Examples fixes for regex (#13874)
dswij
-0
/
+10
2024-12-29
Do not trigger `trailing_empty_array` in tests (#13844)
llogiq
-2
/
+5
2024-12-28
borrow_interior_mutable_const ICE into FN
blyxyas
-5
/
+6
2024-12-28
[`needless_continue`]: lint if the last stmt in for/while/loop is `continue`,...
lengyijun
-28
/
+101
2024-12-27
Make `inconsistent_struct_constructor` "all fields are shorthand" requirement...
Timo
-79
/
+136
2024-12-27
remove description of known problems in `match_same_arms` that have already b...
Fridtjof Stoldt
-5
/
+0
2024-12-27
correct suggestion for `manual_div_ceil` lint (#13864)
Fridtjof Stoldt
-3
/
+35
2024-12-27
don't suggest to use cloned for Cow in unnecessary_to_owned
lapla-cogito
-0
/
+3
2024-12-26
Make "all fields are shorthand" requirement configurable
Samuel Moelius
-79
/
+136
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-402
/
+1188
2024-12-26
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-407
/
+1190
2024-12-24
auto-fix `if_not_else` (#13809)
llogiq
-3
/
+51
2024-12-24
Examples fixes for regex
alexey semenyuk
-0
/
+10
2024-12-24
remove known problems section from match_same_arms
lapla-cogito
-5
/
+0
2024-12-23
chore: multipart suggestions for let_unit_value lint (#13754)
Alejandra González
-11
/
+24
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-1
/
+2
2024-12-23
correct suggestion for manual_div_ceil lint
lapla-cogito
-3
/
+35
2024-12-21
use the correct `ParamEnv` when checking future's return type in `missing_err...
y21
-2
/
+9
2024-12-19
Add allow-indexing-slicing-in-tests option (#13854)
llogiq
-1
/
+12
2024-12-20
Add allow-indexing-slicing-in-tests option
Alexey Semenyuk
-1
/
+12
2024-12-19
Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726
bors
-1
/
+1
2024-12-18
Use two structs rather than a const generic
Samuel Moelius
-12
/
+13
2024-12-18
introduce `LateParamRegionKind`
lcnr
-1
/
+1
2024-12-18
Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino
许杰友 Jieyou Xu (Joe)
-4
/
+4
2024-12-17
chore: starting to fix unnecessary_iter_cloned (#13848)
Alejandra González
-8
/
+8
2024-12-18
Rename `RefTokenTreeCursor`.
Nicholas Nethercote
-4
/
+4
2024-12-18
Simplify `RefTokenTreeCursor::look_ahead`.
Nicholas Nethercote
-1
/
+1
2024-12-17
Do not mark attributes with unknown namespace as useless (#13766)
Philipp Krones
-18
/
+25
2024-12-17
Change unnecessary_iter_cloned to use multipart_suggestion
Scott Gerring
-8
/
+8
2024-12-17
Don't trigger `filter_map_identity` with an iterator from an empty array (#13...
Jason Newcomb
-0
/
+10
2024-12-17
Do not trigger trailing_empty_array in tests
Alexey Semenyuk
-2
/
+5
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-7
/
+9
2024-12-16
Correctly handle string indices in `literal_string_with_formatting_arg` (#13841)
Philipp Krones
-1
/
+10
2024-12-16
Correctly handle string indices in `literal_string_with_formatting_arg`
Guillaume Gomez
-1
/
+10
2024-12-16
correct suggestion for `unnecessary_sort_by` in `no_std` (#13836)
llogiq
-3
/
+5
2024-12-16
correct suggestion for unnecessary_sort_by in no_std
lapla-cogito
-3
/
+5
2024-12-16
Do not suggest using `Error` in `no_std` before Rust 1.81 (#13834)
llogiq
-12
/
+28
[prev]
[next]