| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-06 | kill the old auxiliary directory | Niko Matsakis | -18/+0 | |
| 2015-04-01 | Fallout in tests | Niko Matsakis | -1/+1 | |
| 2015-03-24 | test: silence a warning | Erick Tryzelaar | -0/+1 | |
| 2014-11-20 | removed struct_variant feature from tests | Simon Wollwage | -2/+0 | |
| 2014-11-09 | First stage of struct variant field visibility changes | Steven Fackler | -1/+1 | |
| We need a snapshot before the parser can be adjusted. | ||||
| 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-06-21 | Fix spurious non-exhaustive errors for cross-crate struct variants | Jakub Wieczorek | -1/+2 | |
| 2014-03-31 | rpass/cfail: Update field privacy where necessary | Alex Crichton | -1/+1 | |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -3/+3 | |
| Closes #2569 | ||||
| 2013-12-23 | rustc: Add a lint for the obsolete crate-level link attribute | Brian Anderson | -3/+0 | |
| 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-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -0/+2 | |
| 2013-09-11 | Fix whitespace in tests | SiegeLord | -1/+1 | |
| 2013-09-11 | Replace dashes in the filenames of the new tests with underscores to avoid ↵ | SiegeLord | -0/+17 | |
| issues with Windows | ||||
