| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-06 | Add the yield_expr feature | Eric Holk | -2/+2 | |
| 2025-01-09 | Fix typo in `#[coroutine]` gating error | Noah Lev | -2/+2 | |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -1/+1 | |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -0/+9 | |
| And suggest adding the `#[coroutine]` to the closure | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2023-10-27 | Feature gate coroutine `yield` usage | Oli Scherer | -1/+1 | |
| 2023-10-27 | Demonstrate issue with `yield` checks | Oli Scherer | -0/+3 | |
| 2023-10-27 | Feature gate `gen` blocks, even in 2024 edition | Oli Scherer | -1/+1 | |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -1/+2 | |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+13 | |
