| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, ↵ | Tyler Mandry | -1/+0 | |
| r=alexcrichton" This reverts commit 7870050796e5904a0fc85ecbe6fa6dde1cfe0c91, reversing changes made to 2e7244807a7878f6eca3eb7d97ae9b413aa49014. | ||||
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -0/+1 | |
| 2019-09-09 | test/c-variadic: Fix patterns on powerpc64 | Samuel Holland | -11/+12 | |
| On architectures such as powerpc64 that use extend_integer_width_to in their C ABI processing, integer parameters shorter than the native register width will be annotated with the ArgAttribute::SExt or ArgAttribute::ZExt attribute, and that attribute will be included in the generated LLVM IR. In this test, all relevant parameters are `i32`, which will get the `signext` annotation on the relevant 64-bit architectures. Match both the annotated and non-annotated case, but enforce that the annotation is applied consistently. | ||||
| 2019-08-25 | Force #[unwind(aborts)] in test/codegen/c-variadic.rs | Josh Stone | -0/+6 | |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement ↵ | Andrei Homescu | -1/+1 | |
| Clone for it. | ||||
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -0/+69 | |
| Add support for defining C compatible variadic functions in unsafe rust with extern "C". | ||||
