| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -70/+0 | |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -14/+13 | |
| After removing `GenFuture`, I special-cased async generators to pretty-print as `impl Future<Output = X>` mainly to avoid too much diagnostics changes originally. This now reverses that change so that async fn/blocks are pretty-printed as `[$movability `async` $something@$source-position]` in various diagnostics, and updates the tests that this touches. | ||||
| 2022-09-11 | fix tests after rebase | Andrew Cann | -6/+6 | |
| 2022-09-11 | test async diagnostics for feature(generator_clone) | Andrew Cann | -0/+71 | |
