summary refs log tree commit diff stats
path: root/tests/iter/tyieldintry.nim
Commit message (Expand)AuthorAgeFilesLines
* disable closure iterator changes in #23787 unless `-d:nimOptIters` is enabled...metagn2024-09-161-2/+2
* Optimize closure iterator locals (#23787)Yuriy Glukhov2024-07-031-0/+23
* fixes #21043; fixes a named exception in the infixAs expression which generat...ringabout2022-12-121-0/+1
* Fixed compilation of void closureiters with try stmt (#20138) [backport]Yuriy Glukhov2022-08-031-0/+8
* improve several tests in testament (#18635)Timothee Cour2021-08-081-32/+28
* Fixes #17849 (#18055) [backport:1.2]Yuriy Glukhov2021-05-301-1/+15
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-191-1/+3
* Fixed yield in nnkChckRange (#12160)Yuriy Glukhov2019-09-101-0/+14
* Fixes 9716 [backport] (#9790)Yuriy Glukhov2018-11-241-1/+14
* Fixed yield in nkObjConstr. Fixes #9694 [backport] (#9744)Yuriy Glukhov2018-11-181-0/+15
* Fixes #8243 (#8904)Yuriy Glukhov2018-09-071-0/+23
* Fixes #8851 (#8859)Yuriy Glukhov2018-09-041-0/+13
* Cleanup copypaste leftoverYuriy Glukhov2018-06-071-4/+0
* Fixed yield in nkBlockExprYuriy Glukhov2018-06-071-0/+15
* Fixed yield in dotExpr and nkOfBranch lowering. Closes #7969.Yuriy Glukhov2018-06-061-0/+24
* More elaborate nkStmtListExpr loweringYuriy Glukhov2018-05-091-144/+315
* Yield in tryYuriy Glukhov2018-05-091-0/+201