Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ignore nkCommentStmt in lambda lifting | Andreas Rumpf | 2019-02-06 | 1 | -1/+1 |
| | |||||
* | fixes silly typo causing tons of async regressions | Araq | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | destructors: do not produce strong backrefs in closure environments so that ↵ | Araq | 2019-01-30 | 1 | -4/+17 |
| | | | | refcounting works | ||||
* | fixes nested gensym'ed parameters; fixes #9476 | Araq | 2018-12-08 | 1 | -4/+1 |
| | |||||
* | fixes #9441 | Araq | 2018-12-06 | 1 | -2/+20 |
| | |||||
* | lambdalifting: be consistent in its handling for 'func' | Araq | 2018-12-05 | 1 | -9/+7 |
| | |||||
* | Change the order of compilation passes, transformation is made lazy at code ↵ | cooldome | 2018-10-18 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | gen (#8489) * Ast no transformation * Add getImplNoTransform to the macros module * progress on delaying transf * Fix methods tranformation * Fix lazy lambdalifting * fix create thread wrapper * transform for lambda lifting * improve getImplTransformed * Fix destructor tests * try to fix nimprof for linux | ||||
* | improve error message, closes #2361 (#9387) | Miran | 2018-10-17 | 1 | -2/+3 |
| | | | | | | * improve error message * use single % operation | ||||
* | Access implicit `result` trough envP in closures (#8471) | LemonBoy | 2018-07-30 | 1 | -1/+13 |
| | | | | | | | 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 | ||||
* | fixes yet another merge conflict | Araq | 2018-06-11 | 1 | -86/+2 |
|\ | |||||
| * | Removed oldIterTranf feature | Yuriy Glukhov | 2018-06-10 | 1 | -86/+2 |
| | | |||||
* | | fixex merge conflicts | Araq | 2018-06-08 | 1 | -21/+41 |
|\| | |||||
| * | Merge branch 'devel' into yield-in-try | Yuriy Glukhov | 2018-05-15 | 1 | -102/+101 |
| |\ | |||||
| * | | Cosmetics | Yuriy Glukhov | 2018-05-09 | 1 | -2/+2 |
| | | | |||||
| * | | Small fix and cosmetics | Yuriy Glukhov | 2018-05-09 | 1 | -2/+1 |
| | | | |||||
| * | | Closure iter transformation | Yuriy Glukhov | 2018-05-09 | 1 | -18/+42 |
| | | | |||||
* | | | baby steps for incremental compilation | Andreas Rumpf | 2018-05-30 | 1 | -1/+1 |
| | | | |||||
* | | | refactoring: remove idents.legacy global variable and pass the IdentCache ↵ | Andreas Rumpf | 2018-05-27 | 1 | -20/+20 |
| | | | | | | | | | | | | around explicitly | ||||
* | | | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
| | | | |||||
* | | | make tests green again | Andreas Rumpf | 2018-05-18 | 1 | -1/+1 |
| | | | |||||
* | | | remove ast.emptyNode global; cleanup configuration.nim | Araq | 2018-05-16 | 1 | -2/+2 |
| |/ |/| | |||||
* | | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -13/+10 |
| | | |||||
* | | lambda lifting compiles again | Andreas Rumpf | 2018-05-12 | 1 | -85/+90 |
|/ | |||||
* | Remove PHP backend. (#7606) | treeform | 2018-04-18 | 1 | -2/+2 |
| | | | | | | | | | | * remove php * fix * keep nimphpext * remove targetJS enum | ||||
* | Fix some usages of typedesc in async procs | Zahary Karadjov | 2018-04-13 | 1 | -1/+2 |
| | | | | | This also fixes a compilation error in modules, based only on the new async module (i.e. not importing the full asyncdispatch) | ||||
* | better error messages for illegal captures | Araq | 2018-03-19 | 1 | -2/+6 |
| | |||||
* | preparations for language extensions: 'sink' and 'lent' types | Andreas Rumpf | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | first steps in adding template/macro calls to stack traces | Araq | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | fixes #6626 | Araq | 2017-12-15 | 1 | -0/+13 |
| | |||||
* | bugfix: detect captures in non-closure inner procs | Araq | 2017-11-03 | 1 | -1/+4 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -4/+5 |
| | |||||
* | closures have an object type field so that we can perform correct deepCopy() ↵ | Andreas Rumpf | 2017-07-22 | 1 | -1/+1 |
| | | | | for the BoehmGC target | ||||
* | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | simple closure iterator calling closure iterator works; refs #3837 | Andreas Rumpf | 2016-12-27 | 1 | -9/+15 |
| | |||||
* | closure types get names; refs #4332 | Araq | 2016-11-29 | 1 | -16/+17 |
| | |||||
* | minor steps to make closure iterators work with the JS backend | Andreas Rumpf | 2016-09-12 | 1 | -0/+7 |
| | |||||
* | fixes #4070 | Andreas Rumpf | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | fixes #3995 | Andreas Rumpf | 2016-04-03 | 1 | -0/+4 |
| | |||||
* | no LL for PHP | Andreas Rumpf | 2016-02-06 | 1 | -1/+2 |
| | |||||
* | fixes #3730 | Araq | 2016-01-18 | 1 | -2/+6 |
| | |||||
* | fixes yet another LL regression (Aporia compiles again) | Andreas Rumpf | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | fixes iterator codegen regression | Andreas Rumpf | 2016-01-14 | 1 | -0/+3 |
| | |||||
* | fixes yet another regression | Andreas Rumpf | 2016-01-13 | 1 | -3/+7 |
| | |||||
* | fixes more regressions | Andreas Rumpf | 2016-01-13 | 1 | -1/+15 |
| | |||||
* | fixes async regression | Andreas Rumpf | 2016-01-11 | 1 | -2/+5 |
| | |||||
* | fixes all known regressions | Andreas Rumpf | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | fixes #2007 | Andreas Rumpf | 2016-01-05 | 1 | -2/+2 |
| | |||||
* | minor bugfix | Andreas Rumpf | 2016-01-04 | 1 | -3/+3 |
| | |||||
* | fixes #2659 | Andreas Rumpf | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | fixes #3201, fixes #2766 | Andreas Rumpf | 2016-01-04 | 1 | -1/+2 |
| |