summary refs log tree commit diff
path: root/src/test/ui/expr/if
AgeCommit message (Expand)AuthorLines
2022-10-07Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errorsMatthias Krüger-4/+4
2022-10-06Rollup merge of #102708 - TaKO8Ki:improve-eqeq-suggestion, r=estebankMatthias Krüger-0/+5
2022-10-05do not reverse the expected type and found type for ObligationCauseCode of If...Yiming Lei-4/+4
2022-10-05suggest `==` to the rest of assign exprTakayuki Maeda-0/+5
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-08-29Revert let_chains stabilizationNilstrieb-6/+18
2022-08-04Resolve vars before emitting coerce errorMichael Goulet-0/+15
2022-07-19Mention first and last macro in backtraceMichael Goulet-1/+1
2022-07-16Stabilize `let_chains`Caio-18/+6
2022-06-16diagnostics: fix trailing spaceklensy-4/+4
2022-06-13Improve parsing errors and suggestions for bad if statementsMichael Goulet-12/+7
2022-06-07Don't suggest adding let in certain if conditionsMichael Goulet-0/+93
2022-01-18Formally implement let chainsCaio-12/+1
2021-12-01Improve diagnostic for missing half of binary operator in `if` conditionFabian Wolff-1/+5
2021-11-14Move some tests to more reasonable directoriesCaio-0/+52
2021-10-15Bless testsCameron Steffen-2/+2
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-34/+20
2021-08-11Modify structured suggestion outputEsteban Küber-12/+16
2021-07-30Use multispan suggestions more oftenEsteban Küber-32/+48
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2021-02-18Add explanations and suggestions to `irrefutable_let_patterns` lintCamelid-0/+16
2021-02-18Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkorDylan DPC-16/+16
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-16/+16
2021-02-16Move some tests to more reasonable directoriesCaio-0/+45
2020-12-04Move format machinery tests to where they belongAleksey Kladov-486/+0
2020-11-24Move src/test/ui/if-*.rs to src/test/expr/if/if-*.rsHavvy (Ryan Scheel)-0/+189
2020-11-24Move src/test/ui/if-attrs to src/test/ui/expr/if/attrsHavvy (Ryan Scheel)-0/+176
2020-11-24Move src/test/ui/if to src/test/ui/expr/ifHavvy (Ryan Scheel)-0/+1025