about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2018-08-02Make indexing_slicing a restriction lint (fixes #2933)Manish Goregaokar-1/+1
2018-08-01Fix E0502 warningsMichael Wright-1/+3
2018-07-23RustupOliver Schneider-1/+1
2018-07-23Rewrite the print/write macro checks as a PreExpansionPassOliver Schneider-1/+5
2018-07-21Don't invent new magic keywordsOliver Schneider-10/+10
2018-07-20RustupOliver Schneider-10/+10
2018-07-20Remove warningManish Goregaokar-1/+0
2018-07-20Remove import of if_chainManish Goregaokar-3/+0
2018-07-19Remove import of matchesManish Goregaokar-2/+0
2018-07-19Remove import of rustcManish Goregaokar-3/+0
2018-07-19Remove import of lazy_staticManish Goregaokar-3/+0
2018-07-19Remove import of serdeManish Goregaokar-3/+0
2018-07-18Temporarily allow macro_use_extern_crateManish Goregaokar-0/+1
2018-07-04address reviewsgnzlbg-1/+1
2018-07-04add missing_inline lintgnzlbg-0/+3
2018-06-29Bump the versionMateusz Mikuła-2/+1
2018-06-28Merge pull request #2832 from kennytm/non-copy-constOliver Schneider-0/+6
2018-06-25Enable rust_2018_idioms warningMateusz Mikuła-31/+4
2018-06-25Version bumpOliver Schneider-2/+2
2018-06-23Lint against const items which are interior mutable. Fix #1560.kennytm-0/+6
2018-06-19This commit represents an attempt to address changes requested in the process...Shea Newton-1/+1
2018-06-19Rename instances of `array_indexing`Shea Newton-8/+7
2018-06-19 Extend `indexing_slicing` lintShea Newton-2/+2
2018-06-19Merge pull request #2837 from fanzier/panicking_unwrapOliver Schneider-0/+1
2018-06-19Merge pull request #2844 from illicitonion/default_trait_accessOliver Schneider-0/+4
2018-06-18Version bumpMateusz Mikuła-2/+2
2018-06-15Allow configuring the trivial copy size limitWim Looman-1/+4
2018-06-15New Lint: Pass small trivially copyable objects by valueWim Looman-0/+4
2018-06-14Add default_trait_access lintDaniel Wagner-Hall-0/+4
2018-06-12Merge pull request #2839 from mikerite/duration_subsec_pr_2Oliver Schneider-0/+4
2018-06-12Categorize the unwrap lints correctly.Fabian Zaiser-0/+1
2018-06-11Merge pull request #2815 from darArch/masterOliver Schneider-0/+2
2018-06-11Merge branch 'master' into duration_subsec_pr_2Michael Wright-3/+7
2018-06-10Publish preparationOliver Schneider-3/+7
2018-06-09duration_subsec: fix declaration; correctly classifyMichael Wright-0/+1
2018-06-09Add duration_subsec lintMichael Wright-0/+3
2018-06-08Implement lint that checks for unidiomatic `unwrap()` (fixes #1770)Fabian Zaiser-0/+4
2018-06-05Merge pull request #2814 from VKlayd/fn_to_intOliver Schneider-0/+1
2018-06-04Warn if non-trivial work is done inside .expectDonald Robertson-0/+2
2018-06-03Added lint to avoid negated comparisions on partially ordered types.Bruno Kirschner-1/+3
2018-05-31Merge pull request #2816 from mockersf/multiple-implOliver Schneider-0/+3
2018-05-30Merge pull request #2821 from mati865/rust-2018-migrationOliver Schneider-0/+1
2018-05-30Add rust_2018_preview feature and fix rustfmt annotationMateusz Mikuła-0/+1
2018-05-29move lint to restriction groupFrançois Mockers-1/+1
2018-05-29adding to pedantic a lint that check for multiple inherent implementationsFrançois Mockers-0/+3
2018-05-29Change lint type to unique and add the suggestion.Victor Korkin-0/+1
2018-05-29Version bumpOliver Schneider-0/+1
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-2/+2
2018-05-28Merge pull request #2808 from Aaronepower/masterOliver Schneider-0/+2
2018-05-28Added lint for unnecessary referencesAaron Power-0/+2