summary refs log tree commit diff
path: root/src/test/run-pass/extern-mod-syntax.rs
AgeCommit message (Expand)AuthorLines
2014-02-24Move extra::json to libserializeAlex Crichton-2/+2
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-08-14libsyntax: Parse "extern mod foo;"Patrick Walton-0/+7