about summary refs log tree commit diff
path: root/clippy_lints/src/utils/hir_utils.rs
AgeCommit message (Expand)AuthorLines
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-6/+6
2018-11-27Run rustfmt on clippy_lintsflip1995-46/+63
2018-10-11Fix `similar_names` warningsDevon Hollowood-0/+3
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-5/+5
2018-09-13Merge pull request #3085 from mikerite/revert-98dbcePhilipp Hansch-4/+2
2018-09-02Fix #3112Michael Wright-2/+18
2018-08-29Adapt codebase to the tool_lintsflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-08-26Revert "Fix E0502 warnings"Michael Wright-4/+2
2018-08-01Fix E0502 warningsMichael Wright-2/+4
2018-07-16Update for hir renamings in rustcOliver Schneider-2/+2
2018-07-16StmtKindcsmoe-8/+8
2018-07-16TyKindcsmoe-8/+8
2018-07-16BinOpKindcsmoe-7/+19
2018-07-16ExprKindcsmoe-84/+84
2018-07-15Ignore spans when comparing expressionsOliver Schneider-6/+22
2018-06-29RustupMateusz Mikuła-14/+14
2018-06-25Resolve conflicts produced by GenericArgsflip1995-2/+9
2018-06-25Resolve field, struct and function renamingflip1995-5/+5
2018-06-15Dogfood new trivially_copy_pass_by_ref lintWim Looman-10/+10
2018-05-30Run rustfixMateusz Mikuła-2/+2
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-4/+4
2018-05-23Update to nightly 2018-05-22Mateusz Mikuła-15/+15
2018-05-17Fix ICE for issues 2767, 2499, 1782Philipp Hansch-15/+28
2018-05-17Fix ICE for issue 2594Philipp Hansch-3/+10
2018-05-17Rustup to 2018-05-16Mateusz Mikuła-3/+3
2018-04-15Fix compilation for nightly 2018-04-15Michael Wright-8/+0
2018-04-02Fix clippy warningMichael Wright-0/+1
2018-03-16Apply clippy suggestionsMateusz Mikuła-2/+2
2018-02-09Fix #2427Oliver Schneider-3/+3
2018-02-06Fix ICE comparing `ExprRange`Guillem Nieto-3/+7
2018-01-27Fix compilationMichael Wright-10/+10
2017-11-05Cargo fmttopecongiro-24/+24
2017-09-25Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)Manish Goregaokar-1/+8
2017-09-05Run nightly rustfmtOliver Schneider-10/+9
2017-09-03Run rustfmtManish Goregaokar-5/+9
2017-08-30Rustup (fixes #2002)Oliver Schneider-2/+7
2017-08-25fix PathParameters usageFrederick Zhang-9/+6
2017-08-21Run Dogfood for `use_self`Oliver Schneider-3/+3
2017-08-14RustfmtOliver Schneider-25/+34
2017-07-10Run rustfmtOliver Schneider-2/+1
2017-07-10Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*Oliver Schneider-6/+5
2017-06-11Abide by the common rustc::ty conventions.Eduard-Mihai Burtescu-0/+567