summary refs log tree commit diff
path: root/src/test/run-pass/extern-mod-ordering-exe.rs
AgeCommit message (Expand)AuthorLines
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-0/+11