Daniel Paoliello
Daniel Paoliello
With the completion of #98989 this feature is ready to be stabilized for non-x86 platforms (`x86_64` and `aarch64` for both `msvc` and `gnu` environments, it should work on `thumbv7a` as...
# Request for Stabilization I'd like to stabilize `raw-dylib` for **non-x86** architectures (i.e., `x86_64`, `aarch64` and `thumbv7a`). A stabilization PR has been submitted as #99916. ## Summary The following two...
@joshtriplett `vectorcall` support and tests have been merged in.
FYI, remaining non-x86 issues that were identified have been addressed and fixes merged in.
r? @michaelwoerister
@ehuss or @michaelwoerister can I please get a review?
> Seems fine to me. It looks like there is an exception for x86 that isn't mentioned here. Perhaps a small note like "is only supported on Windows and is...
@m-ou-se Any comments on this RFC? I've like to get the `Vec::try_` methods merged in, even if they never stabilize and are subsequently removed.
One more request to finish fleshing out `VARIANT`, please implement the `Default` trait as well - this makes it easier (and consistent with other types) to create one to pass-by-pointer...
r? @michaelwoerister