about summary refs log tree commit diff
path: root/clippy_lints/src/unconditional_recursion.rs
AgeCommit message (Expand)AuthorLines
2024-07-24Replace local variables signifying "done" or "loop break", use ControlFlow #1...blyxyas-8/+6
2024-07-08Move trait selection error reporting to its own top-level moduleMichael Goulet-1/+1
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-1/+1
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-1/+1
2024-03-22Rename AstConv to HIR ty loweringLeón Orell Valerian Liehr-2/+2
2024-03-21Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...Philipp Krones-15/+41
2024-02-08Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyupPhilipp Krones-39/+47
2024-01-25Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u...Philipp Krones-1/+9
2024-01-18Don't forget that the lifetime on hir types is `'tcx`Oli Scherer-2/+2
2024-01-11Merge commit '26ac6aab023393c94edf42f38f6ad31196009643'Philipp Krones-71/+342
2023-12-28Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-syncPhilipp Krones-0/+134