about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-11-11Fix breakage due to rust-lang/rust#65324Michael Wright-1/+3
2019-11-10Really fix `to_digit_is_some` documentationMichael Wright-1/+1
2019-11-10Fix `to_digit_is_some` documentationMichael Wright-6/+8
2019-11-10Fix `to_digit_is_some` dogfood errorsMichael Wright-3/+3
2019-11-10Add `to_digit_is_some` lintMichael Wright-0/+97
2019-11-09Rustup to rustc 1.40.0-nightly (ac162c6ab 2019-11-09)Manish Goregaokar-0/+1
2019-11-08Auto merge of #4776 - mikerite:fix-4727, r=flip1995bors-19/+21
2019-11-08dogfoodHMPerson1-2/+2
2019-11-08Rustup rust-lang/rust#66188HMPerson1-22/+22
2019-11-08Merge branch 'master' into fix-4727Michael Wright-173/+218
2019-11-08remove unused warningsLzu Tao-2/+2
2019-11-08rustup https://github.com/rust-lang/rust/pull/65916Lzu Tao-4/+5
2019-11-07Auto merge of #4697 - Licenser:no-exit, r=flip1995bors-0/+52
2019-11-07Auto merge of #4758 - mikerite:dec_lit_20191031, r=flip1995bors-6/+1
2019-11-07Auto merge of #4757 - evanjs:issue/4748, r=phanschbors-62/+61
2019-11-07Update clippy_lints/src/lib.rsHeinz N. Gies-1/+1
2019-11-07Update clippy_lints/src/lib.rsHeinz N. Gies-1/+1
2019-11-07Simplify dentry point detectionHeinz N. Gies-22/+7
2019-11-07Improve function checkingHeinz N. Gies-3/+4
2019-11-07Exclude main from exit lintHeinz N. Gies-4/+25
2019-11-07Update lintsHeinz N. Gies-0/+1
2019-11-07Add lint for exitHeinz N. Gies-0/+44
2019-11-07Deprecate `into_iter_on_array` lintflip1995-44/+17
2019-11-07Rustup to rust-lang/rust#65884flip1995-22/+30
2019-11-07Rustup to rustc 1.40.0-nightly (7a76fe76f 2019-11-07)Manish Goregaokar-14/+27
2019-11-07use-self: correctly ignore dummy pathsMichael Wright-19/+21
2019-11-06Fix ICE #4775flip1995-1/+7
2019-11-06Auto merge of #4772 - HMPerson1:tastier_ice_cream, r=flip1995bors-9/+13
2019-11-06rustup rust-lang/rust#65776Lzu Tao-12/+12
2019-11-06Fix crash in `use-self` lintMichael Wright-1/+1
2019-11-05chore: remove unnecessary parentheses around typeLzu Tao-2/+2
2019-11-04Use correct TypeckTables when hashing bodiesHMPerson1-9/+13
2019-11-02deprecated_lints: re-fix ASSIGN_OPS lint doc-commentEvan Stoll-5/+5
2019-11-02deprecated_lints: align doc comment indents with `pub LINT_NAME`Evan Stoll-56/+56
2019-11-02deprecated_lints: remove extraneous `declare_deprecated_lint`Evan Stoll-1/+0
2019-10-31`DecimalLiteralRepresentation` simplificationMichael Wright-6/+1
2019-10-30Fix #4748 - Deprecated lints don't expandEvan Stoll-13/+13
2019-10-29Simplify approx const truncation checkMichael Wright-7/+4
2019-10-28rustup https://github.com/rust-lang/rust/pull/65792/Matthias Krüger-6/+3
2019-10-26Move manual_mul_add into nurseryflip1995-4/+5
2019-10-24Auto merge of #4721 - phansch:fix_try_err_in_ext_macro, r=flip1995bors-1/+2
2019-10-24Fix dogfood findingsflip1995-25/+25
2019-10-24Fix lint_without_lint_pass lintflip1995-21/+19
2019-10-24Fix testsflip1995-4/+3
2019-10-24Run ./util/dev fmtflip1995-4/+4
2019-10-24Rustup to rust-lang/rust#65657flip1995-3/+3
2019-10-24Update clippy for latest rustc changesMark Rousskov-796/+1124
2019-10-24Don't emit try_err lint in external macrosPhilipp Hansch-1/+2
2019-10-23Auto merge of #4680 - hellow554:debug_assert_mut_call, r=flip1995bors-0/+159
2019-10-23Auto merge of #4691 - HMPerson1:suggest_iter, r=phanschbors-18/+59