Aidan Olsen
|
c3a71ede7c
|
Emit warnings on unused parens/braces in index expressions
|
2023-02-02 12:46:31 -07:00 |
|
Esteban Küber
|
62ba3e70a1
|
Modify primary span label for E0308
The previous output was unintuitive to users.
|
2023-01-30 20:12:19 +00:00 |
|
Camille GILLOT
|
0e52a671d4
|
Bless tests.
|
2023-01-27 20:10:17 +00:00 |
|
Camille GILLOT
|
9259da51ed
|
Test the 3 generator handling versions for generator/async tests.
|
2023-01-27 18:58:13 +00:00 |
|
Aaron Hill
|
dc8876196b
|
Add SEMICOLON_IN_EXPRESSIONS_FROM_MACROS to future-incompat report
|
2023-01-21 14:38:25 -06:00 |
|
--global
|
734f375019
|
Change bindings_with_variant_name to deny-by-default
|
2023-01-20 02:26:12 -05:00 |
|
Dylan DPC
|
f91f369949
|
Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr
Fix unused_parens issue for higher ranked function pointers
fixes #105061
r? `@lcnr`
|
2023-01-17 20:33:03 +05:30 |
|
yukang
|
9d74bb832f
|
comments feedback
|
2023-01-16 20:44:14 +08:00 |
|
clubby789
|
295f5483fe
|
Fix regression in unused_braces with macros
|
2023-01-15 05:08:30 +00:00 |
|
yukang
|
644ee8d250
|
add test case for issue 105601
|
2023-01-14 17:11:05 +08:00 |
|
yukang
|
7d99866bfc
|
fix #105061, Fix unused_parens issue for higher ranked function pointers
|
2023-01-14 17:11:04 +08:00 |
|
Matthias Krüger
|
c6e3a47843
|
Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors
When suggesting writing a fully qualified path probe for appropriate types
Address the more common part of #46585.
|
2023-01-13 19:16:42 +01:00 |
|
Arthur Carcano
|
797f247997
|
Mark ZST as FFI-safe if all its fields are PhantomData
Modify the linting behavior and add the corresponding
regression test
|
2023-01-12 12:21:35 +01:00 |
|
Esteban Küber
|
12ddf77811
|
When suggesting writing a fully qualified path probe for appropriate types
Fix #46585.
|
2023-01-11 21:30:10 +00:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|