summary refs log tree commit diff stats
path: root/tests/iter
Commit message (Expand)AuthorAgeFilesLines
* More descriptive names of test files (#9531)Miran2018-10-291-0/+0
* fixes #5519Araq2018-10-181-0/+36
* closes #5321Araq2018-10-181-0/+24
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-161-1/+1
* Merge tests into a larger file (part 2 of ∞) (#9335)Miran2018-10-139-225/+215
* Iter test: closes #3819 (#9272)Miran2018-10-101-0/+28
* enhance iterator test case, ensure consistency between inline and closure ite...Araq2018-09-221-2/+35
* closes #3837Andreas Rumpf2018-09-161-0/+81
* Fixes #8243 (#8904)Yuriy Glukhov2018-09-071-0/+23
* Fixes #8851 (#8859)Yuriy Glukhov2018-09-041-0/+13
* Access implicit `result` trough envP in closures (#8471)LemonBoy2018-07-301-0/+20
* Fix codegen for mInSet magic and empty sets (#8140)LemonBoy2018-06-291-0/+7
* 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
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-2/+0
* fixes #6992Andreas Rumpf2018-02-251-1/+10
* closes #3583Andreas Rumpf2017-09-011-1/+9
* simple closure iterator calling closure iterator works; refs #3837Andreas Rumpf2016-12-271-0/+14
* fixes #3221Andreas Rumpf2016-08-221-0/+33
* fixes iterator codegen regressionAndreas Rumpf2016-01-141-0/+58
* fixes more regressionsAndreas Rumpf2016-01-131-0/+36
* fixes regressionsAndreas Rumpf2016-01-051-0/+51
* fixes #3636Andreas Rumpf2016-01-041-0/+16
* fixes #1725Andreas Rumpf2016-01-041-0/+16
* async works againAndreas Rumpf2016-01-031-0/+73
* made closure iterators tests green, updated docsAndreas Rumpf2015-12-312-10/+6
* lambda lifting support for iterToProc pluginAraq2015-12-011-0/+3
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-045-60/+60
* disabled dubious testcaseAraq2015-07-141-0/+1
* Clean up tests/iterdef2015-02-041-1/+8
* Add test for #1836def2015-02-041-0/+17
* check test resultAraq2015-02-011-0/+4
* fixes #2023Araq2015-02-011-0/+16
* better C++ support wrt 'this'Araq2015-01-181-0/+76
* fixes #1838Araq2015-01-112-1/+22
* fixes #1803Araq2015-01-101-0/+31
* fixes #1656Araq2014-12-151-1/+1
* fixes #1560Araq2014-11-111-1/+7
* make tests greenAraq2014-08-313-6/+6
* further adaptationsAraq2014-08-291-1/+1
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-161-1/+1
* fix #966Zahary Karadjov2014-03-091-0/+26
* implicit auto return type for inline iteratorsZahary Karadjov2014-03-081-1/+1
* implements higher-order inline iterators and return type inference for iteratorsZahary Karadjov2014-03-081-0/+38
* split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-1/+1
* fixes #885Araq2014-02-091-2/+2
* next steps for closure iteratorsAraq2014-01-222-1/+33