about summary refs log tree commit diff
path: root/src/test/compile-fail/import-from-rename.rs
AgeCommit message (Expand)AuthorLines
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-20/+0
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-1/+1
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-3/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-07-13More consistent use of backticks and "expected" in error messages.Lindsey Kuper-1/+1
2012-02-17Refactor view_path to parse (but not yet process) export globs, unify code pa...Graydon Hoare-1/+1
2011-08-17Allow multiple imports in a single statementBrian Anderson-0/+10