about summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/auxiliary
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-513/+0
2022-08-12enum variant ctor inherits stability of variantMichael Goulet-0/+8
2022-07-26Add tests for `#[rustc_default_body_unstable]`Maybe Waffle-0/+29
2022-07-20middle: add `implies_by` to `#[unstable]`David Wood-0/+8
If part of a feature is stabilized and a new feature is added for the remaining parts, then the `implied_by` attribute can be used to indicate which now-stable feature previously contained a item. If the now-stable feature is still active (if the user has only just updated rustc, for example) then there will not be an stability error for uses of the item from the implied feature. Signed-off-by: David Wood <david.wood@huawei.com>
2022-07-08add opt in attribute for stable-in-unstable itemsJane Lusby-0/+14
2022-07-08Support unstable moves via stable in unstable itemsJane Lusby-0/+19
2022-06-04Allow unstable items to be re-exported unstably without requiring the ↵cole-0/+9
feature be enabled
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-29/+29
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-29/+29
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]`.
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-0/+188
2020-09-23Add enum and type alias tests for generic default stabilityJacob Hughes-0/+106
2020-09-22Test removing unstable default parameterAvi Dessauer-0/+12
2020-09-22Test unstable Alloc param on BoxAvi Dessauer-1/+35
2020-09-22Add unstable default feature enabled testAvi Dessauer-0/+6
2020-09-22Test stability on default parameter of deprecatedAvi Dessauer-0/+20
2020-09-22Add more testsAvi Dessauer-0/+10
2020-09-22Stability annotations on generic trait parametersAvi Dessauer-0/+41
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+19