about summary refs log tree commit diff
path: root/clippy_lints/src/utils/paths.rs
AgeCommit message (Expand)AuthorLines
2018-03-29Move RangeArgumentManish Goregaokar-1/+1
2018-03-04Fix #2496HMPerson1-0/+2
2018-01-18needless_pass_by_value: Whitelist RangeArgument (fixes #2357)Manish Goregaokar-0/+1
2017-10-31Fix lint_without_lint_passkennytm-2/+2
2017-10-20Add lint for `From<String>`HMPerson1-0/+2
2017-10-20Fixed some code in clippy to pass the new, removed formatting changes.Paul Florence-89/+89
2017-10-04Add identity_conversion lint (fixes #1051)sinkuu-0/+2
2017-09-29alphabetize paths to pass dogfoodLaura Peskin-1/+1
2017-09-29add lint for creation of invalid referencesLaura Peskin-0/+4
2017-09-09Add CLONE_ON_REF_PTR lintAaron Hill-0/+4
2017-08-25New lint: (maybe_)infinite_iterAndre Bogus-0/+2
2017-08-24Merge pull request #1959 from DarkEld3r/1884-borrowed-box-anyOliver Schneider-0/+1
2017-08-23Fix borrowed_box lint for Box<Any>Stanislav Tkach-0/+1
2017-08-22new lint: naive_bytecountAndre Bogus-0/+1
2017-08-14RustfmtOliver Schneider-1/+2
2017-06-16rustup to rustc 1.19.0-nightly (258ae6dd9 2017-06-15)messense-13/+13
2017-06-06Check for AsRef/AsMut arguments in wrong_self_conventionAndre Bogus-0/+1
2017-06-05Finish rustup.Eduard-Mihai Burtescu-1/+1
2017-05-26Update to fix array_indexing failures: RangeInclusive::NonEmpty is goneGeorg Brandl-2/+0
2017-05-11Fix #1730Oliver Schneider-0/+2
2017-02-19Lint needless take-by-valuesinkuu-0/+2
2017-01-07Implement `unused_io_amount` lintsinkuu-0/+3
2016-12-02`enum glob use` and `copies` leftOliver Schneider-1/+2
2016-10-30Add lint for redundant pattern matching in iflet for Result/Optiond-dorazio-0/+4
2016-10-22Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*mcarton-7/+7
2016-09-30Add a lint to warn about un-necessary .into_iter()Elliott Clark-0/+1
2016-09-01Added a lint_without_lint_pass lint.kennytm-0/+2
2016-08-22New cmp_null lint (fixes #1184) (#1186)llogiq-0/+2
2016-07-18"fallout"Oliver Schneider-1/+1
2016-07-15add the path to the util::path moduleOliver Schneider-0/+1
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+61