summary refs log tree commit diff
path: root/src/test/run-pass/foreign-call-no-runtime.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-06Make foreign calls work outside of tasks. #4451Brian Anderson-0/+24