about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2023-09-01Auto merge of #111752 - dingxiangfei2009:lower-or-pattern, r=cjgillotbors-36/+2
2023-08-30Test and note unsafe ctor to fn ptr coercionMichael Goulet-2/+0
2023-08-30lower bare boolean expression with if-constructDing Xiang Fei-14/+2
2023-08-30lower ExprKind::Use, LogicalOp::Or and UnOp::NotDing Xiang Fei-24/+2
2023-08-28Add note when matching on nested non-exhaustive enumsSebastian Toh-2/+3
2023-08-26Remove unnecessary `select_obligations_where_possible` and redundant errorsEsteban Küber-12/+1
2023-08-26On let binding type point to type parameter that introduced unmet boundEsteban Küber-1/+12
2023-08-25Handle Self in paths tooMichael Goulet-4/+4
2023-08-24Add more tests for if_let_guardMatthew Jasper-0/+298
2023-08-15Rollup merge of #114827 - compiler-errors:next-solver-dyn-safe-candidates, r=...Guillaume Gomez-0/+2
2023-08-15Only consider object candidates for object-safe dyn typesMichael Goulet-0/+2
2023-08-14Remove constness from `ImplSource::Param`Deadbeef-143/+81
2023-08-07Fix ICEDeadbeef-24/+2
2023-08-06bless testsDeadbeef-217/+144
2023-08-06lower impl const to bind to host effect paramDeadbeef-1/+1
2023-08-02Remove constness from `TraitPredicate`Deadbeef-64/+286
2023-07-29Effects: don't print `host` param in diagnosticsDeadbeef-8/+7
2023-07-27update tests, adding known-bugDeadbeef-451/+207
2023-07-23add proc macro testDeadbeef-0/+30
2023-07-23reimplement C string literalsDeadbeef-88/+12
2023-07-23Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubileebors-0/+18
2023-07-19Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkovDylan DPC-2/+2
2023-07-19Auto merge of #112591 - jfgoog:better-dlltool-diagnostics, r=WaffleLapkinbors-1/+6
2023-07-18Bless ui tests.Camille GILLOT-2/+2
2023-07-17Better diagnostics for dlltool errors.James Farrell-1/+6
2023-07-12Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o...bors-1/+1
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-1/+1
2023-07-08Replace RPITIT current impl with new strategy that lowers as a GATSantiago Pastorino-3/+15
2023-07-06Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errorsfee1-dead-16/+120
2023-07-05Add regression testLeón Orell Valerian Liehr-0/+24
2023-07-05Revert the lexing of c_str_literalsLeón Orell Valerian Liehr-16/+96
2023-07-04add testDeadbeef-0/+29
2023-06-20Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnrbors-0/+4
2023-06-20Merge attrs, better validationMichael Goulet-0/+4
2023-06-18Better error for non const `PartialEq` call generated by `match`Deadbeef-0/+51
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-3/+3
2023-06-05Better group RFC ui tests togetherMaybe Waffle-83/+16406
2023-05-22Fix #[inline(always)] on closures with target feature 1.1Caleb Zulawski-0/+18
2023-05-02fix tidyDeadbeef-0/+0
2023-05-02make it semantic errorDeadbeef-0/+0
2023-05-02try gating early, add non-ascii testDeadbeef-0/+10
2023-05-02fix TODO commentsDeadbeef-0/+6
2023-05-02update and add a few testsDeadbeef-0/+35
2023-03-12Forbid the use of `#[target_feature]` on `start`Léo Lanteri Thauvin-0/+20
2023-03-12Forbid the use of `#[target_feature]` on `main`Léo Lanteri Thauvin-0/+15
2023-03-10Forbid `#[target_feature]` on safe default implementationsLéo Lanteri Thauvin-1/+16
2023-03-02Revert "Stabilize `#![feature(target_feature_11)]`"Léo Lanteri Thauvin-35/+69
2023-02-01Stabilize `#![feature(target_feature_11)]`Léo Lanteri Thauvin-69/+35
2023-01-30Make structured suggestion for fn casting verboseEsteban Küber-8/+12
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-0/+2