about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2017-04-11Remove now useless `allow(unused_lifetimes)` from clippyOliver Schneider-1/+0
2017-04-08Needless continue: This is a complete rewrite of this lint as an early-pass l...Yati Sagade-0/+3
2017-04-07Bump the versionOliver Schneider-0/+1
2017-03-24Merge remote-tracking branch 'origin/master' into 1537-drop_copyOliver Schneider-2/+1
2017-03-21Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19)Enrico Schmitz-1/+0
2017-03-07Don't lint `nan_cmp` and `zero_ptr` in constantsOliver Schneider-1/+1
2017-02-26Merged drop_forget_ref.rs with drop_forget_copy.rs.Tristian Celestin-4/+2
2017-02-25Warn on calls to `std::mem::drop` or `std::mem::forget` with a `Copy` typeTristian Celestin-0/+4
2017-02-22Merge pull request #1561 from Manishearth/zero_ptrOliver Schneider-0/+1
2017-02-21Merge pull request #1556 from sinkuu/take_by_valueOliver Schneider-0/+3
2017-02-21Merge pull request #1544 from bood/masterOliver Schneider-0/+1
2017-02-21New zero_ptr lint.Andre Bogus-0/+1
2017-02-20Rename lint to needless_take_by_valuesinkuu-3/+3
2017-02-19Lint needless take-by-valuesinkuu-0/+3
2017-02-18Merge branch 'master' of github.com:Manishearth/rust-clippyBood Qian-0/+1
2017-02-18Run update_lints.pysinkuu-0/+1
2017-02-18Add `should_assert_eq` lint (fixes #641)sinkuu-0/+2
2017-02-17New never loop lintAndre Bogus-0/+1
2017-02-16Suppress lint for unsuffixed number castsBood Qian-1/+1
2017-02-15Add lint for unnecessary casts (cast to same type)Bood Qian-0/+1
2017-02-13run util/update_lintOliver Schneider-0/+1
2017-02-13Merge remote-tracking branch 'origin/master'Oliver Schneider-0/+2
2017-02-12add notes for immutable inputsAndre Bogus-0/+1
2017-02-11Lint on `Err(_)` arm of a matchBood Qian-0/+1
2017-02-10New mut_from_ref lintAndre Bogus-0/+1
2017-02-07Merge pull request #1506 from bood/masterMartin Carton-0/+1
2017-02-04Run update_lints.pyOwen Sanchez-0/+1
2017-02-04Add empty_enum lint (just a copy of large_enum_variant for now)Owen Sanchez-0/+2
2017-02-04Shorten lint name for possible missing commaBood Qian-1/+1
2017-02-03repeat_str feature has been stablilizedMrmaxmeier-1/+0
2017-02-03Lint for possible missing comma in an array #1177Bood Qian-0/+1
2017-01-31Merge pull request #1492 from Manishearth/largeEnumVariantMartin Carton-0/+3
2017-01-30large_enum_variants lint suggests to box variants above a configurable limitOliver Schneider-0/+3
2017-01-30correctly check exclusive range patterns for overlapOliver Schneider-0/+1
2017-01-26Remove unused import.Tom Prince-1/+0
2017-01-26remove rustc-serialize dependency and factor `util::cargo` out into a crateOliver Schneider-2/+0
2017-01-14deprecate extend_from_slice lintAndre Bogus-1/+4
2017-01-13rustup to 2017-01-12Oliver Schneider-0/+2
2017-01-07Implement `unused_io_amount` lintsinkuu-0/+3
2017-01-05Implement the forget_ref lint.Theemathas Chirananthavat-3/+4
2017-01-05Merge pull request #1414 from samueltardieu/no-short-circuit-ifOliver Schneider-0/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...Manish Goregaokar-0/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): u128 fixes for rustupJosh Holmer-0/+1
2016-12-31Add a new "short_circuit_statement" lint (fixes #1194)Samuel Tardieu-0/+1
2016-12-28Add skeleton for double_parens lint.Theemathas Chirananthavat-0/+3
2016-12-21split pub_enum_variant_names to new lintOliver Schneider-0/+1
2016-12-21shorten deprecated lints line lengthOliver Schneider-4/+16
2016-12-21autogenerated functions are ignored by rustfmtOliver Schneider-4/+2
2016-12-21manually fix the overlong linesOliver Schneider-3/+7
2016-12-19Merge pull request #1355 from philipturnbull/deref-addrofManish Goregaokar-0/+3