about summary refs log tree commit diff
path: root/clippy_lints/src/methods/obfuscated_if_else.rs
AgeCommit message (Expand)AuthorLines
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-0/+12
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-1/+1
2025-02-09Fix `obfuscated_if_else` suggestion on left side of a binary exprSamuel Tardieu-0/+12
2025-01-28Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...Philipp Krones-9/+22
2025-01-26change the applicability of `obfuscated_if_else` depending on whether the ori...lapla-cogito-1/+7
2025-01-25trigger `obfuscated_if_else` for `.then(..).unwrap_or(..)`lapla-cogito-8/+15
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-1/+2
2023-07-13Add `imports_granularity = "Module"` to rustfmt.tomlAlex Macleod-1/+2
2023-04-23Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyupPhilipp Krones-2/+0
2023-04-20Update to a compiletest-rs version that requires `//@` for commandsOli Scherer-2/+0
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-0/+42
2022-07-17Add new lint `obfuscated_if_else`Ariel Uy-0/+42