-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Add "type_name" support in emulate_intrinsic() #61498
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @cramertj (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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
Please remove the str_to_immediate
function, since it is now not necessary anymore (miri can remove its use of it)
Ralf already did that, in this commit, which was merged I believe shortly before (or sometime shortly after) I initially submitted issue #61399. My implementation of |
concurrency is hard 😄 thanks for the details! @bors r+ |
📌 Commit 70aeb22 has been approved by |
…oli-obk Add "type_name" support in emulate_intrinsic() I did some dumb Git things and deleted my original fork repo semi-accidentally (but probably for the best as I'd messed up the history.) This is the same issue as rust-lang#61399, which was obviously auto-closed, to be clear.
No problem. |
Add "type_name" support in emulate_intrinsic() I did some dumb Git things and deleted my original fork repo semi-accidentally (but probably for the best as I'd messed up the history.) This is the same issue as #61399, which was obviously auto-closed, to be clear.
☀️ Test successful - checks-travis, status-appveyor |
We bump `rust-version` to pick up the new impl from rust-lang/rust#61498 and add a test.
We bump `rust-version` to pick up the new impl from rust-lang/rust#61498 and add a test.
I did some dumb Git things and deleted my original fork repo semi-accidentally (but probably for the best as I'd messed up the history.)
This is the same issue as #61399, which was obviously auto-closed, to be clear.