about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-05-26RustfmtOliver Scherer-5/+3
2019-05-26Rustup to rustc 1.36.0-nightly (2268d9923 2019-05-26)Oliver Scherer-9/+5
2019-05-25Rename "Associated*" to "Assoc*"Andrew Xu-11/+11
2019-05-25Rustup to https://github.com/rust-lang/rust/pull/61026Philipp Hansch-1/+1
2019-05-24tweak `let_and_return` diagnosticAndy Russell-8/+23
2019-05-24rustup https://github.com/rust-lang/rust/pull/60803/Matthias Krüger-3/+1
2019-05-24Rustup to https://github.com/rust-lang/rust/pull/59545Philipp Hansch-2/+3
2019-05-23trivially_copy_pass_by_ref: print size of type and limit in the lint messageMatthias Krüger-2/+2
2019-05-23Rollup merge of #4129 - matthiaskrgr:if_chain, r=phanschPhilipp Hansch-1/+2
2019-05-23Rustup to https://github.com/rust-lang/rust/pull/60965Philipp Hansch-4/+4
2019-05-23update if_chain to 1.0.0Matthias Krüger-1/+2
2019-05-23cargo fmtPhilipp Hansch-3/+1
2019-05-23Rustup to https://github.com/rust-lang/rust/pull/60740Philipp Hansch-8/+8
2019-05-21Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22)Manish Goregaokar-4/+4
2019-05-21Add the common case searchVincent Dal Maso-74/+52
2019-05-21Formatting inside if_chain! macroPhilipp Krones-3/+10
2019-05-20Implement get_last_with_len lintHarrison McCullough-0/+102
2019-05-20Fix tests and make other ascii lints auto-fixableBO41-27/+15
2019-05-20Make non_ascii_literal auto-fixableBO41-2/+12
2019-05-20Improve verbosity of non_ascii_literal lint exampleBO41-1/+5
2019-05-20Auto merge of #4088 - pJunger:check1, r=oli-obkbors-1/+346
2019-05-19Auto merge of #4107 - taiki-e:useless_attribute, r=flip1995bors-4/+5
2019-05-19Auto merge of #4099 - flip1995:ul_4094, r=oli-obkbors-6/+7
2019-05-18Removed symbols again.pJunger-39/+26
2019-05-18Removed unused lifetime.pJunger-1/+1
2019-05-18Changed impl to use symbols.pJunger-31/+45
2019-05-18Added suggestion for conversion with is_ok.pJunger-12/+22
2019-05-18Fixed more lint findings.pJunger-5/+4
2019-05-18Fixed clippy lints in checked_conversions.rs.pJunger-3/+3
2019-05-18Registered lint.pJunger-0/+1
2019-05-18Added lint for TryFrom for checked integer conversion rust-lang#3947.pJunger-0/+334
2019-05-18useless_attribute: Add unreachable_pub to whitelistsTaiki Endo-4/+5
2019-05-18DogfoodOliver Scherer-75/+73
2019-05-18Dogfood and rustfmtOliver Scherer-49/+20
2019-05-17Prevent symbocalypseOliver Scherer-1160/+686
2019-05-16Add known problemsManish Goregaokar-0/+4
2019-05-16Rename to redundant_closure_for_method_callsManish Goregaokar-4/+4
2019-05-16Fix match_same_arms to fail lateVincent Dal Maso-37/+74
2019-05-16Split redundant_closure lintMichael Wright-2/+22
2019-05-15Add macro check for unreadable_literal lintflip1995-6/+7
2019-05-14Fix dogfood errorsflip1995-25/+8
2019-05-14Also hash mem::discriminant in hash_stmtflip1995-0/+2
2019-05-14mem::discriminant trumps manual discriminant hashingOliver Scherer-76/+2
2019-05-14Properly hash enumsOliver Scherer-1/+10
2019-05-14Auto merge of #4084 - mikerite:fix-4019, r=oli-obkbors-13/+52
2019-05-14Rustfmt all the thingsOliver Scherer-208/+241
2019-05-14Clippy dogfoodOliver Scherer-6/+7
2019-05-14Use symbols instead of stringsOliver Scherer-699/+1205
2019-05-13Rustup to rustc 1.36.0-nightly (1764b2972 2019-05-12)Manish Goregaokar-10/+6
2019-05-12Fix comments; minor refactoringMichael Wright-3/+4