summary refs log tree commit diff
path: root/src/test/run-pass/use-mod.rs
AgeCommit message (Expand)AuthorLines
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-03sed -i -s 's/\bmod}/self}/g' **/*.rsJorge Aparicio-1/+1
2015-01-02Change tests to use `self` instead of `mod` in use itemsNick Cameron-2/+2
2014-07-20Implement new mod import sugarJakub Wieczorek-0/+38
2013-04-22librustc: Remove `use mod` from the languagePatrick Walton-24/+0
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-4/+2
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-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-08-31rustc: Implement "use mod"Patrick Walton-0/+12