summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2023-09-22Auto merge of #116077 - matthiaskrgr:rollup-2y1buzg, r=matthiaskrgrbors-6/+6
2023-09-22Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31bors-15/+1
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-6/+6
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-54/+47
2023-09-20Validate crate name in CLI option --externLeón Orell Valerian Liehr-15/+1
2023-09-20bless the known-bug testsDeadbeef-74/+59
2023-09-20Enable effects for libcoreDeadbeef-113/+121
2023-09-19Add more if let guard testsMatthew Jasper-0/+247
2023-09-15Auto merge of #115859 - compiler-errors:effect-fallback, r=fee1-deadbors-1/+8
2023-09-14Fallback effects even if types also fall backMichael Goulet-1/+8
2023-09-14Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naberbors-1694/+1881
2023-09-13Address review commentsMatthew Jasper-0/+343
2023-09-11Reduce double errors for invalid let expressionsMatthew Jasper-121/+1241
2023-09-11Move let expression checking to parsingMatthew Jasper-1794/+476
2023-09-11Don't create drop scopes after item statementsMatthew Jasper-0/+42
2023-09-10Implement fallback for effect paramDeadbeef-0/+9
2023-09-03Auto merge of #115270 - sebastiantoh:issue-105479, r=Nadrierilbors-2/+3
2023-09-03Improve clarity of diagnostic message on non-exhaustive matchesSebastian Toh-1/+1
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