about summary refs log tree commit diff
path: root/clippy_lints/src/misc.rs
AgeCommit message (Expand)AuthorLines
2020-06-10Update Clippy for MethodCall changesAaron Hill-2/+2
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-13/+37
2020-04-27used_underscore_binding: do not lint on `await` desugaringEduardo Broto-2/+3
2020-04-19Don't trigger toplevel_ref_arg for `for` loopsShotaro Yamada-1/+2
2020-04-17Cleanup: Rename 'db' variable to 'diag'Philipp Hansch-10/+10
2020-04-09Make the epsilon note spanlessMarcin Serwin-4/+2
2020-04-09Split check_fn functionMarcin Serwin-22/+32
2020-04-09Indicate when arrays are compared in error messageMarcin Serwin-3/+18
2020-04-09Make epsilon note spanless when comparing arraysMarcin Serwin-1/+3
2020-04-09Don't show comparison suggestion for arraysMarcin Serwin-10/+16
2020-04-09Allow for const arrays of zerosMarcin Serwin-0/+5
2020-04-09Update field names in is_floatMarcin Serwin-3/+3
2020-04-09Add lint when comparing floats in an arraybriankabiro-2/+8
2020-04-08Fix float cmp to use assoc fxx::EPSILONLinus Färnstrand-1/+1
2020-04-08Fix NAN comparison lint to use assoc NANLinus Färnstrand-3/+2
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-1/+1
2020-03-25Remove dependency on `matches` cratePhilipp Hansch-1/+0
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-1/+1
2020-02-21Fix falloutflip1995-1/+4
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-09Rustup to rust-lang/rust#67979Yuki Okushi-1/+1
2020-01-07Normalize lint messagesYuki Okushi-6/+6
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-3/+3
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-31Rustup to rust-lang/rust#67707Yuki Okushi-1/+1
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-2/+2
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-11/+11
2019-12-24rustup "Add span information to `ExprKind::Assign`"Lzu Tao-1/+3
2019-12-22Add <'_> where necessaryflip1995-1/+1
2019-12-21rustup "Merge `ast::Mutability` and `mir::Mutability`"Lzu Tao-2/+2
2019-12-17Prevent `cmp_nan` when inside constantsKrishna Veera Reddy-16/+20
2019-12-17Detect comparisons with NAN constantsKrishna Veera Reddy-17/+17
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-11MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureByManish Goregaokar-2/+2
2019-10-28rustup https://github.com/rust-lang/rust/pull/65792/Matthias Krüger-1/+1
2019-10-17syntax::ext -> syntax_expandManish Goregaokar-1/+1
2019-10-02Add suggestion for zero-ptr lintLzu Tao-9/+17
2019-09-27Rustup to rust-lang/rust#64813flip1995-17/+17
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-1/+1
2019-09-26Fix macro expansion in toplevel_ref_arg lintLzu Tao-15/+20
2019-09-10New `is_integer_const` to check more const intsAndre Bogus-2/+2
2019-09-05Fix `redundant_pattern` false positiveYuki Okushi-39/+0
2019-08-28Change float_cmp Applicability to `HasPlaceholders`Philipp Hansch-1/+1
2019-08-22Add example to a perf lintBO41-0/+6
2019-08-19Restore en dashesKRAAI, MATTHEW [VISUS]-2/+2
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-5/+5
2019-08-16Use outer_expn_data instead of outer_expn_infoKRAAI, MATTHEW [VISUS]-3/+7
2019-08-03Doctests: Enable running doc tests for restriction lintsPhilipp Hansch-2/+3
2019-08-03Auto merge of #4327 - phansch:doctests_perf, r=flip1995bors-1/+3