| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-07-05 | test: Fix tests for crate_id removal | Alex Crichton | -34/+0 | |
| This involved removing some tests whose functionality was removed such as many of the crateresolve tests | ||||
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 | |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -3/+3 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 | |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -3/+3 | |
| 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-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -3/+3 | |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -3/+3 | |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 | |
| 2013-01-30 | test: Remove export from the tests, language, and libraries. rs=deexporting | Patrick Walton | -6/+3 | |
| 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/+3 | |
| #[legacy_exports]; | ||||
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -3/+3 | |
| 2012-04-07 | test: Un-xfail run-pass/crateresolve2 | Brian Anderson | -1/+0 | |
| 2012-04-06 | test: Refactor the crateresolve tests | Brian Anderson | -9/+9 | |
| Keep their aux builds from stomping on each other | ||||
| 2012-04-05 | rustc: Don't assume that all crates with the same name are the same | Brian Anderson | -0/+26 | |
