| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-24 | All uses of `extern fn` should mean `extern "C" fn`. Closes #9309. | Nick Cameron | -2/+2 | |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -1/+1 | |
| Closes #11035 | ||||
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+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-08-21 | Split cross-crate test into own test and xfail-fast it | Andreas Martens | -2/+2 | |
| 2013-08-18 | Add assertions and cross crate tests | Andreas Martens | -0/+14 | |
