]> git.lizzy.rs Git - rust.git/history - src/copies.rs
Improve the `match_same_arms` doc
[rust.git] / src / copies.rs
2016-04-01 mcartonImprove the `match_same_arms` doc
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 mcartonFix some spelling mistakes here and there
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-02-29 Manish GoregaokarMerge pull request #726 from Manishearth/fmt
2016-02-29 Manish Goregaokarrustfmt
2016-02-26 llogiqMerge pull request #689 from mcarton/entries
2016-02-24 Manish GoregaokarMerge branch 'pr-704'
2016-02-24 mcartonRustfmt and sort all `use` items
2016-02-21 Martin CartonMerge pull request #690 from quininer/fix-nightly
2016-02-18 quininer kelfix nightly
2016-02-14 llogiqMerge pull request #662 from mcarton/#601
2016-02-13 mcartonFix comment
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 mcartonSmall optimisation of most common cases
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 mcartonRefactor Expr comparisons
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 mcartonSmall cleanup
2016-02-07 mcartonFix typo
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