about summary refs log tree commit diff
path: root/src/test/compile-fail/use-meta.rc
AgeCommit message (Collapse)AuthorLines
2014-07-05test: Fix tests for crate_id removalAlex Crichton-13/+0
This involved removing some tests whose functionality was removed such as many of the crateresolve tests
2014-02-14extern mod => extern crateAlex Crichton-1/+1
This was previously implemented, and it just needed a snapshot to go through
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-2/+1
This replaces the link meta attributes with a pkgid attribute and uses a hash of this as the crate hash. This makes the crate hash computable by things other than the Rust compiler. It also switches the hash function ot SHA1 since that is much more likely to be available in shell, Python, etc than SipHash. Fixes #10188, #8523.
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-07-13More consistent use of backticks and "expected" in error messages.Lindsey Kuper-1/+1
Got some of the debug messages, here, too. I figure it doesn't hurt to get used to doing this even in places where users won't ever see it.
2011-06-29Re-enable tidy (it was broken) and fix various non-tidy things.Graydon Hoare-1/+1
2011-06-28Add test case for non-matching crate metadata in use statementsBrian Anderson-0/+4