summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2023-05-13Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naberDylan DPC-8/+1
2023-05-13Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=...Dylan DPC-0/+18
2023-05-12Note base types of coercionMichael Goulet-8/+1
2023-05-11Add support for `cfg(overflow_checks)`AngelicosPhosphoros-0/+18
2023-05-10Adjust tests for new drop and forget lintsUrgau-1/+0
2023-05-09tidy check to find misc files in ui tests, and clean up the resultsasquared31415-3/+0
2023-05-09Rollup merge of #110694 - est31:builtin, r=petrochenkovDylan DPC-0/+19
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-81/+0
2023-05-05Add feature gateest31-0/+19
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-0/+16
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-0/+16
2023-05-02Implement negative boundsMichael Goulet-0/+12
2023-05-02Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebankbors-4/+4
2023-05-02Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726Dylan DPC-25/+6
2023-05-02Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiserDylan DPC-15/+0
2023-05-02Mark RPITIT and AFIT as no longer incompleteMichael Goulet-25/+6
2023-05-02Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplettbors-2/+155
2023-05-01Rip it outNilstrieb-4/+4
2023-04-29Update testsGary Guo-2/+155
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-0/+28
2023-04-21update tests for the test harness's json formattingPietro Albini-0/+19
2023-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-81/+0