about summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2024-01-07Make ImplTraitPosition display more descriptiveMichael Goulet-4/+4
2024-01-05Rollup merge of #119148 - estebank:bare-traits, r=davidtwcoMichael Goulet-3/+3
2024-01-04Rollup merge of #119417 - compiler-errors:closure-checking, r=davidtwcoMatthias Krüger-4/+4
2024-01-03Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType`Esteban Küber-3/+3
2024-01-03Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-deadLeón Orell Valerian Liehr-5/+14
2024-01-02E0379: Provide suggestionsLeón Orell Valerian Liehr-3/+12
2024-01-02E0379: Make diagnostic more preciseLeón Orell Valerian Liehr-3/+3
2023-12-31Update tracking issue of naked_functionsGary Guo-2/+2
2023-12-29Compute yield and return types outside of check_fnMichael Goulet-4/+4
2023-12-28rustc_lint: Prevent triplication of 'unknown lint' lintMartin Nordholts-272/+14
2023-12-26Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni...Michael Goulet-0/+30
2023-12-25Auto merge of #116274 - RalfJung:soft_unstable, r=cjgillotbors-0/+22
2023-12-23Add missing CFI sanitizer cfgs feature gateUrgau-0/+30
2023-12-20Undeprecate and use lint `unstable_features`León Orell Valerian Liehr-1/+1
2023-12-13Tweak `short_ty_string` to reduce number of filesEsteban Küber-1/+1
2023-12-12Rollup merge of #118891 - compiler-errors:async-gen-blocks, r=eholkJubilee-6/+55
2023-12-12Actually parse async gen blocks correctlyMichael Goulet-6/+55
2023-12-12Don't gate the feature twiceNadrieril-50/+14
2023-12-12Correctly gate the parsing of match arms without bodyNadrieril-9/+170
2023-12-10Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstriebbors-0/+5
2023-12-10Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Kibors-0/+24
2023-12-10Add feature gate test for `--env` flagGuillaume Gomez-0/+5
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-2/+2
2023-12-08Auto merge of #118668 - fmease:resolve-assoc-item-bindings-by-namespace, r=co...bors-5/+10
2023-12-07Resolve assoc item bindings by namespaceLeón Orell Valerian Liehr-5/+10
2023-12-06Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naberMatthias Krüger-1/+1
2023-12-05Add lifetime_capture_rules_2024Michael Goulet-0/+24
2023-12-05Remove deprecated --check-cfg names() and values() syntaxUrgau-1/+1
2023-12-04Remove the `precise_pointer_size_matching` feature gateNadrieril-2/+0
2023-12-03Disallow arm bodies on never patternsNadrieril-2/+2
2023-11-30Enable link-arg link kind inside of #[link] attributezetanumbers-0/+17
2023-11-29Add `never_patterns` feature gateNadrieril-0/+66
2023-11-24Show number in error message even for one errorNilstrieb-90/+90
2023-11-23Add an experimental feature gate for function delegationVadim Petrochenkov-0/+16
2023-11-23Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Kibors-4/+8
2023-11-22When failing to import `core`, suggest `std`Esteban Küber-4/+8
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-26/+0
2023-11-05Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillotbors-0/+52
2023-11-03Tweak spans for "adt defined here" noteNadrieril-3/+3
2023-11-03Feature gate enums in offset_ofGeorge Bateman-0/+52
2023-11-01Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillotbors-14/+14
2023-10-29On object safety error, mention new enum as alternativeEsteban Küber-0/+2
2023-10-29Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errorsbors-17/+134
2023-10-27Match usize/isize exhaustivelyNadrieril-14/+14
2023-10-27Feature gate coroutine `yield` usageOli Scherer-8/+49
2023-10-27Feature gate `gen` blocks, even in 2024 editionOli Scherer-8/+84
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber-38/+76
2023-10-23Update `since` stability attributes in testsDavid Tolnay-6/+6
2023-10-21Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillotbors-22/+97
2023-10-20s/generator/coroutine/Oli Scherer-12/+12