]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/eval_order_dependence.rs
TyCtxt::map is now called TyCtxt::hir
[rust.git] / clippy_lints / src / eval_order_dependence.rs
2017-02-03 MrmaxmeierTyCtxt::map is now called TyCtxt::hir
2017-01-13 Martin CartonMerge pull request #1441 from Manishearth/rustup
2017-01-13 Oliver Schneiderrustup to 2017-01-12
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-11 ArnavionUse inputs/output getters for rustc::ty::FnSig instead...
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-16 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-10-04 Martin CartonMerge pull request #1257 from KitFreddura/master
2016-10-03 Martin CartonMerge pull request #1246 from Manishearth/rustup
2016-10-03 mcartonRustup to *rustc 1.14.0-nightly (144af3e97 2016-10...
2016-10-03 Manish GoregaokarMerge pull request #1255 from Manishearth/cov
2016-10-01 Martin CartonMerge pull request #1250 from elliottneilclark/explicit...
2016-10-01 Martin CartonMerge pull request #1251 from Manishearth/fix_diverging...
2016-10-01 Oliver Schneidercorrectly traverse match expressions for diverging_sub_expr
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-09-13 Martin CartonMerge pull request #1224 from oli-obk/divergence
2016-09-13 Oliver Schneideralso lint diverging methods
2016-09-13 Oliver Schneiderdon't lint expressions referencing `!` objects, just...
2016-09-12 Oliver Schneiderlint diverging expressions that are sub-expressions...
2016-08-11 Oliver SchneiderMerge pull request #1158 from scurest/evalorder
2016-08-11 scurestAdd lint for reads and writes that depend on evaluation...