Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tests into a larger file (part 2 of ∞) (#9335) | Miran | 2018-10-13 | 1 | -20/+0 |
| | | | | | | | | | | | | | | * merge controlflow tests * merge distinct tests * merge enum tests * merge fields tests * merge implicit tests * merge iter issues tests | ||||
* | Access implicit `result` trough envP in closures (#8471) | LemonBoy | 2018-07-30 | 1 | -0/+20 |
Reuse the existing machinery, most of the changes are only needed to handle the `result = result` node in nkReturnStmt produced by the closure iterator transform. Fixes #338 |