about summary refs log tree commit diff
path: root/src/test/run-pass/crateresolve2.rs
AgeCommit message (Expand)AuthorLines
2014-07-05test: Fix tests for crate_id removalAlex Crichton-34/+0
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-14extern mod => extern crateAlex Crichton-3/+3
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-3/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-3/+3
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-6/+3
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/+3
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-3/+3
2012-04-07test: Un-xfail run-pass/crateresolve2Brian Anderson-1/+0
2012-04-06test: Refactor the crateresolve testsBrian Anderson-9/+9
2012-04-05rustc: Don't assume that all crates with the same name are the sameBrian Anderson-0/+26