summaryrefslogtreecommitdiff
path: root/tests/ui/feature-gates
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors2023-05-131-3/+0
|\
| * tidy check to find misc files in ui tests, and clean up the resultsasquared314152023-05-091-3/+0
* | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naberDylan DPC2023-05-131-8/+1
|\ \
| * | Note base types of coercionMichael Goulet2023-05-121-8/+1
| |/
* | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=...Dylan DPC2023-05-132-0/+18
|\ \
| * | Add support for `cfg(overflow_checks)`AngelicosPhosphoros2023-05-112-0/+18
| |/
* | Adjust tests for new drop and forget lintsUrgau2023-05-101-1/+0
|/
* Rollup merge of #110694 - est31:builtin, r=petrochenkovDylan DPC2023-05-092-0/+19
|\
| * Add feature gateest312023-05-052-0/+19
* | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi2023-05-066-81/+0
|\ \ | |/ |/|
| * Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello2023-04-186-81/+0
* | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar2023-05-032-0/+16
|\ \
| * | Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle2023-05-032-0/+16
| |/
* | Implement negative boundsMichael Goulet2023-05-022-0/+12
* | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebankbors2023-05-022-4/+4
|\ \
| * | Rip it outNilstrieb2023-05-012-4/+4
* | | Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726Dylan DPC2023-05-023-25/+6
|\ \ \
| * | | Mark RPITIT and AFIT as no longer incompleteMichael Goulet2023-05-023-25/+6
* | | | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiserDylan DPC2023-05-022-15/+0
|\ \ \ \ | |/ / / |/| | |
| * | | stabilize debugger visualizer attributeGibby Free2023-03-012-15/+0
* | | | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplettbors2023-05-023-2/+155
|\ \ \ \ | |_|/ / |/| | |
| * | | Update testsGary Guo2023-04-293-2/+155
| * | | Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger2023-04-252-0/+28
| * | | Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras2023-04-162-28/+0
| | |/ | |/|
* | | update tests for the test harness's json formattingPietro Albini2023-04-212-0/+19
|/ /
* | Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726Matthias Krüger2023-04-122-0/+48
|\ \
| * | Split out a separate feature gate for impl trait in associated typesOli Scherer2023-04-122-0/+48
* | | Remove `..` from return type notationMichael Goulet2023-04-103-20/+43
|/ /
* | Perform match checking on THIR.Camille GILLOT2023-04-032-3/+3
* | Add `(..)` syntax for RTNMichael Goulet2023-03-284-40/+46
* | Feature gateMichael Goulet2023-03-282-0/+51
* | Rollup merge of #108549 - clubby789:fix-link-cfg-issue, r=eholkMatthias Krüger2023-03-231-1/+0
|\ \
| * | Remove issue number for `link_cfg`clubby7892023-02-281-1/+0
| |/
* | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors2023-03-142-3/+14
|\ \
| * | Remove `identity_future` indirectionArpad Borsos2023-03-082-3/+14
| |/
* | Remove `box_syntax` from AST and use in toolsclubby7892023-03-124-44/+0
* | feat: implement better error for manual impl of `Fn*` traitsEzra Shaw2023-03-101-0/+6
|/
* pluralize stuffMichael Goulet2023-02-223-8/+8
* Adjust tracking issue for non_lifetime_bindersMichael Goulet2023-02-181-1/+1
* Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger2023-02-172-0/+16
|\
| * Add feature gate for non_lifetime_bindersMichael Goulet2023-02-162-0/+16
* | Remove save-analysis.Nicholas Nethercote2023-02-162-20/+17
* | Better label for illegal impl trait typesMichael Goulet2023-02-141-2/+2
|/
* Do not mention lifetime names in force trimmed pathsEsteban Küber2023-01-301-1/+1
* Reintroduce multiple_supertrait_upcastable lintGary Guo2023-01-282-0/+69
* add feature gate tests for DispatchFromDyndimi2023-01-244-0/+101
* Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplettYuki Okushi2023-01-132-99/+0
|\
| * Stabilize `abi_efiapi` featureNicholas Bishop2023-01-112-99/+0
* | Don't recommend `if let` if `let else` worksmejrs2023-01-111-5/+1
* | Migrate pattern matchingmejrs2023-01-111-7/+2
|/