about summary refs log tree commit diff
path: root/src/test/ui/stability-attribute
AgeCommit message (Expand)AuthorLines
2022-07-20passes: check implied feature existsDavid Wood-0/+18
2022-07-20passes: improved partial stabilization diagnosticDavid Wood-4/+20
2022-07-20middle: add `implies_by` to `#[unstable]`David Wood-0/+102
2022-07-20attr: fix expected meta-item for `#[stable]`David Wood-2/+2
2022-07-15Mark stabilized intrinsics with `rustc_allowed_through_unstable_modules`Aaron Hill-0/+17
2022-07-08fixes post rebaseJane Losare-Lusby-17/+1
2022-07-08add rt flag to allowed internal unstable for RustcEncodable/DecodableJane Lusby-0/+8
2022-07-08add opt in attribute for stable-in-unstable itemsJane Lusby-0/+64
2022-07-08Support unstable moves via stable in unstable itemsJane Lusby-0/+104
2022-07-07Reword comments and rename HIR visiting methods.Camille GILLOT-6/+6
2022-06-04Allow unstable items to be re-exported unstably without requiring the feature...cole-0/+66
2022-05-19Proper const stability check, default to unstableJacob Pratt-5/+20
2022-04-14Use native duplicate attribute checkJacob Pratt-10/+14
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-103/+59
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-46/+46
2022-03-03Cleanup feature gates.Camille GILLOT-3/+10
2022-03-03Gate stability attrs with other attributes.Camille GILLOT-6/+22
2022-03-03Bless test.Camille GILLOT-2/+17
2022-02-24don't special case `DefKind::Ctor` in encodinglcnr-8/+8
2022-02-03Add missing const stability attributesJacob Pratt-7/+9
2022-02-03Require const stability on all stable const itemsJacob Pratt-9/+27
2022-01-12Bless tests.Camille GILLOT-105/+129
2021-11-23Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t...Matthias Krüger-0/+58
2021-11-24Suggestion to wrap inner types using `allocator_api` in tupleKen Matsui-0/+58
2021-11-18Move some tests to more reasonable directoriesCaio-0/+19
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-11/+24
2021-07-26Add long explanation for E0544.Chris Midgley-1/+1
2021-06-15Use last segmenthi-rustin-18/+18
2021-06-15shrinking the deprecated method spanhi-rustin-8/+8
2021-06-04Revert "shrinking the deprecated method span"Rich Kadel-8/+8
2021-05-24shrinking the deprecated method spanhi-rustin-8/+8
2021-05-09remove const_fn feature gateRalf Jung-1/+1
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-74/+72
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-4/+4
2021-03-05Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakisbors-21/+23
2021-02-18Add long explanation for E0549Jesus Rubio-1/+1
2021-02-17Add long explanation for E0543Jesus Rubio-1/+1
2021-02-15Add long explanation for E0545Jesus Rubio-1/+1
2021-02-10Tweak stability attribute diagnostic outputEsteban Küber-8/+14
2021-02-10Inherit `#[stable(..)]` annotations in enum variants and fields from its itemEsteban Küber-17/+13
2021-02-08Add long explanation for E0547Jesus Rubio-1/+1
2021-02-06Add long error explanation for E0542Jesus Rubio-1/+1
2021-01-15Don't mark `ineffective_unstable_trait_impl` as an internal lintJoshua Nelson-2/+2
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-4/+14
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-0/+234
2020-12-02bless stability-attribute-sanity ui testDaiki Ihara-1/+1
2020-11-02Improve deprecation attribute diagnostic messages.Mara Bos-6/+2
2020-11-01Use the right span for errors about #[deprecated] attributes.Mara Bos-9/+15
2020-09-27Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obkJonas Schievink-0/+20
2020-09-25Test for missing const-stability attributesDylan MacKenzie-0/+20