summary refs log tree commit diff
path: root/src/test/compile-fail/lint-stability-fields.rs
AgeCommit message (Expand)AuthorLines
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-115/+27
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+0
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-6/+6
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-10-13Refactor attr::StabilityVadim Petrochenkov-6/+6
2015-08-15test: Fix tests for requiring issuesAlex Crichton-11/+13
2015-06-11update stability compile-fail testsAlexis Beingessner-5/+30
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-42/+42
2015-02-26Check stability of struct fields.Huon Wilson-0/+346