]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/copies.rs
Try to explain `MATCH_SAME_ARMS` better
[rust.git] / tests / compile-fail / copies.rs
2016-07-10 mcartonTry to explain `MATCH_SAME_ARMS` better
2016-06-29 llogiqMerge pull request #1032 from Manishearth/mut_mut
2016-06-29 mcartonMake `COLLAPSIBLE_IF` consider `if let`
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-05-31 Martin CartonMerge pull request #970 from Manishearth/rustup
2016-05-31 Andre Bogusadded mcarton's test suggestion
2016-05-31 Andre Bogusadditional error in copies test annotated
2016-05-29 Andre BogusMerge branch 'pr-961'
2016-05-28 Martin CartonMerge pull request #958 from Manishearth/rustup
2016-05-28 mcartonRustup to *1.10.0-nightly (7bddce693 2016-05-27)*
2016-05-13 Martin CartonMerge pull request #928 from oli-obk/unnecessary_operation
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