about summary refs log tree commit diff
path: root/clippy_lints/src/shadow.rs
AgeCommit message (Expand)AuthorLines
2018-07-16Update for hir renamings in rustcOliver Schneider-1/+1
2018-07-16StmtKindcsmoe-2/+2
2018-07-16TyKindcsmoe-5/+5
2018-07-16ExprKindcsmoe-15/+15
2018-06-29RustupMateusz Mikuła-4/+4
2018-05-30Run rustfixMateusz Mikuła-2/+2
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-2/+2
2018-05-23Update to nightly 2018-05-22Mateusz Mikuła-3/+3
2018-05-17Rustup to 2018-05-16Mateusz Mikuła-2/+2
2018-05-13Fix two typosPhilipp Hansch-1/+1
2018-04-15Fix compilation for nightly 2018-04-15Michael Wright-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-6/+6
2017-11-05Cargo fmttopecongiro-4/+8
2017-09-05Run nightly rustfmtOliver Schneider-65/+51
2017-09-03Run rustfmtManish Goregaokar-1/+0
2017-08-23add closure arg check, also catch non-constsAndre Bogus-27/+3
2017-08-15RustupOliver Schneider-2/+2
2017-08-14RustfmtOliver Schneider-35/+57
2017-05-12Fix various wrong uses of NestedVisitorMap::AllOliver Schneider-7/+5
2017-03-31First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30Enrico Schmitz-1/+1
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-3/+3
2017-01-18rustup to rustc 1.16.0-nightly (c07a6ae77 2017-01-17)Mrmaxmeier-1/+0
2017-01-17apply rustfmtOliver Schneider-6/+2
2017-01-13rustup to 2017-01-12Oliver Schneider-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixesManish Goregaokar-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Borrow and spelling fixesManish Goregaokar-3/+3
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...Manish Goregaokar-6/+6
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-8/+8
2016-12-21function definition style simplificationOliver Schneider-6/+24
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-10/+10
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-40/+25
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-8/+8
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-28/+51
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-9/+9
2016-11-25rustup to rustc 1.15.0-nightly (d5814b03e 2016-11-23)Oliver Schneider-1/+1
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-5/+5
2016-10-03Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*mcarton-3/+3
2016-10-02Add a test for a `shadow` corner casemcarton-1/+1
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-5/+8
2016-08-07Make the lint docstrings more consistent.Georg Brandl-21/+24
2016-08-01lint on by ref patterns for referencesOliver Schneider-9/+9
2016-07-16Improve docsmcarton-12/+33
2016-07-01Move more functions to `utils::higher`mcarton-2/+2
2016-06-27use span_lint_and_then instead of adding to the `DiagnosticWrapper`Oliver Schneider-31/+28
2016-06-21Merge pull request #1012 from Manishearth/nohygMartin Carton-5/+4
2016-06-16round 1Oliver Schneider-3/+3
2016-06-15Don't use identifier hygiene in HIRmcarton-5/+4
2016-05-31s/PatKind::Ident/PatKind::Binding/gAndre Bogus-2/+2
2016-05-28Rustup to *1.10.0-nightly (7bddce693 2016-05-27)*mcarton-1/+1
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+353