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
/
misc.rs
Age
Commit message (
Expand
)
Author
Lines
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-2
/
+2
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-13
/
+37
2020-04-27
used_underscore_binding: do not lint on `await` desugaring
Eduardo Broto
-2
/
+3
2020-04-19
Don't trigger toplevel_ref_arg for `for` loops
Shotaro Yamada
-1
/
+2
2020-04-17
Cleanup: Rename 'db' variable to 'diag'
Philipp Hansch
-10
/
+10
2020-04-09
Make the epsilon note spanless
Marcin Serwin
-4
/
+2
2020-04-09
Split check_fn function
Marcin Serwin
-22
/
+32
2020-04-09
Indicate when arrays are compared in error message
Marcin Serwin
-3
/
+18
2020-04-09
Make epsilon note spanless when comparing arrays
Marcin Serwin
-1
/
+3
2020-04-09
Don't show comparison suggestion for arrays
Marcin Serwin
-10
/
+16
2020-04-09
Allow for const arrays of zeros
Marcin Serwin
-0
/
+5
2020-04-09
Update field names in is_float
Marcin Serwin
-3
/
+3
2020-04-09
Add lint when comparing floats in an array
briankabiro
-2
/
+8
2020-04-08
Fix float cmp to use assoc fxx::EPSILON
Linus Färnstrand
-1
/
+1
2020-04-08
Fix NAN comparison lint to use assoc NAN
Linus Färnstrand
-3
/
+2
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-1
/
+1
2020-03-25
Remove dependency on `matches` crate
Philipp Hansch
-1
/
+0
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+4
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-09
Rustup to rust-lang/rust#67979
Yuki Okushi
-1
/
+1
2020-01-07
Normalize lint messages
Yuki Okushi
-6
/
+6
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-3
/
+3
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-31
Rustup to rust-lang/rust#67707
Yuki Okushi
-1
/
+1
2019-12-30
Rustup to rust-lang/rust#66942
Yuki Okushi
-2
/
+2
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-11
/
+11
2019-12-24
rustup "Add span information to `ExprKind::Assign`"
Lzu Tao
-1
/
+3
2019-12-22
Add <'_> where necessary
flip1995
-1
/
+1
2019-12-21
rustup "Merge `ast::Mutability` and `mir::Mutability`"
Lzu Tao
-2
/
+2
2019-12-17
Prevent `cmp_nan` when inside constants
Krishna Veera Reddy
-16
/
+20
2019-12-17
Detect comparisons with NAN constants
Krishna Veera Reddy
-17
/
+17
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-11
MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy
Manish Goregaokar
-2
/
+2
2019-10-28
rustup https://github.com/rust-lang/rust/pull/65792/
Matthias Krüger
-1
/
+1
2019-10-17
syntax::ext -> syntax_expand
Manish Goregaokar
-1
/
+1
2019-10-02
Add suggestion for zero-ptr lint
Lzu Tao
-9
/
+17
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-17
/
+17
2019-09-26
Rustup https://github.com/rust-lang/rust/pull/64513
Lzu Tao
-1
/
+1
2019-09-26
Fix macro expansion in toplevel_ref_arg lint
Lzu Tao
-15
/
+20
2019-09-10
New `is_integer_const` to check more const ints
Andre Bogus
-2
/
+2
2019-09-05
Fix `redundant_pattern` false positive
Yuki Okushi
-39
/
+0
2019-08-28
Change float_cmp Applicability to `HasPlaceholders`
Philipp Hansch
-1
/
+1
2019-08-22
Add example to a perf lint
BO41
-0
/
+6
2019-08-19
Restore en dashes
KRAAI, MATTHEW [VISUS]
-2
/
+2
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-5
/
+5
2019-08-16
Use outer_expn_data instead of outer_expn_info
KRAAI, MATTHEW [VISUS]
-3
/
+7
2019-08-03
Doctests: Enable running doc tests for restriction lints
Philipp Hansch
-2
/
+3
2019-08-03
Auto merge of #4327 - phansch:doctests_perf, r=flip1995
bors
-1
/
+3
[prev]
[next]