xFrednet
|
83af0e5928
|
Update version attribute for 1.77 lints
|
2024-03-18 22:59:52 +01:00 |
|
y21
|
65defdb474
|
[unconditional_recursion]: catch From -> Into -> From
|
2024-03-13 17:22:54 +01:00 |
|
y21
|
42d13f8eb0
|
[unconditional_recursion]: compare by types instead of DefIds
|
2024-01-25 19:43:47 +01:00 |
|
Philipp Krones
|
1534e08250
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2024-01-25 18:39:39 +01:00 |
|
Oli Scherer
|
7a1e7d7df9
|
Don't forget that the lifetime on hir types is 'tcx
|
2024-01-18 16:07:10 +00:00 |
|
Guillaume Gomez
|
c8cd09a8e6
|
Fix false positive in PartialEq check in unconditional_recursion lint
|
2024-01-12 17:37:09 +01:00 |
|
Philipp Krones
|
aa220c7ee7
|
Merge commit '26ac6aab02'
|
2024-01-11 17:27:03 +01:00 |
|
Guillaume Gomez
|
2666f39d3e
|
Detect unconditional recursion between Default trait impl and static methods
|
2024-01-04 17:40:28 +01:00 |
|
Guillaume Gomez
|
d3bde854c4
|
Fix false positive in PartialEq implementation
|
2023-12-31 11:20:49 +01:00 |
|
Guillaume Gomez
|
ab2d1c28d5
|
Extend UNCONDITIONAL_RECURSION to check for ToString implementations
|
2023-12-30 17:11:56 +01:00 |
|
Philipp Krones
|
15b1edb209
|
Merge commit 'ac4c2094a6' into clippy-subtree-sync
|
2023-12-28 19:33:07 +01:00 |
|
Guillaume Gomez
|
1c431f4da9
|
Move check for PartialEq in UNCONDITIONAL_RECURSION lint into its own function
|
2023-12-18 16:36:52 +01:00 |
|
Guillaume Gomez
|
6b444f3092
|
Also check code generated by macros
|
2023-12-16 18:45:24 +01:00 |
|
Guillaume Gomez
|
bd38ff3c9b
|
Add new unconditional_recursion lint
|
2023-12-12 15:37:50 +01:00 |
|