Uh oh!
There was an error while loading. Please reload this page.
move middle::check_match and middle::const_eval to their own crate - #31255
move middle::check_match and middle::const_eval to their own crate#31255oli-obk wants to merge 2 commits into
Conversation
rust-highfive
commented
Jan 28, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @arielb1 (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
8843a5f to
6f4dc87Comparearielb1
commented
Jan 31, 2016
@bors r+ |
bors
commented
Jan 31, 2016
📌 Commit 6f4dc87 has been approved by |
bors
commented
Jan 31, 2016
🔒 Merge conflict |
bors
commented
Jan 31, 2016
☔ The latest upstream changes (presumably #31298) made this pull request unmergeable. Please resolve the merge conflicts. |
oli-obk
commented
Feb 1, 2016
was just a change in error codes right next to one of the moved error codes |
oli-obk
commented
Feb 3, 2016
let's delay this until after typestrong const ints |
r? @arielb1
this is groundwork for replacing const eval (running on HIR) by a constant propagator (running on MIR)