summary refs log tree commit diff
path: root/src/test/compile-fail/issue-17337.rs
AgeCommit message (Expand)AuthorLines
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+0
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-10-13Refactor attr::StabilityVadim Petrochenkov-2/+2
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+2
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-08Improvements to feature stagingBrian Anderson-0/+1
2014-10-03Move the lint for the stability lints to the method name onlyP1start-0/+23