summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-28/+0
2023-04-12Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726Matthias Krüger-0/+48
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-0/+48
2023-04-10Remove `..` from return type notationMichael Goulet-20/+43
2023-04-03Perform match checking on THIR.Camille GILLOT-3/+3
2023-03-28Add `(..)` syntax for RTNMichael Goulet-40/+46
2023-03-28Feature gateMichael Goulet-0/+51
2023-03-23Rollup merge of #108549 - clubby789:fix-link-cfg-issue, r=eholkMatthias Krüger-1/+0
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-3/+14
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-44/+0
2023-03-10feat: implement better error for manual impl of `Fn*` traitsEzra Shaw-0/+6
2023-03-08Remove `identity_future` indirectionArpad Borsos-3/+14
2023-03-01stabilize debugger visualizer attributeGibby Free-15/+0
2023-02-28Remove issue number for `link_cfg`clubby789-1/+0
2023-02-22pluralize stuffMichael Goulet-8/+8
2023-02-18Adjust tracking issue for non_lifetime_bindersMichael Goulet-1/+1
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-0/+16
2023-02-16Remove save-analysis.Nicholas Nethercote-20/+17
2023-02-16Add feature gate for non_lifetime_bindersMichael Goulet-0/+16
2023-02-14Better label for illegal impl trait typesMichael Goulet-2/+2
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-1/+1
2023-01-28Reintroduce multiple_supertrait_upcastable lintGary Guo-0/+69
2023-01-24add feature gate tests for DispatchFromDyndimi-0/+101
2023-01-13Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplettYuki Okushi-99/+0
2023-01-11Stabilize `abi_efiapi` featureNicholas Bishop-99/+0
2023-01-11Don't recommend `if let` if `let else` worksmejrs-5/+1
2023-01-11Migrate pattern matchingmejrs-7/+2