summary refs log tree commit diff
path: root/src/test/run-pass/static-mut-foreign.rs
AgeCommit message (Expand)AuthorLines
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-5/+5
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
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-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