about summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2023-10-14Lint `non_exhaustive_omitted_patterns` per columnNadrieril-14/+62
2023-10-14Add and prepare testsNadrieril-19/+46
2023-10-13Stabilize AFIT and RPITITMichael Goulet-53/+4
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+17
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-0/+25
2023-10-05Rollup merge of #116431 - estebank:issue-80476, r=compiler-errorsJubilee-16/+16
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+25
2023-10-04Tweak wording of E0562Esteban Küber-16/+16
2023-10-03Bless testsMichael Goulet-4/+5
2023-09-28make adt_const_params feature suggestion more consistent with others and only...asquared31415-1/+1
2023-09-23implement Literal::byte_characterEmil Gardström-0/+22
2023-09-14Fix the error message for `#![feature(no_coverage)]`Zalathar-1/+1
2023-09-08Rename the feature, but not the attribute, to `coverage_attribute`Andy Caldwell-3/+3
2023-09-08Add `no_coverage` to the 'removed features' listAndy Caldwell-4/+14