| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+1 | |
| 2020-01-11 | Apply review comments | Yuki Okushi | -5/+2 | |
| 2020-01-11 | Rustup to rust-lang/rust#67258 | Yuki Okushi | -1/+4 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -1/+1 | |
| 2019-12-30 | Rustup to rust-lang/rust#66942 | Yuki Okushi | -18/+18 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -25/+28 | |
| 2019-12-24 | rustup "Add span information to `ExprKind::Assign`" | Lzu Tao | -2/+2 | |
| 2019-11-27 | Re-add wildcards for BorrowKind in some places | Manish Goregaokar | -3/+8 | |
| 2019-11-27 | Add BorrowKind::Ref | Manish Goregaokar | -2/+2 | |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -2/+2 | |
| 2019-11-11 | MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy | Manish Goregaokar | -2/+2 | |
| 2019-11-04 | Use correct TypeckTables when hashing bodies | HMPerson1 | -9/+13 | |
| 2019-10-22 | Use StableHasher in SpanlessHasher | flip1995 | -8/+11 | |
| 2019-10-22 | Don't hash spans in SpanlessHasher | flip1995 | -2/+2 | |
| 2019-10-15 | Add a new lint for unused self | James Wang | -2/+2 | |
| 2019-09-29 | Rustup rust-lang/rust#63492 | Lzu Tao | -1/+0 | |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -9/+9 | |
| 2019-09-25 | arm.pats -> arm.pat | Manish Goregaokar | -1/+1 | |
| 2019-07-28 | Fix dogfood test | xd009642 | -7/+3 | |
| 2019-07-27 | Hash discriminant of lifetime.name | xd009642 | -0/+1 | |
| 2019-07-27 | Hash discriminant of Lifetime::Name | xd009642 | -1/+2 | |
| 2019-07-27 | Respond to review comments | xd009642 | -18/+12 | |
| Update README and CHANGELOG using the util scripts, refine the help message and fix the float_cmp error. | ||||
| 2019-07-27 | Respond to comments and improve printout | xd009642 | -6/+0 | |
| Now get the trait names for the diagnostic message and removed more `let c: fn(_) -> _ = T; hashes from hir_utils | ||||
| 2019-07-26 | Responded to comments and fixed compile bug | xd009642 | -3/+1 | |
| Removed the hash of `let c: fn(_,_) -> _ = ExprKind::Cast` and fixed compile issue by collecting HirVec into an actual Vec | ||||
| 2019-07-24 | Fixed more compile errors | xd009642 | -7/+11 | |
| Moved to rustc::hir::Ty | ||||
| 2019-07-24 | Fix some of the compile errors | xd009642 | -16/+16 | |
| 2019-07-24 | Changed Ty to ty, added lifetime 'tcx | xd009642 | -17/+17 | |
| 2019-07-24 | Lint for type repetition in trait bounds. | xd009642 | -4/+115 | |
| This lint adds warning if types are redundantly repeated in trait bounds i.e. `T: Copy, T: Clone` instead of `T: Copy + Clone`. This is a late pass trait lint and has necessitated the addition of code to allow hashing of TyKinds without taking into account Span information. | ||||
| 2019-07-06 | Fix breakage due to rust-lang/rust#61988 | Michael Wright | -12/+0 | |
| 2019-07-03 | rustup https://github.com/rust-lang/rust/pull/61995 | Matthias Krüger | -1/+1 | |
| 2019-06-20 | Fix warnings about unnecessary lifetime bounds | Lzu Tao | -4/+4 | |
| Rustup https://github.com/rust-lang/rust/pull/61172 | ||||
| 2019-06-19 | Fix missing field in ExprKind::Yield | Lzu Tao | -1/+1 | |
| Rustup rust-lang/rust#61941 | ||||
| 2019-06-06 | rustup https://github.com/rust-lang/rust/pull/57428/ | Matthias Krüger | -2/+2 | |
| 2019-05-14 | Fix dogfood errors | flip1995 | -25/+8 | |
| 2019-05-14 | Also hash mem::discriminant in hash_stmt | flip1995 | -0/+2 | |
| 2019-05-14 | mem::discriminant trumps manual discriminant hashing | Oliver Scherer | -76/+2 | |
| 2019-05-14 | Properly hash enums | Oliver Scherer | -1/+9 | |
| 2019-05-10 | Remove some unnecessary If arms | Manish Goregaokar | -12/+0 | |
| 2019-05-03 | Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) | Matthias Krüger | -1/+1 | |
| 2019-05-01 | rustup https://github.com/rust-lang/rust/pull/60417/ | Matthias Krüger | -3/+3 | |
| cc https://github.com/rust-lang/rust/issues/60448 | ||||
| 2019-04-28 | Fix breakage due to rust-lang/rust#60225 | Michael Wright | -0/+6 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -5/+5 | |
| 2019-02-03 | Fix breakage due to rust-lang/rust#58079 | Michael Wright | -1/+1 | |
| The rustc change added HirId to a few nodes. As I understand it, the plan is to remove the NodeId from these nodes eventually. Where the NodeId was not being matched, I used `..` to try and avoid further breakage. Where it was, I used `_` to make the fix easier when NodeId is removed. | ||||
| 2019-02-01 | Adding lint for too many lines. | Araam Borhanian | -1/+1 | |
| 2019-01-20 | Run rustfmt | Michael Wright | -5/+6 | |
| 2019-01-20 | Fixed breakage due to rust-lang/rust#57489 | Michael Wright | -22/+19 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-30 | Check pattern equality while checking declaration equality | Max Taldykin | -1/+3 | |
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -5/+5 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-12-28 | Match on ast/hir::ExprKind::Err | flip1995 | -0/+1 | |
