]> git.lizzy.rs Git - rust.git/history - src/matches.rs
added wiki comments + wiki-generating python script
[rust.git] / src / matches.rs
2015-12-11 llogiqadded wiki comments + wiki-generating python script
2015-12-06 Manish GoregaokarMerge pull request #481 from fhartwig/lifetime-with...
2015-12-03 llogiqMerge pull request #460 from oli-obk/cyclomatic_complexity
2015-12-03 Oliver Schneidercompute cyclomatic complexity (adjusted to not punish...
2015-11-30 Manish GoregaokarRust upgrade to rustc 1.6.0-nightly (52d95e644 2015...
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-25 Seo SanghyeonDon't panic
2015-11-24 Seo SanghyeonExtend match_ref_pats to desugared matches
2015-11-08 Manish GoregaokarMerge pull request #440 from Manishearth/map_clone
2015-11-05 Manish GoregaokarRustup to rustc 1.6.0-nightly (effcd2965 2015-11-04)
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 KumarFixups from review comments
2015-10-20 Vikas KumarMatch on bool should be replaced with if..else block
2015-10-06 Manish GoregaokarMerge pull request #354 from Pyriphlegethon/master
2015-09-30 Manish GoregaokarMerge pull request #351 from Wafflespeanut/while_let
2015-09-29 Ravi Shankarextending while_let to warn for more statements
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
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-04 Manish GoregaokarMerge pull request #298 from birkenfeld/as_mut
2015-09-04 Manish GoregaokarMerge pull request #295 from Manishearth/hir3
2015-09-03 Manish GoregaokarUpdate rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb...
2015-09-02 Georg BrandlMerge pull request #283 from birkenfeld/wording
2015-09-02 Georg Brandldon't say "did you mean to" - use the standard "conside...
2015-08-30 llogiqMerge pull request #258 from birkenfeld/collect-exhaust
2015-08-30 Georg Brandlnew lint: loop-match-break, which could be while-let...
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 llogiqMerge pull request #246 from Manishearth/macro
2015-08-26 Manish GoregaokarMore macro checks
2015-08-25 llogiqMerge pull request #230 from birkenfeld/eq_op_fix
2015-08-25 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2015-08-25 Georg Brandlall: remove unneeded deref and/or ref operations
2015-08-25 Manish GoregaokarMerge pull request #235 from birkenfeld/fix
2015-08-25 Georg Brandlall: remove unneeded deref and/or ref operations
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...
2015-08-22 Georg Brandlmatches: new module, move single_match lint there