]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/matches.rs
Fix tests
[rust.git] / tests / compile-fail / matches.rs
2016-05-07 mcartonFix tests
2016-03-11 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-09 Martin CartonMerge pull request #752 from mcarton/rustup
2016-03-09 mcartonImprove the MATCH_REF_PATS suggestions
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 mcartonDogfood for future MATCH_SAME_ARMS lint
2016-02-02 Manish GoregaokarMerge branch 'pr-593'
2016-02-01 Manish GoregaokarMerge pull request #579 from oli-obk/single_match_else
2016-02-01 Oliver 'ker' Schneiderlint on single match expressions with a value in the...
2016-01-15 llogiqMerge pull request #523 from sanxiyn/escape-arg
2016-01-13 Manish GoregaokarMerge pull request #547 from mcarton/single_match
2016-01-13 mcartonAdd known enums to SINGLE_MATCH
2016-01-03 Manish GoregaokarMerge branch 'pr-538'
2016-01-02 Manish GoregaokarMerge pull request #537 from GuillaumeGomez/fields_test
2016-01-02 llogiqMerge pull request #520 from mcarton/#471
2016-01-02 mcartonMerge branch 'master' of https://github.com/Manishearth...
2015-12-23 mcartonInclude error message in tests
2015-12-23 mcartonConsider literal patterns in MATCH_OVERLAPPING_ARM
2015-12-23 mcartonImplement #471
2015-11-26 Manish GoregaokarMerge pull request #468 from devonhollowood/option...
2015-11-25 Manish GoregaokarMerge pull request #470 from sanxiyn/match-ref-pats
2015-11-24 Seo SanghyeonExtend match_ref_pats to desugared matches
2015-11-17 Manish GoregaokarMerge pull request #457 from sanxiyn/match-block-comma
2015-11-17 Seo SanghyeonRemove trailing commas in match arms with blocks
2015-11-14 llogiqMerge pull request #452 from fhartwig/lifetime-false...
2015-11-09 Manish GoregaokarTests shouldn't be executable (fixes #444)
2015-10-29 llogiqMerge pull request #422 from sanxiyn/no-effect
2015-10-29 Manish GoregaokarMerge pull request #423 from wartman4404/master
2015-10-29 wartman4404Don't show single_match if match_bool also applies
2015-10-21 Manish GoregaokarMerge pull request #402 from Manishearth/match_bool_hints
2015-10-21 Andre Bogusadded code snippet help to match_bool
2015-10-20 Manish GoregaokarMerge pull request #401 from kvikas/match_bool
2015-10-20 Vikas KumarMatch on bool should be replaced with if..else block
2015-09-22 llogiqMerge pull request #344 from Manishearth/reflet
2015-09-22 Manish GoregaokarHandle let ref in toplevel_ref_arg as well
2015-09-17 llogiqMerge pull request #337 from Manishearth/indentfix
2015-09-17 llogiqMerge pull request #336 from Manishearth/issue335
2015-09-17 Georg Brandlref matches: false positive with only wildcard pattern...
2015-09-02 llogiqMerge pull request #275 from Manishearth/shadow
2015-09-02 llogiqreporting improvements
2015-08-25 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2015-08-22 R.ChavignatMerge branch 'master' into cast_iusize_improvements
2015-08-22 llogiqMerge pull request #216 from birkenfeld/match_pass
2015-08-22 Georg Brandlmatches: special message for this case
2015-08-22 Georg Brandlnew lint: using &Ref patterns instead of matching on...