about summary refs log tree commit diff
path: root/src/test/ui/expr
AgeCommit message (Expand)AuthorLines
2021-09-16Fix rebaseEsteban Kuber-3/+12
2021-09-09Emit proper errors on missing closure bracesSasha Pourcelot-0/+110
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/+195
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
2020-11-22Add test for eval order for a+=bHavvy (Ryan Scheel)-0/+76