]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/copies.rs
add a companion lint to `no_effect` with suggestions for partially effective statements
[rust.git] / tests / compile-fail / copies.rs
2016-05-13 Oliver Schneideradd a companion lint to `no_effect` with suggestions...
2016-03-29 Manish GoregaokarMerge pull request #808 from mcarton/copies
2016-03-28 mcartonFix false positive in `MATCH_SAME_ARMS` and guards
2016-03-28 llogiqMerge pull request #780 from mcarton/doc
2016-03-28 mcarton`chmod -x` test files
2016-03-13 Manish GoregaokarMerge pull request #698 from mcarton/conf
2016-03-12 mcartonAdd a `BLACKLISTED_NAME` lint
2016-03-11 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-07 Manish GoregaokarMerge pull request #744 from mcarton/rustup
2016-03-07 mcartonRemove all ExprRange
2016-02-13 llogiqMerge pull request #654 from mcarton/new
2016-02-13 Manish GoregaokarMerge pull request #660 from mcarton/copies
2016-02-13 mcartonFix false positive for `ifs_same_cond` and `cfg!`
2016-02-12 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2016-02-12 llogiqMerge pull request #647 from mcarton/copies2
2016-02-12 mcartonMerge branch 'master' into copies2
2016-02-12 mcartonAdd the MATCH_SAME_ARMS lint
2016-02-12 mcartonExtend IF_SAME_THEN_ELSE to ifs sequences
2016-02-12 mcartonImplement Expr spanless-hashing
2016-02-12 llogiqMerge pull request #637 from mcarton/debug
2016-02-11 Manish GoregaokarMerge pull request #651 from oli-obk/improve_no_effect
2016-02-11 Oliver Schneiderimprove the `no_effect` lint
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-08 llogiqMerge remote-tracking branch 'origin/master' into regex...
2016-02-07 llogiqMerge pull request #603 from mcarton/copies
2016-02-07 mcartonImprove is_exp_equal
2016-02-07 mcartonLint ifs with the same then and else blocks
2016-02-07 mcartonLint about consecutive ifs with same condition