| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-07-05 | test: Fix tests for crate_id removal | Alex Crichton | -24/+0 | |
| This involved removing some tests whose functionality was removed such as many of the crateresolve tests | ||||
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -2/+2 | |
| 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. | ||||
| 2013-01-30 | test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting | Patrick Walton | -2/+1 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -2/+2 | |
| 2012-04-06 | test: Refactor the crateresolve tests | Brian Anderson | -0/+14 | |
| Keep their aux builds from stomping on each other | ||||
