]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/utils/inspector.rs
TyCtxt::map is now called TyCtxt::hir
[rust.git] / clippy_lints / src / utils / inspector.rs
2017-02-03 MrmaxmeierTyCtxt::map is now called TyCtxt::hir
2017-01-27 Oliver SchneiderMerge pull request #1477 from tomprince/support-exclusi...
2017-01-26 Tom PrinceFix #1476: Add support for exclusive pattern matches.
2017-01-13 Martin CartonMerge pull request #1441 from Manishearth/rustup
2017-01-13 Oliver Schneiderrustup to 2017-01-12
2017-01-05 Oliver SchneiderMerge pull request #1414 from samueltardieu/no-short...
2017-01-05 Manish GoregaokarMerge pull request #1419 from Manishearth/rustup
2017-01-04 Manish GoregaokarRerun rustfmt
2017-01-04 Manish GoregaokarRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2017-01-04 Josh HolmerRustup to rustc 1.16.0-nightly (468227129 2017-01-03...
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-21 Oliver SchneiderMerge pull request #1392 from oli-obk/rustfmt
2016-12-21 Oliver Schneiderremove nondeterminism by adjusting thresholds
2016-12-20 Oliver Schneideralso run rustfmt on clippy-lints
2016-12-19 Manish GoregaokarMerge pull request #1345 from EpocSquadron/epocsquadron...
2016-12-19 Manish GoregaokarMerge pull request #1355 from philipturnbull/deref...
2016-12-17 Martin CartonMerge pull request #1373 from Manishearth/rustup
2016-12-07 Oliver Schneiderupdate to the rust-PR that unblocks clippy
2016-12-06 Oliver Schneiderrustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
2016-12-01 Oliver SchneiderWIP compiles and doesn't crash (much) but tests are...
2016-11-25 Oliver SchneiderMerge pull request #1367 from Manishearth/rustup
2016-11-25 Oliver Schneiderrustup to rustc 1.15.0-nightly (d5814b03e 2016-11-23)
2016-11-18 Martin CartonMerge pull request #1344 from Manishearth/rustup
2016-11-18 Oliver Schneiderfix the inspector
2016-11-16 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-10-31 Oliver SchneiderMerge pull request #1307 from Kha/partialeq_ne
2016-10-30 Sebastian Ullrichinspector: fix printing non-local trait refs
2016-10-30 Oliver SchneiderMerge pull request #1296 from Manishearth/features
2016-10-30 Sebastian Ullrichfactor out `is_automatically_derived` util fn
2016-10-24 Martin CartonMerge pull request #1297 from oli-obk/deep_code_inspection
2016-10-24 Oliver Schneiderclean up docs for clippy_dump
2016-10-24 Oliver Schneiderproperly name the docs
2016-10-24 Oliver SchneiderMerge pull request #1284 from oli-obk/deep_code_inspection
2016-10-24 Oliver Schneiderdogfood
2016-10-24 Oliver Schneiderfactor out decl dumping
2016-10-24 Oliver Schneideradd expression and pattern dump
2016-10-24 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2016-10-18 Oliver Schneiderrename inspection attribute to `clippy_dump`
2016-10-18 Oliver Schneiderinitial implementation of the code inspector lint