Philipp Krones
|
277303b210
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2024-04-04 19:48:31 +02:00 |
|
Stanislav Tkach
|
e0b6f30397
|
Remove unnecessary dot in the 'unconditional recursion' lint description
|
2024-03-25 17:10:26 +01:00 |
|
León Orell Valerian Liehr
|
75390b9f7f
|
Rename AstConv to HIR ty lowering
This includes updating astconv-related items and a few local variables.
|
2024-03-22 06:31:40 +01:00 |
|
Philipp Krones
|
0e62b18435
|
Merge commit '9d6f41691e' into clippy-subtree-update
|
2024-03-21 22:20:40 +01:00 |
|
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 |
|
Philipp Krones
|
f3b3d23416
|
Merge commit '60cb29c5e4' into clippyup
|
2024-02-08 20:24:42 +01:00 |
|
y21
|
42d13f8eb0
|
[unconditional_recursion]: compare by types instead of DefIds
|
2024-01-25 19:43:47 +01:00 |
|
Philipp Krones
|
798865c593
|
Merge commit '66c29b973b' into clippy-subtree-update
|
2024-01-25 19:17:36 +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 |
|