about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2018-08-02Fix fallout from rust-lang/rust#52841Alex Crichton-1/+2
2018-08-02Fix breakage from rust-lang/rust#52949Alex Crichton-18/+2
2018-08-01Fix E0502 warningsMichael Wright-2/+4
2018-07-25fix a bunch of typos found by codespellMatthias Krüger-1/+1
2018-07-24Inline utils::in_external_macroDale Wijnand-6/+0
2018-07-24Delegate utils::in_external_macro to rustc::lint::in_external_macroDale Wijnand-27/+3
2018-07-23RustupOliver Schneider-46/+46
2018-07-20Merge branch 'macro-use' into HEADManish Goregaokar-2/+10
2018-07-20Remove import of if_chainManish Goregaokar-0/+2
2018-07-20Update to nightlyAlexander Regueiro-0/+2
2018-07-19Remove import of matchesManish Goregaokar-0/+2
2018-07-19Remove import of rustcManish Goregaokar-0/+3
2018-07-19Remove import of lazy_staticManish Goregaokar-0/+2
2018-07-19Remove import of serdeManish Goregaokar-3/+2
2018-07-16Update for hir renamings in rustcOliver Schneider-45/+54
2018-07-16DeclKindcsmoe-2/+2
2018-07-16StmtKindcsmoe-18/+18
2018-07-16TyKindcsmoe-17/+17
2018-07-16BinOpKindcsmoe-30/+42
2018-07-16ExprKindcsmoe-220/+220
2018-07-15Ignore spans when comparing expressionsOliver Schneider-12/+30
2018-07-02RustupOliver Schneider-11/+11
2018-07-01RustupOliver Schneider-8/+8
2018-06-29RustupMateusz Mikuła-40/+48
2018-06-25Fix clippy_lints doc-testsMateusz Mikuła-1/+1
2018-06-25Enable rust_2018_idioms warningMateusz Mikuła-1/+10
2018-06-25resolve merge of NameAndSpan and ExpnInfo rust-lang/rust#51726flip1995-6/+6
2018-06-25Resolve conflicts produced by GenericArgsflip1995-2/+10
2018-06-25Resolve field, struct and function renamingflip1995-9/+9
2018-06-19Merge pull request #2844 from illicitonion/default_trait_accessOliver Schneider-0/+15
2018-06-19Version bumpOliver Schneider-0/+4
2018-06-18Exclude generated codeDaniel Wagner-Hall-0/+14
2018-06-15Dogfood new trivially_copy_pass_by_ref lintWim Looman-10/+10
2018-06-15Allow configuring the trivial copy size limitWim Looman-0/+2
2018-06-14Add default_trait_access lintDaniel Wagner-Hall-0/+1
2018-06-09Add duration_subsec lintMichael Wright-0/+1
2018-06-08Implement lint that checks for unidiomatic `unwrap()` (fixes #1770)Fabian Zaiser-0/+83
2018-06-07Merge pull request #2833 from phansch/cannot_relate_bound_region_without_ICE_...Oliver Schneider-1/+5
2018-06-07Fix cargo late bound region mismatch ICEPhilipp Hansch-1/+5
2018-06-06Merge pull request #2804 from utaal/expr-call-authorOliver Schneider-3/+11
2018-06-03Reduced scope of `nonminimal_bool` so that it doesn't evaluate only partially...Bruno Kirschner-0/+2
2018-06-03Version bumpOliver Schneider-2/+2
2018-05-30Merge pull request #2821 from mati865/rust-2018-migrationOliver Schneider-11/+11
2018-05-30Run rustfixMateusz Mikuła-11/+11
2018-05-29Remove unused define_conf-macro definitionsflip1995-23/+0
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-12/+14
2018-05-28Add support for ExprCall in clippy::authorAndrea Lattuada-3/+11
2018-05-23Update to nightly 2018-05-22Mateusz Mikuła-19/+19
2018-05-19Use the new scoped tool attributesOliver Schneider-24/+24
2018-05-17Fix ICE for issues 2767, 2499, 1782Philipp Hansch-15/+28