rust/clippy_lints/src/loops
Takayuki Maeda ea75178219 separate definitions and HIR owners
fix a ui test

use `into`

fix clippy ui test

fix a run-make-fulldeps test

implement `IntoQueryParam<DefId>` for `OwnerId`

use `OwnerId` for more queries

change the type of `ParentOwnerIterator::Item` to `(OwnerId, OwnerNode)`
2022-09-24 23:21:19 +09:00
..
empty_loop.rs Merge commit '97a5daa659' into clippyup 2022-01-13 13:18:19 +01:00
explicit_counter_loop.rs Merge commit 'fdb84cbfd2' into clippyup 2022-07-18 09:39:37 +02:00
explicit_into_iter_loop.rs remove TyS::same_type 2022-02-01 11:21:26 +01:00
explicit_iter_loop.rs remove TyS::same_type 2022-02-01 11:21:26 +01:00
for_kv_map.rs Make diangostic item names consistent 2021-10-02 19:38:19 -05:00
for_loops_over_fallibles.rs Merge commit 'd7b5cbf065' into clippyup 2022-06-16 17:39:06 +02:00
iter_next_loop.rs fix(clippy): update loop lints to use arg.span 2021-09-06 23:30:04 -07:00
manual_find.rs clippy: BindingAnnotation change 2022-09-02 13:03:11 -05:00
manual_flatten.rs Merge commit 'fdb84cbfd2' into clippyup 2022-07-18 09:39:37 +02:00
manual_memcpy.rs separate the receiver from arguments in HIR under /clippy 2022-09-05 22:25:57 +09:00
missing_spin_loop.rs separate the receiver from arguments in HIR under /clippy 2022-09-05 22:25:57 +09:00
mod.rs separate the receiver from arguments in HIR under /clippy 2022-09-05 22:25:57 +09:00
mut_range_bound.rs separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
needless_collect.rs separate the receiver from arguments in HIR under /clippy 2022-09-05 22:25:57 +09:00
needless_range_loop.rs Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00
never_loop.rs separate the receiver from arguments in HIR under /clippy 2022-09-05 22:25:57 +09:00
same_item_push.rs Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot 2022-09-06 03:16:29 +00:00
single_element_loop.rs separate the receiver from arguments in HIR under /clippy 2022-09-05 22:25:57 +09:00
utils.rs move else block into the Local struct 2022-07-11 23:20:37 +02:00
while_immutable_condition.rs Remember mutability in DefKind::Static. 2022-03-29 18:50:52 +02:00
while_let_loop.rs separate the receiver from arguments in HIR under /clippy 2022-09-05 22:25:57 +09:00
while_let_on_iterator.rs Merge commit 'b52fb5234c' into clippyup 2022-09-09 13:36:26 +02:00