Uh oh!
There was an error while loading. Please reload this page.
add thiscall calling convention support - #42058
Conversation
rust-highfive
commented
May 17, 2017
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
aidanhs
commented
May 18, 2017
carols10cents
commented
May 22, 2017
ping @pnkfelix, pinging you on irc too! |
arielb1
commented
May 23, 2017
r? @japaric Actually, I might go and review this myself tomorrow. |
nikomatsakis
left a comment
There was a problem hiding this comment.
r=me with some text in the unstable book, bonus points for opening an issue, but I can do that later
There was a problem hiding this comment.
Can we create a tracking issue for this? I think it'd be fine to have one tracking issue covering all the various unstable ABIs. It'd also be nice to actually put a few words in there about what the purpose of this ABI is. If we're going to have a book we might as well write something in it. =)
This support is needed for bindgen to work well on 32-bit Windows, and also enables people to begin experimenting with C++ FFI support on that platform. Fixesrust-lang#42044.
froydnj
commented
May 24, 2017
Thanks for the review! Added a bit of text to the book, along with a link to the tracking issue. |
nikomatsakis
commented
May 25, 2017
@bors r+ |
bors
commented
May 25, 2017
📌 Commit 9a2e245 has been approved by |
bors
commented
May 25, 2017
⌛ Testing commit 9a2e245 with merge 35ac065... |
bors
commented
May 25, 2017
💔 Test failed - status-travis |
alexcrichton
commented
May 25, 2017
bors
commented
May 26, 2017
add thiscall calling convention support This support is needed for bindgen to work well on 32-bit Windows, and also enables people to begin experimenting with C++ FFI support on that platform. Fixes#42044.
bors
commented
May 26, 2017
☀️ Test successful - status-appveyor, status-travis |
This support is needed for bindgen to work well on 32-bit Windows, and also enables people to begin experimenting with C++ FFI support on that platform.
Fixes#42044.