| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -1/+1 | |
| Spring cleaning is here! In the Fall! This commit removes quite a large amount of deprecated functionality from the standard libraries. I tried to ensure that only old deprecated functionality was removed. This is removing lots and lots of deprecated features, so this is a breaking change. Please consult the deprecation messages of the deleted code to see how to migrate code forward if it still needs migration. [breaking-change] | ||||
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -1/+1 | |
| 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 | |
