about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2019-05-18Registered lint.pJunger-0/+1
2019-05-18Added lint for TryFrom for checked integer conversion rust-lang#3947.pJunger-0/+2
2019-05-16Rename to redundant_closure_for_method_callsManish Goregaokar-1/+1
2019-05-16Split redundant_closure lintMichael Wright-0/+1
2019-05-14Use symbols instead of stringsOliver Scherer-1/+2
2019-04-30Add lints for find_mapAndré Luis Leal Cardoso Junior-0/+2
2019-04-21Move path_buf_push_overwrite to nurseryMatthew Kraai-2/+1
2019-04-18Add lint PathBufPushOverwriteAndré Luis Leal Cardoso Junior-0/+4
2019-04-17Use lint pass macrosMatthew Kraai-63/+63
2019-04-15Deny rustc internal lintsflip1995-0/+1
2019-04-15Remove clippy::default_hash_types internal lintflip1995-2/+0
2019-04-08Auto merge of #3848 - felix91gr:null_transmute, r=flip1995bors-0/+4
2019-04-04NFC: fix typosMatthias Krüger-1/+1
2019-04-02Add TransmutingNull LintFélix Fischer-0/+4
2019-03-18Drop range_contains featureMateusz Mikuła-1/+0
2019-03-15Reimplement AbsolutePathBufferflip1995-0/+1
2019-03-10Various cosmetic improvements.Alexander Regueiro-2/+2
2019-03-09Move get_unwrap to restrictionManish Goregaokar-2/+1
2019-03-07align with rust-lang/rust/#58992ljedrz-1/+1
2019-03-06Renamed: Cyclomatic Complexity -> Cognitive ComplexityFélix Fischer-4/+5
2019-03-05move lint documentation into macro invocationsAndy Russell-36/+56
2019-02-26Remove `#[feature(try_from)]`Michael Wright-1/+0
2019-02-17Add a lint to warn on `T: Drop` boundsMichael Howell-0/+4
2019-02-13Rustupflip1995-1/+0
2019-02-12Auto merge of #3756 - g-bartoszek:redundant-closure-for-methods, r=oli-obkbors-1/+1
2019-02-11Update comment regarding crate level cfg_attrPhilipp Hansch-2/+2
2019-02-11Document some more core functionsPhilipp Hansch-0/+15
2019-02-11Document `declare_clippy_lint` macroPhilipp Hansch-2/+47
2019-02-10removing redundant closures in the whole projectGrzegorz-1/+1
2019-02-03Merge branch 'master' into issue3721rhysd-1/+3
2019-02-01Adding lint for too many lines.Araam Borhanian-1/+3
2019-02-01add dbg_macro rule to CHANGELOG.md and update count in READMErhysd-2/+1
2019-01-31implement dbg_macro rule (fixes #3721)rhysd-0/+4
2019-01-29wildcard_match_arm: lint only enum matches.Alex Hamilton-1/+1
2019-01-29wildcard_match_arm: add lint properly.Alex Hamilton-0/+1
2019-01-29Add initial version of const_fn lintPhilipp Hansch-0/+5
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-3/+10
2019-01-23Merge branch 'master' into add-lints-aseert-checksA.A.Abroskin-10/+0
2019-01-12rustup: the features if_while_or_patterns has been stabilizedMatthias Krüger-1/+0
2019-01-09Merge branch 'master' into add-lints-aseert-checksAbroskin Alexander-0/+3
2019-01-09change assert_checks to assertions_on_constantsA.A.Abroskin-6/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2019-01-07Move cast_ref_to_mut list to correctness groupKonrad Borowski-1/+2
2019-01-07cast_ref_to_mut lintKonrad Borowski-0/+2
2019-01-07run ./util/dev update_lintsA.A.Abroskin-2/+2
2019-01-07Add assert(true) and assert(false) lintsA.A.Abroskin-0/+6
2019-01-05Revert "Auto merge of #3603 - xfix:random-state-lint, r=phansch"Matthias Krüger-3/+0
2019-01-03Auto merge of #3603 - xfix:random-state-lint, r=phanschbors-0/+3
2018-12-31Use hashset for name blacklistWilco Kusee-1/+3
2018-12-30Auto merge of #3599 - xfix:use-hash-set-for-valid-idents, r=oli-obkbors-1/+1