about summary refs log tree commit diff
path: root/clippy_lints/src/precedence.rs
AgeCommit message (Expand)AuthorLines
2025-01-30New lint: `precedence_bits`, with recent additions to `precedence`Samuel Tardieu-21/+47
2025-01-23clarify message for non-obvious precedenceJacob Pratt-1/+1
2024-11-28Extend `precedence` for bitmasking and shiftNatsume-Neko-15/+18
2024-07-11Remove unary neg from `clippy::precedence` lintUrgau-55/+1
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-28Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`.Nicholas Nethercote-3/+3
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-20/+17
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-4/+4
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-2/+3
2022-08-10Do not consider method call receiver as an argument in AST.Camille GILLOT-2/+2
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-5/+5
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+2
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-29/+30
2020-07-14Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyupflip1995-8/+2
2020-07-10Avoid "whitelist"Tamir Duberstein-2/+2
2020-06-10Update Clippy for MethodCall changesAaron Hill-1/+1
2020-04-17Integrate more idiomatic rust changes.logan-dev-oss-4/+6
2020-04-17Fix issue #4892.logan-dev-oss-1/+23
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-3/+3
2020-02-21Fix falloutflip1995-3/+3
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-07Rustup to rust-lang/rust#65884flip1995-1/+1
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-6/+6
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-2/+2
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-2/+2
2019-04-17Use lint pass macrosMatthew Kraai-13/+2
2019-03-05move lint documentation into macro invocationsAndy Russell-17/+17
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-7/+7
2018-11-27Run rustfmt on clippy_lintsflip1995-2/+4
2018-11-27Add applicability level to (nearly) every span_lint_and_sugg functionflip1995-14/+16
2018-11-27Add Applicability::Unspecified to span_lint_and_sugg functionsflip1995-0/+3
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-6/+6
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-08-19codemap -> source_mapManish Goregaokar-1/+1
2018-07-23RustupOliver Schneider-1/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2018-01-16Add macro check to precedence lintflip1995-1/+5
2017-09-05Run nightly rustfmtOliver Schneider-4/+2
2017-08-14RustfmtOliver Schneider-27/+39