about summary refs log tree commit diff
path: root/src/test/run-pass/anon-extern-mod.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
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-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2013-11-29Statically link librustrt to libstdAlex Crichton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-10-14Removing ccdeclSteve Klabnik-1/+1
2013-10-14Remove unused abi attributes.Steve Klabnik-2/+1
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+1
2013-07-30test: Use a test extern in various foreign fn testsBrian Anderson-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-02-11rt: remove last_os_error and adjust tests.Luqman Aden-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-24librustc: Make C functions unsafePatrick Walton-2/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-30rustc: "extern mod { ... }" should be written "extern { ... }" insteadPatrick Walton-2/+2
2012-08-29Allow extern mods to be anonymousTim Chevalier-0/+9