Skip to content

libcore: Add VaList and variadic arg handling intrinsics#49878

Merged
bors merged 2 commits intorust-lang:masterfrom
dlrobertson:va_list_pt0
Nov 29, 2018
Merged

libcore: Add VaList and variadic arg handling intrinsics#49878
bors merged 2 commits intorust-lang:masterfrom
dlrobertson:va_list_pt0

Conversation

@dlrobertson
Copy link
Contributor

@dlrobertson dlrobertson commented Apr 11, 2018

Summary

  • Add intrinsics for va_start, va_end, va_copy, and va_arg.
  • Add core::va_list::VaList to libcore.

Part 1 of (at least) 3 for #44930

Comments and critiques are very much welcomed 😄

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

F-c_variadic `#![feature(c_variadic)]` S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.