about summary refs log tree commit diff
path: root/src/test/auxiliary/extern_mod_ordering_lib.rs
AgeCommit message (Collapse)AuthorLines
2016-05-06kill the old auxiliary directoryNiko Matsakis-15/+0
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` ↵Patrick Walton-0/+6
directives, then items. Resolve them in this order as well.