about summary refs log tree commit diff
path: root/clippy_lints/src/matches.rs
AgeCommit message (Expand)AuthorLines
2020-02-04Add wild and struct handlingThibsG-29/+59
2020-02-04Use span_lint_and_sugg + move infaillible lintThibsG-20/+110
2020-02-04Add new lint: match with a single binding statementThibsG-4/+56
2020-01-27Rename `span_note_and_lint` to `span_lint_and_note`Yuki Okushi-3/+3
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-2/+2
2020-01-13Extract visitor to utilsThibsG-43/+4
2020-01-13Change note messageThibsG-3/+2
2020-01-13Fix formattingThibsG-6/+7
2020-01-13Better binding name on Err for noteThibsG-26/+36
2020-01-13Match underscore-prefixed variable alsoThibsG-4/+41
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+2
2020-01-11Apply review commentsYuki Okushi-35/+16
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-11Apply review commentsYuki Okushi-15/+42
2020-01-11Rustup to rust-lang/rust#67258Yuki Okushi-10/+12
2020-01-07Span help without suggestionThibsG-32/+6
2020-01-07Change lint name to WILDCARD_IN_OR_PATTERNSThibsG-5/+5
2020-01-07Handle case for non-exhaustive enumsThibsG-10/+35
2020-01-07Change group and use only func callThibsG-2/+2
2020-01-07Remove useless parameters in func callThibsG-2/+2
2020-01-07New lint: pats_with_wild_match_armThibsG-1/+42
2020-01-07Normalize lint messagesYuki Okushi-11/+11
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-2/+2
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-27/+27
2019-12-22Remove trailling .sDaniel Wagner-Hall-2/+2
2019-12-22Update wildcard enum match lint for non_exhaustive enumsDaniel Wagner-Hall-2/+11
2019-12-21rustup "Merge `ast::Mutability` and `mir::Mutability`"Lzu Tao-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-27Add BorrowKind::RefManish Goregaokar-1/+1
2019-11-25Rustup to rust-lang/rust#66671flip1995-1/+1
2019-11-11MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureByManish Goregaokar-1/+1
2019-09-27Rustup to rust-lang/rust#64813flip1995-26/+26
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-6/+6
2019-09-25ignore single-match for or patternsManish Goregaokar-0/+5
2019-09-25arm.pats -> arm.patManish Goregaokar-51/+32
2019-08-25Fix `match_as_ref` bad suggestionMichael Wright-2/+21
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-3/+3
2019-08-16Remove "a" from single_match_else descriptionKRAAI, MATTHEW [VISUS]-2/+2
2019-08-05Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995Philipp Krones-0/+2
2019-08-03Doctests: Enable running doc tests for restriction lintsPhilipp Hansch-0/+2
2019-08-03Doctests: Enable running doc tests for pedantic lintsPhilipp Hansch-2/+8
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-1/+1
2019-05-17Prevent symbocalypseOliver Scherer-14/+13
2019-05-14Rustfmt all the thingsOliver Scherer-1/+1
2019-05-14Use symbols instead of stringsOliver Scherer-13/+14
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-3/+3
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-2/+2
2019-04-17Use lint pass macrosMatthew Kraai-24/+13
2019-04-15Deny rustc internal lintsflip1995-2/+2