index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
precedence.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-30
New lint: `precedence_bits`, with recent additions to `precedence`
Samuel Tardieu
-21
/
+47
2025-01-23
clarify message for non-obvious precedence
Jacob Pratt
-1
/
+1
2024-11-28
Extend `precedence` for bitmasking and shift
Natsume-Neko
-15
/
+18
2024-07-11
Remove unary neg from `clippy::precedence` lint
Urgau
-55
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-28
Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`.
Nicholas Nethercote
-3
/
+3
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-20
/
+17
2022-11-17
Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...
Nicholas Nethercote
-4
/
+4
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-2
/
+3
2022-08-10
Do not consider method call receiver as an argument in AST.
Camille GILLOT
-2
/
+2
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+2
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-29
/
+30
2020-07-14
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
flip1995
-8
/
+2
2020-07-10
Avoid "whitelist"
Tamir Duberstein
-2
/
+2
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-1
/
+1
2020-04-17
Integrate more idiomatic rust changes.
logan-dev-oss
-4
/
+6
2020-04-17
Fix issue #4892.
logan-dev-oss
-1
/
+23
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-3
/
+3
2020-02-21
Fix fallout
flip1995
-3
/
+3
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-07
Rustup to rust-lang/rust#65884
flip1995
-1
/
+1
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-0
/
+2
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-6
/
+6
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-2
/
+2
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-2
/
+2
2019-04-17
Use lint pass macros
Matthew Kraai
-13
/
+2
2019-03-05
move lint documentation into macro invocations
Andy Russell
-17
/
+17
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-7
/
+7
2018-11-27
Run rustfmt on clippy_lints
flip1995
-2
/
+4
2018-11-27
Add applicability level to (nearly) every span_lint_and_sugg function
flip1995
-14
/
+16
2018-11-27
Add Applicability::Unspecified to span_lint_and_sugg functions
flip1995
-0
/
+3
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-6
/
+6
2018-08-29
Switch to declare_tool_lint macro
flip1995
-1
/
+1
2018-08-28
Update imports and rustup
Oliver Schneider
-1
/
+1
2018-08-19
codemap -> source_map
Manish Goregaokar
-1
/
+1
2018-07-23
Rustup
Oliver Schneider
-1
/
+1
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-05-30
Run rustfix
Mateusz Mikuła
-1
/
+1
2018-03-28
Categorize all the lints!
Oliver Schneider
-2
/
+2
2018-01-16
Add macro check to precedence lint
flip1995
-1
/
+5
2017-09-05
Run nightly rustfmt
Oliver Schneider
-4
/
+2
2017-08-14
Rustfmt
Oliver Schneider
-27
/
+39
[next]