summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-14/+14
2023-09-07Stabilize `PATH` option for `--print KIND=PATH`Urgau-13/+0
2023-09-01Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkovbors-71/+5
2023-08-24Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkovbors-0/+110
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+110
2023-08-18Add the relocation_model to the cfgLuca Barbato-0/+16
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-0/+90
2023-08-07stabilize abi_thiscallBenedikt Radtke-153/+0
2023-08-03Add `internal_features` lintNilstrieb-5/+6
2023-08-02Replace old private-in-public diagnostic with type privacy lintsBryanskiy-71/+5
2023-07-27Make `--print KIND=PATH` unstableUrgau-0/+13
2023-07-10Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errorsbors-16/+8
2023-07-10Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este...Matthias Krüger-0/+9
2023-07-08Replace RPITIT current impl with new strategy that lowers as a GATSantiago Pastorino-16/+8
2023-07-07Require TAITs to be mentioned in the signatures of functions that register hi...Oli Scherer-3/+3
2023-07-07adjust smart_resolve_partial_mod_path_errorsyukang-0/+9
2023-07-03Remove compare modeMichael Goulet-1/+0
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-0/+105
2023-06-23Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-8/+96
2023-06-19Syntatically accept `become` expressionsMaybe Waffle-0/+30
2023-06-15privacy: Feature gate new type privacy lintsVadim Petrochenkov-0/+105
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-1/+1
2023-05-13Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors-3/+0