summary refs log tree commit diff
path: root/src/test/compile-fail/stability-attribute-sanity.rs
AgeCommit message (Expand)AuthorLines
2017-09-13honor #[rustc_const_unstable] attributesAlex Burka-2/+5
2016-06-29Fix testsggomez-24/+25
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+0
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-8/+8
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-10-13Refactor attr::StabilityVadim Petrochenkov-17/+14
2015-08-15test: Fix tests for requiring issuesAlex Crichton-5/+8
2015-06-11validate stability against deprecation versionAlexis Beingessner-0/+1
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-0/+95