about summary refs log tree commit diff
path: root/clippy_lints/src/utils/hir_utils.rs
AgeCommit message (Expand)AuthorLines
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Apply review commentsYuki Okushi-5/+2
2020-01-11Rustup to rust-lang/rust#67258Yuki Okushi-1/+4
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-18/+18
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-25/+28
2019-12-24rustup "Add span information to `ExprKind::Assign`"Lzu Tao-2/+2
2019-11-27Re-add wildcards for BorrowKind in some placesManish Goregaokar-3/+8
2019-11-27Add BorrowKind::RefManish Goregaokar-2/+2
2019-11-25Rustup to rust-lang/rust#66671flip1995-2/+2
2019-11-11MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureByManish Goregaokar-2/+2
2019-11-04Use correct TypeckTables when hashing bodiesHMPerson1-9/+13
2019-10-22Use StableHasher in SpanlessHasherflip1995-8/+11
2019-10-22Don't hash spans in SpanlessHasherflip1995-2/+2
2019-10-15Add a new lint for unused selfJames Wang-2/+2
2019-09-29Rustup rust-lang/rust#63492Lzu Tao-1/+0
2019-09-27Rustup to rust-lang/rust#64813flip1995-9/+9
2019-09-25arm.pats -> arm.patManish Goregaokar-1/+1
2019-07-28Fix dogfood testxd009642-7/+3
2019-07-27Hash discriminant of lifetime.namexd009642-0/+1
2019-07-27Hash discriminant of Lifetime::Namexd009642-1/+2
2019-07-27Respond to review commentsxd009642-18/+12
2019-07-27Respond to comments and improve printoutxd009642-6/+0
2019-07-26Responded to comments and fixed compile bugxd009642-3/+1
2019-07-24Fixed more compile errorsxd009642-7/+11
2019-07-24Fix some of the compile errorsxd009642-16/+16
2019-07-24Changed Ty to ty, added lifetime 'tcxxd009642-17/+17
2019-07-24Lint for type repetition in trait bounds.xd009642-4/+115
2019-07-06Fix breakage due to rust-lang/rust#61988Michael Wright-12/+0
2019-07-03rustup https://github.com/rust-lang/rust/pull/61995Matthias Krüger-1/+1
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-4/+4
2019-06-19Fix missing field in ExprKind::YieldLzu Tao-1/+1
2019-06-06rustup https://github.com/rust-lang/rust/pull/57428/Matthias Krüger-2/+2
2019-05-14Fix dogfood errorsflip1995-25/+8
2019-05-14Also hash mem::discriminant in hash_stmtflip1995-0/+2
2019-05-14mem::discriminant trumps manual discriminant hashingOliver Scherer-76/+2
2019-05-14Properly hash enumsOliver Scherer-1/+9
2019-05-10Remove some unnecessary If armsManish Goregaokar-12/+0
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-1/+1
2019-05-01rustup https://github.com/rust-lang/rust/pull/60417/Matthias Krüger-3/+3
2019-04-28Fix breakage due to rust-lang/rust#60225Michael Wright-0/+6
2019-03-10Various cosmetic improvements.Alexander Regueiro-5/+5
2019-02-03Fix breakage due to rust-lang/rust#58079Michael Wright-1/+1
2019-02-01Adding lint for too many lines.Araam Borhanian-1/+1
2019-01-20Run rustfmtMichael Wright-5/+6
2019-01-20Fixed breakage due to rust-lang/rust#57489Michael Wright-22/+19
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-30Check pattern equality while checking declaration equalityMax Taldykin-1/+3
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-5/+5
2018-12-28Match on ast/hir::ExprKind::Errflip1995-0/+1