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
/
needless_bool.rs
Age
Commit message (
Expand
)
Author
Lines
2021-12-25
refactor ```Sugg::BinOp```
hotate29
-6
/
+6
2021-12-06
Simplify needless_bool
Cameron Steffen
-44
/
+19
2021-12-06
Parenthesize blocks in `needless_bool` suggestion
Andre Bogus
-2
/
+36
2021-11-10
Added `clippy::version` attribute to all normal lints
xFrednet
-0
/
+2
2021-10-04
Implement equatable if let lint
hkalbasi
-1
/
+1
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-4
/
+10
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-9
/
+12
2021-07-15
Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup
flip1995
-0
/
+3
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-9
/
+9
2021-04-22
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
flip1995
-2
/
+2
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-9
/
+9
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-2
/
+4
2021-02-09
Rename HIR UnOp variants
Ömer Sinan Ağacan
-1
/
+1
2021-01-15
Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup
flip1995
-3
/
+1
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-2
/
+2
2020-12-06
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
flip1995
-8
/
+3
2020-10-28
Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup
Eduardo Broto
-2
/
+14
2020-08-11
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
flip1995
-1
/
+1
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-1
/
+4
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-6
/
+6
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-1
/
+1
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-2
/
+1
2020-03-30
Update clippy_lints/src/needless_bool.rs
Jane Lusby
-1
/
+1
2020-03-23
Code clean-up and formatting
mgr-inz-rafal
-13
/
+23
2020-03-23
Provide appropriate suggestion
mgr-inz-rafal
-14
/
+31
2020-03-23
Initial lint without suggestion
mgr-inz-rafal
-3
/
+26
2020-03-18
clean up a few lint docs
Matthias Krüger
-1
/
+7
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
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-07
Normalize lint messages
Yuki Okushi
-1
/
+1
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-7
/
+7
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-6
/
+6
2019-09-24
Add a new lint for comparison chains
James Wang
-12
/
+1
2019-08-22
Add examples to some complexity lints
BO41
-0
/
+4
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-2
/
+2
2019-08-05
fmt
Philipp Hansch
-7
/
+3
2019-08-05
Fix needless_bool suggestion with if-else-if-else
Philipp Hansch
-6
/
+8
2019-08-02
Doctests: Fix all complexity lint docs
Philipp Hansch
-2
/
+2
2019-06-25
get_parent_node_by_hir_id -> get_parent_node
Manish Goregaokar
-1
/
+1
2019-06-22
Fix fallout cause NodeId pruning
Lzu Tao
-1
/
+1
2019-06-12
Typos and minor grammar corrections
mgr-inz-rafal
-1
/
+1
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-2
/
+2
2019-05-10
Fix needless_bool.rs
Manish Goregaokar
-3
/
+3
2019-04-17
Use lint pass macros
Matthew Kraai
-25
/
+3
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-2
/
+2
[next]