Uh oh!
There was an error while loading. Please reload this page.
Allow registering MIR-passes through compiler plugins - #31425
Conversation
rust-highfive
commented
Feb 5, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nagisa (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. |
nagisa
commented
Feb 5, 2016
This looks okay to me. EDIT: r=me once the dependency lands/is r+d. |
bors
commented
Feb 6, 2016
☔ The latest upstream changes (presumably #31307) made this pull request unmergeable. Please resolve the merge conflicts. |
nagisa
commented
Feb 9, 2016
Rebase? |
oli-obk
commented
Feb 9, 2016
done |
nagisa
commented
Feb 9, 2016
bors
commented
Feb 9, 2016
⌛ Testing commit 4b06718 with merge 3ea4605... |
bors
commented
Feb 9, 2016
💔 Test failed - auto-linux-64-opt |
oli-obk
commented
Feb 9, 2016
no clue where that error came from: |
nagisa
commented
Feb 9, 2016
@bors retry Seems spurious to me: the error message is 2 different error messages interleaved which makes the actual error we’re looking for invalid. |
arielb1
commented
Feb 9, 2016
@bors retry |
bors
commented
Feb 9, 2016
bors
commented
Feb 9, 2016
nrc
commented
Feb 10, 2016
What is the motivation for this? It would be nice if changes like this could get some discussion - an internals thread, or even an issue being opened beforehand. I feel we have been burnt by llvm plugin passes and don't want to repeat that experience. At the very least this facility should be documented. |
oli-obk
commented
Feb 10, 2016
Sorry about that. Discussion start: https://internals.rust-lang.org/t/mir-compiler-plugins-for-custom-mir-passes/3166 |
depends on #31324
r? @nagisa