about summary refs log tree commit diff
path: root/src/test/auxiliary/struct_variant_xc_aux.rs
AgeCommit message (Collapse)AuthorLines
2016-05-06kill the old auxiliary directoryNiko Matsakis-18/+0
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-24test: silence a warningErick Tryzelaar-0/+1
2014-11-20removed struct_variant feature from testsSimon Wollwage-2/+0
2014-11-09First stage of struct variant field visibility changesSteven Fackler-1/+1
We need a snapshot before the parser can be adjusted.
2014-10-19Remove a large amount of deprecated functionalityAlex 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-21Fix spurious non-exhaustive errors for cross-crate struct variantsJakub Wieczorek-1/+2
2014-03-31rpass/cfail: Update field privacy where necessaryAlex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-3/+3
Closes #2569
2013-12-23rustc: Add a lint for the obsolete crate-level link attributeBrian Anderson-3/+0
2013-12-19Rename pkgid to crate_idCorey Richardson-1/+1
Closes #11035
2013-12-10Make 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-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-09-11Fix whitespace in testsSiegeLord-1/+1
2013-09-11Replace dashes in the filenames of the new tests with underscores to avoid ↵SiegeLord-0/+17
issues with Windows