summary refs log tree commit diff
path: root/src/test/run-pass/foreign-call-no-runtime.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-19Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-androidSae-bom Kim-0/+2
2015-02-17Register new snapshotsAlex Crichton-4/+4
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-2/+2
2014-12-18libs: merge librustrt into libstdAaron Turon-2/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-20Make most of std::rt privateAaron Turon-1/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-1/+1
2014-05-15std: Remove run_in_bare_threadBrian Anderson-3/+3
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2013-11-29Statically link librustrt to libstdAlex Crichton-0/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-2/+4
2013-08-21Change type of extern fns from `*u8` to `extern "ABI" fn`Niko Matsakis-1/+2
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-3/+1
2013-08-17Fix warnings it testsErick Tryzelaar-4/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests and import the prelude in some more places.Patrick Walton-3/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-22test: Fix tests.Patrick Walton-1/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
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