| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -41/+0 | |
| 2017-06-08 | Ignore variadic FFI test on AArch64 | Mátyás Mustoha | -0/+1 | |
| 2017-05-27 | Allow variadic functions with cdecl calling convention. | Mark Simulacrum | -2/+4 | |
| 2016-10-25 | adapt tests | Tim Neumann | -1/+1 | |
| 2015-04-14 | Fallout from this change. | Felix S. Klock II | -19/+10 | |
| 2015-03-17 | Move unsafety out of the subtyping relation and into coercion. | Niko Matsakis | -2/+2 | |
| 2015-01-12 | Fix testsuite errors | mdinger | -6/+10 | |
| 2015-01-06 | test fallout from isize/usize | Corey Richardson | -8/+8 | |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -4/+4 | |
| Closes #8492 | ||||
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 | |
| 2014-05-09 | Register new snapshots | Alex Crichton | -5/+5 | |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -2/+6 | |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -1/+0 | |
| These two attributes are no longer useful now that Rust has decided to leave segmented stacks behind. It is assumed that the rust task's stack is always large enough to make an FFI call (due to the stack being very large). There's always the case of stack overflow, however, to consider. This does not change the behavior of stack overflow in Rust. This is still normally triggered by the __morestack function and aborts the whole process. C stack overflow will continue to corrupt the stack, however (as it did before this commit as well). The future improvement of a guard page at the end of every rust stack is still unimplemented and is intended to be the mechanism through which we attempt to detect C stack overflow. Closes #8822 Closes #10155 | ||||
| 2013-11-04 | Add tests for variadic foreign functions. | Luqman Aden | -0/+40 | |
