| .. |
|
empty_loop.rs
|
Merge commit '97a5daa659' into clippyup
|
2022-01-13 13:18:19 +01:00 |
|
explicit_counter_loop.rs
|
Fix fix under loop may dropping loop label when applying fix.
|
2024-07-29 17:43:03 +08:00 |
|
explicit_into_iter_loop.rs
|
Merge commit '37f4c1725d' into clippyup
|
2023-07-02 14:59:02 +02:00 |
|
explicit_iter_loop.rs
|
And the tools too
|
2024-03-22 11:13:29 -04:00 |
|
for_kv_map.rs
|
Remove multispan_sugg[_with_applicability]
|
2024-08-04 13:14:23 +00:00 |
|
infinite_loop.rs
|
Merge commit '10136170fe' into clippy-subtree-update
|
2024-02-27 15:50:17 +01:00 |
|
iter_next_loop.rs
|
deprecate clippy::for_loops_over_fallibles
|
2022-10-09 13:07:21 +00:00 |
|
manual_find.rs
|
Rename BindingAnnotation to BindingMode
|
2024-04-17 09:34:39 -04:00 |
|
manual_flatten.rs
|
Merge commit '9725c4a162' into clippy-subtree-update
|
2024-04-04 19:52:55 +02:00 |
|
manual_memcpy.rs
|
Rename hir::StmtKind::Local into hir::StmtKind::Let
|
2024-03-14 12:42:04 +01:00 |
|
manual_while_let_some.rs
|
Remove multispan_sugg[_with_applicability]
|
2024-08-04 13:14:23 +00:00 |
|
missing_spin_loop.rs
|
Merge commit 'edb720b199' into clippyup
|
2023-11-16 19:13:24 +01:00 |
|
mod.rs
|
Fix fix under loop may dropping loop label when applying fix.
|
2024-07-29 17:43:03 +08:00 |
|
mut_range_bound.rs
|
Replace local variables signifying "done" or "loop break", use ControlFlow #12830
|
2024-07-24 01:40:58 +02:00 |
|
needless_range_loop.rs
|
Remove multispan_sugg[_with_applicability]
|
2024-08-04 13:14:23 +00:00 |
|
never_loop.rs
|
Merge commit '9725c4a162' into clippy-subtree-update
|
2024-04-04 19:52:55 +02:00 |
|
same_item_push.rs
|
Rename BindingAnnotation to BindingMode
|
2024-04-17 09:34:39 -04:00 |
|
single_element_loop.rs
|
Fix wrong suggestion for single_element_loop where parens were missing
|
2024-07-18 14:50:45 +02:00 |
|
unused_enumerate_index.rs
|
Remove multispan_sugg[_with_applicability]
|
2024-08-04 13:14:23 +00:00 |
|
utils.rs
|
Rename hir::Local into hir::LetStmt
|
2024-03-22 20:36:21 +01:00 |
|
while_float.rs
|
Lint while loops with float comparison
|
2024-05-06 00:04:00 +02:00 |
|
while_immutable_condition.rs
|
Require ConstEvalCtxt to be constructed.
|
2024-08-08 10:37:10 -04:00 |
|
while_let_loop.rs
|
Rename hir::Local into hir::LetStmt
|
2024-03-22 20:36:21 +01:00 |
|
while_let_on_iterator.rs
|
Fix while_let_on_iterator dropping loop label when applying fix.
|
2024-07-23 02:55:58 -05:00 |