summary refs log tree commit diff
path: root/src/test/run-pass/static-mut-foreign.rs
AgeCommit message (Expand)AuthorLines
2013-11-29Statically link librustrt to libstdAlex Crichton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-08-23rt: Move some test functions to rust_test_helpersBrian Anderson-14/+14
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+1
2013-06-24Fix 'static mut' testsAlex Crichton-1/+1
2013-06-23Support foreign 'static mut' variables as wellAlex Crichton-0/+46