| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-30 | Fix coroutine validation for mixed panic strategy | Tomasz Miąsko | -0/+24 | |
| Validation introduced in #113124 allows UnwindAction::Continue and TerminatorKind::Resume to occur only in functions with ABI that can unwind. The function ABI depends on the panic strategy, which can vary across crates. Usually MIR is built and validated in the same crate. The coroutine drop glue thus far was an exception. As a result validation could fail when mixing different panic strategies. Avoid the problem by executing AbortUnwindingCalls along with the validation. (cherry picked from commit 5161b22143bf9a726cfd69d19bef11552d0ed519) | ||||
| 2023-11-08 | generator layout: ignore fake borrows | lcnr | -0/+34 | |
| 2023-11-02 | dropck_outlives check generator witness needs_drop | lcnr | -37/+10 | |
| 2023-10-30 | Only run panic tests on targets that can unwind | Oli Scherer | -1/+2 | |
| 2023-10-30 | Add a custom panic message for resuming `gen` blocks after they panicked | Oli Scherer | -0/+37 | |
| 2023-10-30 | Talk about `gen fn` in diagnostics about `gen fn` | Oli Scherer | -3/+3 | |
| 2023-10-27 | Fuse `gen` blocks | Oli Scherer | -19/+2 | |
| 2023-10-27 | Use targetted diagnostic for borrow across yield error | Oli Scherer | -2/+2 | |
| 2023-10-27 | Prevent generators from being movable | Oli Scherer | -0/+28 | |
| 2023-10-27 | Handle `move` generators | Oli Scherer | -0/+98 | |
| 2023-10-27 | Feature gate coroutine `yield` usage | Oli Scherer | -5/+25 | |
| 2023-10-27 | Demonstrate issue with `yield` checks | Oli Scherer | -2/+15 | |
| 2023-10-27 | Feature gate `gen` blocks, even in 2024 edition | Oli Scherer | -5/+5 | |
| 2023-10-27 | Basic generators work | Oli Scherer | -0/+18 | |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+78 | |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -10/+10 | |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+78 | |
| 2023-10-20 | Rename `generator` folder | Oli Scherer | -0/+5490 | |
