]> git.lizzy.rs Git - rust.git/commit
auto merge of #15078 : jakub-/rust/pattern-matching-refactor-vol-2, r=pnkfelix
authorbors <bors@rust-lang.org>
Thu, 3 Jul 2014 08:56:36 +0000 (08:56 +0000)
committerbors <bors@rust-lang.org>
Thu, 3 Jul 2014 08:56:36 +0000 (08:56 +0000)
commite26d0a7a36439497ccc6994110e97d79c924c2d7
tree0e0f5251974e26e7af0e613b900dfd8aa0637ac1
parent00f9ff2b41ffd1f1c187533570d979018724852a
parent6b6edf4702be1a3c984e894cfb568b63ca224a26
auto merge of #15078 : jakub-/rust/pattern-matching-refactor-vol-2, r=pnkfelix

I believe there's more commonality to be found there but maybe small steps are better. I'm also in the process of documenting what I can, I will see if I can add it to this PR.

It also seems to me that ideally some of this stuff (especially the pattern sanity check) could live as a separate compiler-agnostic module but I understand this may not be the right time (if not the worst) to start the process of modularising rustc.