summary refs log tree commit diff
path: root/src/test/run-pass/link-section.rs
AgeCommit message (Collapse)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
Now that support has been removed, all lingering use cases are renamed.
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
This is required by the check-fast target because each test is slurped up into a submodule.
2013-07-23Add simple link_section test to exercise itKevin Murphy-0/+34