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
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
2019-03-05
move lint documentation into macro invocations
Andy Russell
-31
/
+31
2019-02-26
Auto merge of #3817 - rust-lang:fix-bool_comparison-on-non-bool, r=oli-obk
bors
-20
/
+20
2019-02-25
Fix `bool_comparison` with non-`bool` expressions
mcarton
-20
/
+20
2019-02-24
HirIdify some lints
ljedrz
-2
/
+2
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+8
2019-01-22
Added "make_return" and "blockify" convenience methods in Sugg and used them ...
Grzegorz Bartoszek
-8
/
+6
2019-01-21
Auto merge of #3680 - g-bartoszek:needless-bool-else-if-brackets, r=oli-obk
bors
-1
/
+18
2019-01-21
formatting fix
Grzegorz Bartoszek
-1
/
+0
2019-01-21
Update clippy_lints/src/needless_bool.rs
Oliver Scherer
-1
/
+1
2019-01-21
formatting fix
Grzegorz Bartoszek
-1
/
+1
2019-01-20
needless bool lint suggestion is wrapped in brackets if it is an "else" claus...
Grzegorz Bartoszek
-1
/
+19
2019-01-20
Fixed breakage due to rust-lang/rust#57489
Michael Wright
-1
/
+1
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-6
/
+6
2018-12-17
Changes lint sugg to bitwise and operator `&`
Lucas Lois
-2
/
+2
2018-12-16
Implements lint for order comparisons against bool
Lucas Lois
-24
/
+80
2018-12-03
Adds inequality cases to bool comparison lint
Lucas Lois
-64
/
+66
2018-11-27
Fix some formatting issues
flip1995
-4
/
+3
2018-11-27
Run rustfmt on clippy_lints
flip1995
-17
/
+31
2018-11-27
Add applicability level to (nearly) every span_lint_and_sugg function
flip1995
-13
/
+15
2018-11-27
Add Applicability::Unspecified to span_lint_and_sugg functions
flip1995
-2
/
+8
2018-11-02
clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.
Matthias Krüger
-1
/
+3
2018-10-29
Fix #3335 rev2: bool_comparison triggers 3 times on same code
Giorgio Gambino
-50
/
+51
2018-10-28
Fix #3335: bool_comparison triggers 3 times on same code
Giorgio Gambino
-49
/
+51
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
-5
/
+5
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
[next]