Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | destructors: internal compiler refactoring | Araq | 2019-04-18 | 1 | -51/+18 |
| | |||||
* | fixes #11014 | Araq | 2019-04-17 | 1 | -3/+3 |
| | |||||
* | fixes #11004 | Araq | 2019-04-12 | 1 | -60/+72 |
| | |||||
* | preparations for --newruntime owned refs/callbacks | Araq | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | newruntime: raising an exception works but currently leaks memory because ↵ | Araq | 2019-04-10 | 1 | -2/+4 |
| | | | | currentException global is not an 'owned' ref | ||||
* | an owned ref parameter behaves as a 'sink' parameter | Andreas Rumpf | 2019-04-07 | 1 | -3/+0 |
| | |||||
* | more efficient enumToStr implementation that works without the old typeinfo ↵ | Andreas Rumpf | 2019-04-07 | 1 | -14/+0 |
| | | | | structures | ||||
* | fixes compiler regression | Araq | 2019-04-06 | 1 | -1/+4 |
| | |||||
* | destructors: we are cooking now | Araq | 2019-04-06 | 1 | -5/+9 |
| | |||||
* | destructors: progress | Andreas Rumpf | 2019-04-05 | 1 | -2/+9 |
| | |||||
* | fixes destructor tuple regression #10940 (#10941) | cooldome | 2019-04-04 | 1 | -1/+1 |
| | | | | | | | | * fixes #10940 * bug fixes * fix spacing | ||||
* | newruntime: fixes codegen for closures | Araq | 2019-04-04 | 1 | -0/+2 |
| | |||||
* | make megatest work again | Araq | 2019-04-02 | 1 | -1/+2 |
| | |||||
* | newruntime: progress | Araq | 2019-04-02 | 1 | -5/+12 |
| | |||||
* | newruntime: progress | Araq | 2019-04-01 | 1 | -19/+27 |
| | |||||
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 1 | -58/+153 |
| | | | | | | | | | | | * mark user defined destructors with sfOverriden to simplify the logic * refactoring in preparation to merge liftings and generic instantiations for destructors * ast: introduce nkHiddenTryStmt for destructor generation in order to be able to optimize better the code later on * renamed 'patterns' switch to 'trmacros' as it was totally misleading before * destructors: introduce tfCheckedForDestructor flag in preparation of strict =destroy checking * test for invalid/too late destructor introductions * liftdestructors: make code robust for nimsuggest * --newruntime works for hello world again * newruntime: code generation for closures | ||||
* | newruntime: progress | Andreas Rumpf | 2019-03-15 | 1 | -10/+8 |
| | |||||
* | --newruntime: progress | Andreas Rumpf | 2019-03-14 | 1 | -17/+22 |
| | |||||
* | --newruntime: work in progress | Andreas Rumpf | 2019-03-14 | 1 | -60/+193 |
| | |||||
* | rename: semasgn -> liftdestructors | Andreas Rumpf | 2019-03-14 | 1 | -0/+400 |