Morten Lohne
|
1d61fc1b0a
|
Rename 'impossible_double_const_comparisons' -> 'impossible_comparisons' and 'ineffective_double_const_comparisons' -> 'redundant_comparisons', after discussion on Zulip
|
2023-08-05 21:28:08 +02:00 |
|
Morten Lohne
|
046d3df35e
|
New lints: impossible_double_const_comparisons and ineffective_double_const_comparisons
|
2023-08-05 21:28:08 +02:00 |
|
Oli Scherer
|
def1705a27
|
Update to a compiletest-rs version that requires //@ for commands
|
2023-04-20 14:44:03 +00:00 |
|
Alex Macleod
|
461e219d1d
|
Allow using clippy::msrv as an outer attribute
|
2022-11-27 12:43:17 +00:00 |
|
Alex Macleod
|
815876d93f
|
Move MSRV tests into the lint specific test files
|
2022-10-21 21:35:39 +00:00 |
|
Evan Typanski
|
257f09776a
|
Fix issue with mismatched parens in suggestion
|
2022-05-24 14:57:49 -04:00 |
|
Evan Typanski
|
78f7e3745f
|
Fix manual_range_contains with equal precedence
|
2022-05-24 11:50:12 -04:00 |
|
Ariel Uy
|
d10296910f
|
Support negative ints in manual_range_contains
Fixes issue where ranges containing ints with different signs would be
incorrect due to comparing as unsigned.
|
2022-04-29 19:11:00 -07:00 |
|
Takayuki Nakata
|
26c61c7e49
|
Fix FP of manual_range_contains in const fn
|
2020-12-11 23:07:52 +09:00 |
|
Takayuki Nakata
|
5f64867e1d
|
Fix suggestion in manual_range_contains when using float
|
2020-11-11 22:44:48 +09:00 |
|
Andre Bogus
|
c693de350a
|
New lint: manual-range-contains
|
2020-10-22 08:45:21 +02:00 |
|