Michael Goulet
1539eb8c03
Don't check for late-bound vars, check for escaping bound vars
2023-11-12 12:15:30 -08:00
Michael Goulet
661e91be57
Add test
2023-11-12 12:14:41 -08:00
y21
294df80e2c
[unused_enumerate_index
]: don't ICE on empty tuples
2023-11-03 21:13:51 +01:00
Oli Scherer
d9259fdedd
s/generator/coroutine/
2023-10-20 21:14:01 +00:00
Michael Goulet
70b8d15a85
Extend impl's def_span to include where clauses
2023-10-09 11:47:02 +00:00
Michael Goulet
c5c6d703de
Point to closure return instead of output if defaulted
2023-10-04 21:09:54 +00:00
Michael Goulet
56794fa5f1
Fix clippy
2023-10-04 21:09:54 +00:00
Michael Goulet
2c525fd758
Point to full async fn for future
2023-10-03 02:25:32 +00:00
Ralf Jung
1fac304bf5
adjust how closure/generator types and rvalues are printed
2023-09-21 22:20:58 +02:00
Philipp Krones
471469d30f
Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup
2023-09-12 18:44:06 +02:00
Urgau
a86e758228
Adjust clippy tests with new rustc help suggestion for lints
2023-09-04 14:22:02 +02:00
Philipp Krones
cc61aeea54
Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup
2023-08-24 21:32:12 +02:00
bors
d068043891
Auto merge of #11070 - y21:issue11065, r=flip1995
...
[`useless_conversion`]: only lint on paths to fn items and fix FP in macro
Fixes #11065 (which is actually two issues: an ICE and a false positive)
It now makes sure that the function call path points to a function-like item (and not e.g. a `const` like in the linked issue), so that calling `TyCtxt::fn_sig` later in the lint does not ICE (fixes https://github.com/rust-lang/rust-clippy/issues/11065#issuecomment-1616836099 ).
It *also* makes sure that the expression is not part of a macro call (fixes https://github.com/rust-lang/rust-clippy/issues/11065#issuecomment-1616919639 ). ~~I'm not sure if there's a better way to check this other than to walk the parent expr chain and see if any of them are expansions.~~ (edit: it doesn't do this anymore)
changelog: [`useless_conversion`]: fix ICE when call receiver is a non-fn item
changelog: [`useless_conversion`]: don't lint if argument is a macro argument (fixes a FP)
r? `@llogiq` (reviewed #10814 , which introduced these issues)
2023-08-17 18:06:36 +02:00
Philipp Krones
d6d530fd0b
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
2023-07-17 10:22:32 +02:00
Mahdi Dibaiee
fdb2e363d3
refactor(rustc_middle): Substs -> GenericArg
2023-07-14 13:27:35 +01:00
Philipp Krones
cb3ecf7b79
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
2023-07-02 14:59:02 +02:00
Oli Scherer
7bd8ab77e5
Make simd_shuffle_indices use valtrees
2023-06-26 09:34:52 +00:00
yukang
23d7a07e86
Do not offer any of the suggestions in emit_coerce_suggestions for expr from destructuring assignment desugaring
2023-06-25 09:26:17 +08:00
Urgau
edb3266b91
Drop uplifted clippy:cmp_nan
2023-06-10 11:13:01 +02:00
Philipp Krones
e6dc0efc00
Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup
2023-06-02 11:41:57 +02:00
Philipp Krones
7e9abb311d
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
2023-05-05 17:45:49 +02:00
Philipp Krones
a1b75c5108
Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyup
2023-04-23 13:28:56 +02:00
Matthias Krüger
1dfc231b10
clippy: add test for https://github.com/rust-lang/rust-clippy/issues/10645
2023-04-18 18:46:41 +00:00
Esteban Küber
4680aa2fd0
Special-case item attributes in the suggestion output
2023-04-12 22:50:10 +00:00
Esteban Küber
7a0fb902bc
Tweak output for 'add line' suggestion
2023-04-12 22:50:10 +00:00
Jamen Marz
28b80059ed
Add notes to non-structural const in pattern error message
2023-03-27 11:08:11 -04:00
Philipp Krones
8df896c076
Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup
2023-03-24 14:26:19 +01:00
Philipp Krones
cf8a67d9ad
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
2023-03-10 10:53:50 +01:00
Alex Macleod
64b54ef950
Fix array-size-threshold config deserialization error
2023-03-02 21:42:11 +01:00
Jason Newcomb
0413fb35ba
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
2023-02-25 19:28:50 -05:00
Philipp Krones
e7fe1f9c14
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
2023-02-10 14:01:19 +01:00
Michael Goulet
2253646395
Don't suggest dyn as parameter to add
2023-01-12 22:04:30 +00:00
Albert Larsan
5f8686ec3b
Change src/test
to tests
in source files, fix tidy and tests
2023-01-11 09:32:13 +00:00
Philipp Krones
4ccafea92d
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
2022-12-29 14:28:34 +01:00
Philipp Krones
46c5a5d234
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
2022-11-21 20:51:52 +01:00
yukang
84c3a959a7
bless clippy
2022-11-09 19:23:23 +08:00
flip1995
cd0bb7de01
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
2022-10-23 15:18:45 +02:00
Ralf Jung
e91746ed82
make const_err a hard error
2022-10-07 18:08:49 +02:00
Philipp Krones
d75b25faab
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
2022-10-06 09:44:38 +02:00
Maybe Waffle
8dfbad9e49
bless clippy
2022-10-01 10:03:06 +00:00
Nilstrieb
334f4535bd
Stabilize const BTree{Map,Set}::new
...
Since `len` and `is_empty` are not const stable yet, this also
creates a new feature for them since they previously used the same
`const_btree_new` feature.
2022-09-23 20:55:37 +02:00
David Koloski
4d015293d1
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
2022-09-21 13:13:27 -04:00
Philipp Krones
98bf99e2f8
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
2022-09-09 13:36:26 +02:00
Philipp Krones
dc29cfb8d5
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
2022-08-11 19:42:16 +02:00
Philipp Krones
67c405cc1d
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
2022-07-28 19:08:22 +02:00
Michael Goulet
632f9945d6
Do not resolve associated const when there is no provided value
2022-07-22 18:58:07 +00:00
Philipp Krones
7d4daaa8fa
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
2022-07-18 09:39:37 +02:00
Camille GILLOT
347d999b97
Shorten span for closures.
2022-07-07 09:27:42 +02:00
Takayuki Maeda
e34ee2484b
fix miri-opt tests
2022-07-06 19:09:50 +09:00
Camille GILLOT
d5e33d3ded
Shorten def_span for more items.
2022-07-01 17:39:19 +02:00