-
Notifications
You must be signed in to change notification settings - Fork 13.3k
add Miri to rustc rustdoc page #98714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@RalfJung can you double check that |
It's good that someone kept the changes in backup somewhere, I completely lost 'em and couldn't figure out how to do it again |
Seems to work fine. @InfRandomness you are marked as their author. See e.g. c113fbe: "infrandomness authored and RalfJung committed". It looks like you used an email address for those commits that is not associated with your Github account, that's why it cannot link to that. |
@bors r+ |
📌 Commit c25d566 has been approved by |
that's weird |
Ah I know what happened, I put a lowercased username in, I think that's because of that, |
If you produce commits with fixed emails in your fork, I can cherry-pick them. (But this PR might get rolled up any time and then it will be too late.) |
My fork is completely destroyed, can I fork your fork, rebase / edit and then have you cherry-pick it ? |
This is not going to be any easier than the initial submodule stuff that gave you trouble. |
Your Github fork is fine. Your local copy of it might be busted, but you can just delete that and re-clone. |
If you want to try that, fine with me. |
@RalfJung Okay I have successfully changed the author on my fork ! 😄 |
Nice. :) So do you want to create a PR from your branch https://github.com/InfRandomness/rust/tree/miri-rustdoc ? |
Yep, done ! |
For future reference: #98764 |
add Miri to the nightly docs This is a follow-up to rust-lang#97773 and to rust-lang#98714 It adds miri to the doc.rust-lang.org/nightly/nightly-rustc](https://doc.rust-lang.org/nightly/nightly-rustc/
add Miri to the nightly docs This is a follow-up to rust-lang#97773 and to rust-lang#98714 It adds miri to the doc.rust-lang.org/nightly/nightly-rustc](https://doc.rust-lang.org/nightly/nightly-rustc/
Based on #97773 by @InfRandomness
r? @jyn514