summary refs log tree commit diff
path: root/src/test/run-pass/extern-pass-double.rs
AgeCommit message (Expand)AuthorLines
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+1
2016-12-01Fix rust_test_helpers linkage.Vadim Chugunov-1/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-1/+1
2013-11-29Statically link librustrt to libstdAlex Crichton-0/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+1
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-13Revamp foreign code not to consider the Rust modes. This requiresNiko Matsakis-0/+20