about summary refs log tree commit diff
path: root/src/test/ui/macros/macro-stability.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-31/+0
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-1/+1
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-3/+3
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-1/+4
2020-07-26report kind of deprecated item in messageAndy Russell-2/+2
This is important for fields, which are incorrectly referred to as "items".
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-2/+2
2019-07-07Support deprecation checking for macrosVadim Petrochenkov-0/+16
2019-07-07resolve: Use standard stability diagnostics for macrosVadim Petrochenkov-2/+2
2019-07-07resolve: Check stability for local macros as wellVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+22