Jason Newcomb
66bb7263b5
Don't lint ptr_arg
for &mut _
types in trait items
2022-01-29 12:03:54 -05:00
Samuel E. Moelius III
e7922f745d
Format if_chain
invocations in clippy_utils
2022-01-29 10:50:18 -05:00
Gary Guo
bee482b44c
Change index_refutable_slice to use FxIndexMap
...
This will prevent unstable order when HirIds are pertubated.
2022-01-29 13:52:19 +00:00
Gary Guo
4119f60c1f
Create core::fmt::ArgumentV1
with generics instead of fn pointer
2022-01-29 13:52:19 +00:00
bors
7ceffdee9b
Auto merge of #8289 - jubnzv:unspecified-layout-union, r=camsteffen
...
Add `default_union_representation` lint
Closes #8235
changelog: Added a new lint [`default_union_representation`]
2022-01-29 10:58:16 +00:00
Georgy Komarov
b7000b2a53
Add default_union_representation
lint
...
Closes #8235
2022-01-29 07:02:28 +03:00
Cameron Steffen
bd583d91a1
Factor out is_qpath_def_path
2022-01-28 16:05:39 -06:00
Cameron Steffen
ece7fa4f9c
Factor out match_any_diagnostic_items
2022-01-28 16:05:35 -06:00
Cameron Steffen
3771fe4ade
Factor out expr_path_res
2022-01-28 16:04:30 -06:00
Cameron Steffen
98c6381a38
Factor out single_segment_path
2022-01-28 16:02:43 -06:00
Cameron Steffen
deadc25588
Factor out differing_macro_contexts
2022-01-28 16:02:40 -06:00
Cameron Steffen
66a83d33ea
Factor out some ty param utils
2022-01-28 15:45:41 -06:00
Cameron Steffen
145d7fc529
Factor out get_qpath_generics
2022-01-28 15:45:41 -06:00
Cameron Steffen
20781f195d
Rename qpath_generic_tys
2022-01-28 15:45:41 -06:00
Cameron Steffen
bea09a2329
Add path_def_id util
2022-01-28 15:45:41 -06:00
Cameron Steffen
cc975929c5
Rename path_to_res to def_path_res
2022-01-28 15:45:41 -06:00
bors
8d5d9e0103
Auto merge of #8250 - pr2502:fix_repeat_underflow, r=giraffate
...
Fix underflow in `manual_split_once` lint
Hi, a friend found clippy started crashing on a suspiciously large allocation of `u64::MAX` memory on their code.
The mostly minimized repro is:
```rust
fn _f01(title: &str) -> Option<()> {
let _ = title[1..].splitn(2, '[').next()?;
Some(())
}
```
The underflow happens in this case on line 57 of the patch but I've changed the other substraction to saturating as well since it could potentially cause the same issue.
I'm not sure where to put a regression test, or if it's even worth for such a thing.
Aside, has it been considered before to build clippy with overflow checks enabled?
changelog: fix ICE of underflow in `manual_split_once` lint
2022-01-28 13:31:51 +00:00
bors
fb94992c39
Auto merge of #8354 - dswij:8345, r=giraffate
...
Update docs for `map_flatten` on `Option` case
closes #8345
changelog: [`map_flatten`] Add docs info for `Option` case
2022-01-28 05:11:09 +00:00
dswij
515ed80b9d
Update docs for map_flatten
on Option
2022-01-28 12:00:30 +08:00
max
23fd95a5e9
fix underflow in check_manual_split_once
lint
2022-01-27 17:54:40 +01:00
flip1995
bf66aeda0a
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
2022-01-27 15:12:45 +01:00
bors
a98e7ab8b9
Auto merge of #8359 - flip1995:rustup, r=flip1995
...
Rustup
r? `@ghost`
changelog: none
2022-01-27 13:48:23 +00:00
flip1995
b96e76869d
Bump nightly version -> 2022-01-27
2022-01-27 14:23:42 +01:00
flip1995
d037b28025
Merge remote-tracking branch 'upstream/master' into rustup
2022-01-27 14:23:31 +01:00
bors
ea4db3a6c6
Auto merge of #8350 - dswij:8331, r=Manishearth
...
fix bad suggestion on `numeric_literal`
closes #8331
changelog: [`numeric_literal`] fix suggestion not showing sign
2022-01-26 19:19:28 +00:00
Georgy Komarov
a8fdf5ca8a
matches: Remove extra comment
2022-01-26 19:50:27 +03:00
Georgy Komarov
467a0bfdea
matches: Restore match_type
logic; add tests for these cases
2022-01-26 18:20:35 +03:00
Georgy Komarov
81015870df
matches: Improve naming. NFC.
2022-01-26 18:02:32 +03:00
Georgy Komarov
4aee3b1f1e
matches: Clarify the behavior of exhaustive check
2022-01-26 14:46:48 +03:00
Georgy Komarov
5416a71dae
Merge remote-tracking branch 'origin/master' into 8282-single-match
2022-01-26 14:16:15 +03:00
Dharma Saputra Wijaya
0d7273fef6
fix bad suggestion on numeric_literal
2022-01-26 15:02:13 +08:00
bors
02516c47ab
Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot
...
Store a `Symbol` instead of an `Ident` in `AssocItem`
This is the same idea as #92533 , but for `AssocItem` instead
of `VariantDef`/`FieldDef`.
With this change, we no longer have any uses of
`#[stable_hasher(project(...))]`
2022-01-25 18:53:45 +00:00
flip1995
64f5b3611e
Update Changelog
2022-01-25 16:59:31 +01:00
bors
a26c412e28
Auto merge of #8343 - robjtede:patch-1, r=giraffate
...
Autofocus search input
changelog: autofocus filter input on Clippy Lints page
2022-01-25 13:08:10 +00:00
Rob Ede
a8e1352d78
Autofocus search input
2022-01-25 00:15:11 +00:00
bors
60d3597cd2
Auto merge of #8315 - dswij:8306, r=giraffate
...
`trait_duplication_in_bounds` checks path segments for trait items
closes #8306
changelog: [`trait_duplication_in_bounds`] Fix FP when path segments exists for trait items
2022-01-24 00:03:40 +00:00
bors
d976d8ad87
Auto merge of #8311 - dswij:8277, r=llogiq
...
fix `needless_question_mark` not considering async fn
closes #8277
changelog: [`needless_question_mark`] Fix FN on async functions
2022-01-23 12:59:52 +00:00
dswij
a05276620c
fix needless_question_mark
not considering async fn
2022-01-23 20:31:27 +08:00
Vadim Petrochenkov
aee89cdff1
Update clippy
2022-01-23 19:31:32 +08:00
Vadim Petrochenkov
245d559a90
rustc_lint: Reuse the set of registered tools from resolver
2022-01-23 18:51:51 +08:00
bors
788a8bc740
Auto merge of #8217 - Jarcho:needless_borrow_8191, r=camsteffen
...
Fix `needless_borrow` causing mutable borrows to be moved
fixes #8191
changelog: Fix `needless_borrow` causing mutable borrows to be moved
changelog: Rename `ref_in_deref` to `needless_borrow`
changelog: Suggest removing the borrow on method call receivers in `needless_borrow`
2022-01-23 03:01:39 +00:00
Jason Newcomb
c61514086d
Subsume ref_in_deref
into needless_borrow
2022-01-22 21:22:33 -05:00
Jason Newcomb
9e9110e4f3
Remove final reference on fields and method calls in needless_borrow
2022-01-22 20:35:32 -05:00
bors
1e546c5d79
Auto merge of #8278 - Alexendoo:needless-lifetime-explicit-self-ty, r=xFrednet
...
`needless_lifetimes`: ignore lifetimes in explicit self types
changelog: false positive fix: [`needless_lifetimes`] no longer lints lifetimes in explicit self types
They're not currently elidable (https://github.com/rust-lang/rust/issues/69064 )
Fixes #7296
2022-01-22 13:00:39 +00:00
Alex Macleod
9ef6e2199c
needless_lifetimes
: ignore lifetimes in explicit self types
2022-01-22 12:27:57 +00:00
bors
acfc161fa6
Auto merge of #8332 - Jarcho:clear_test_results, r=camsteffen
...
Don't bless outdated files on windows
changelog: None
2022-01-22 04:49:41 +00:00
Jason Newcomb
7ed29c0051
Don't bless outdated files on windows
2022-01-21 23:13:09 -05:00
bors
4992548f28
Auto merge of #8271 - Jarcho:ptr_arg_214, r=flip1995
...
Check usages in `ptr_arg`
fixes #214
fixes #1981
fixes #3381
fixes #6406
fixes #6964
This does not take into account the return type of the function currently, so `(&Vec<_>) -> &Vec<_>` functions may still be false positives.
The name given for the type also has to match the real type name, so `type Foo = Vec<u32>` won't trigger the lint, but `type Vec = Vec<u32>` will. I'm not sure if this is the best way to handle this, or if a note about the actual type should be added instead.
changelog: Check if the argument is used in a way which requires the original type in `ptr_arg`
changelog: Lint mutable references in `ptr_arg`
2022-01-21 15:43:57 +00:00
Jason Newcomb
15c068ed0f
Fix needless_borrow
causing mutable borrows to be moved
2022-01-21 09:50:11 -05:00
Jason Newcomb
048297b5b2
ptr_arg
cleanup
2022-01-21 09:43:41 -05:00