| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -8/+8 | |
| 2024-05-12 | Disallow cast with trailing braced macro in let-else | David Tolnay | -1/+1 | |
| 2024-05-12 | Add test of trailing brace in a cast expression | David Tolnay | -0/+14 | |
| 2024-05-12 | Clean up unneeded warnings from let-else syntax test | David Tolnay | -33/+26 | |
| 2024-04-24 | Fix tests and bless | Gary Guo | -1/+0 | |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+19 | |
| 2024-01-17 | Deny braced macro invocations in let-else | Michael Goulet | -0/+25 | |
| 2023-12-14 | Change expr_trailing_brace to an exhaustive match to force new expression ↵ | GearsDatapacks | -0/+164 | |
| kinds to specify whether they contain a brace Add inline const and other possible curly brace expressions to expr_trailing_brace Add tests for `}` before `else` in `let...else` error Change to explicit cases for expressions with optional values when being checked for trailing braces Add tests for more complex cases of `}` before `else` in `let..else` statement Move other possible `}` cases into separate arm and add FIXME for future reference | ||||
