| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -21/+0 | |
| 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-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -2/+2 | |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2/+2 | |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -2/+2 | |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 | |
| 2012-04-10 | test: Remove duplicated auxliary tests | Haitao Li | -2/+2 | |
| 2012-04-09 | test: Don't share auxiliary modules | Haitao Li | -2/+2 | |
| 2012-04-08 | Check metadata hash when loading transitive dependent crates | Haitao Li | -0/+11 | |
| Fix issue #2138 | ||||
