]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/eval_order_dependence.rs
Use inputs/output getters for rustc::ty::FnSig instead of the now non-existent fields.
[rust.git] / clippy_lints / src / eval_order_dependence.rs
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...