-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support defining C-compatible variadic functions in Rust #2137
Merged
Commits on Sep 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 019dff4 - Browse repository at this point
Copy the full SHA 019dff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3039f17 - Browse repository at this point
Copy the full SHA 3039f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12eb69f - Browse repository at this point
Copy the full SHA 12eb69fView commit details -
Rust doesn't support passing a closure as an `extern "C" fn`, so these wouldn't serve any purpose yet.
Configuration menu - View commit details
-
Copy full SHA for e6b5cfb - Browse repository at this point
Copy the full SHA e6b5cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9fe291 - Browse repository at this point
Copy the full SHA e9fe291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 247991e - Browse repository at this point
Copy the full SHA 247991eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cca2ce - Browse repository at this point
Copy the full SHA 0cca2ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3161c45 - Browse repository at this point
Copy the full SHA 3161c45View commit details -
Drop VaList::start; name the VaList argument instead, to improve life…
…times This allows the compiler to pass an appropriate lifetime without as much magic.
Configuration menu - View commit details
-
Copy full SHA for 7b7b3ff - Browse repository at this point
Copy the full SHA 7b7b3ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d060c4 - Browse repository at this point
Copy the full SHA 9d060c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3769670 - Browse repository at this point
Copy the full SHA 3769670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b5545 - Browse repository at this point
Copy the full SHA 63b5545View commit details
Commits on Sep 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5437ab2 - Browse repository at this point
Copy the full SHA 5437ab2View commit details -
Just specify that the compiler must ensure that VaList::arg gets called only for types allowed in FFI calls, including `#[repr(C)]` structs and non-value-carrying enums with a `repr`-specified discriminant type.
Configuration menu - View commit details
-
Copy full SHA for 7bd8d7d - Browse repository at this point
Copy the full SHA 7bd8d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f80ac - Browse repository at this point
Copy the full SHA 96f80acView commit details
Commits on Sep 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 18a8b36 - Browse repository at this point
Copy the full SHA 18a8b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e5698e - Browse repository at this point
Copy the full SHA 7e5698eView commit details
Commits on Sep 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 105f764 - Browse repository at this point
Copy the full SHA 105f764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bdb95c - Browse repository at this point
Copy the full SHA 6bdb95cView commit details -
Use the rustdoc-style
/* fields omitted */
syntax to declare VaList`extern type` doesn't quite have the right semantics.
Configuration menu - View commit details
-
Copy full SHA for 1546c82 - Browse repository at this point
Copy the full SHA 1546c82View commit details
Commits on Sep 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eca3eae - Browse repository at this point
Copy the full SHA eca3eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d1f5c - Browse repository at this point
Copy the full SHA e3d1f5cView commit details
Commits on Sep 13, 2017
-
Stop using Clone; implement copy safely via a closure
Huge thanks to Without Boats for help working out the details here.
Configuration menu - View commit details
-
Copy full SHA for b2acc33 - Browse repository at this point
Copy the full SHA b2acc33View commit details
Commits on Sep 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4042834 - Browse repository at this point
Copy the full SHA 4042834View commit details
Commits on Sep 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eb9c392 - Browse repository at this point
Copy the full SHA eb9c392View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.