about summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/stability-attribute-sanity.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-76/+0
2022-04-14Use native duplicate attribute checkJacob Pratt-1/+1
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-7/+7
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-6/+6
This keeps `reason` around for the time being. This is necessary to avoid breakage during the bootstrap process. This change, as a whole, brings `#[rustc_deprecated]` more in line with `#[deprecated]`.
2022-03-03Cleanup feature gates.Camille GILLOT-0/+1
2021-05-09remove const_fn feature gateRalf Jung-1/+1
2021-02-10Tweak stability attribute diagnostic outputEsteban Küber-4/+4
2021-02-10Inherit `#[stable(..)]` annotations in enum variants and fields from its itemEsteban Küber-3/+2
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-1/+5
2020-11-01Use the right span for errors about #[deprecated] attributes.Mara Bos-3/+3
2020-07-20Parse rustc_deprecated as deprecated attributeMark Rousskov-1/+1
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-6/+6
2019-12-13Require stable/unstable annotations for the constness of all stable ↵Oliver Scherer-3/+2
functions with a `const` modifier
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-1/+1
2019-09-26Add test for E0543Guillaume Gomez-0/+4
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-22/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+101