Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Destructors: more moves for tuples (#9808) | cooldome | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | Change the order of compilation passes, transformation is made lazy at code ↵ | cooldome | 2018-10-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Field checks for everybody (#8957) | LemonBoy | 2018-10-09 | 1 | -12/+18 |
| | | | | | | | | | | | | | | | | | | | | | * Field checks for JS backend * Clean nkCall nodes with no arguments Generating a nkEmpty in place of no arguments makes no sense form the AST point of view and also trips up the VM codegen. * Field checks for VM backend * Test case for #6612 This patchset fixes #6612 * Add test case for LHS double evaluation * Prevent LHS double-eval for JS backend * Prevent double evaluation in VM backend | ||||
* | allow referencing other parameters in default parameter values | Zahary Karadjov | 2018-06-16 | 1 | -0/+12 |
| | | | | | | | | fix #7756 fix #1201 fix #7000 fix #3002 fix #1046 | ||||
* | refactoring: remove idents.legacy global variable and pass the IdentCache ↵ | Andreas Rumpf | 2018-05-27 | 1 | -37/+37 |
| | | | | around explicitly | ||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -1/+2 |
| | |||||
* | platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals | Andreas Rumpf | 2018-05-18 | 1 | -2/+2 |
| | |||||
* | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | remove ast.emptyNode global; cleanup configuration.nim | Araq | 2018-05-16 | 1 | -9/+13 |
| | |||||
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -20/+24 |
| | |||||
* | lambda lifting compiles again | Andreas Rumpf | 2018-05-12 | 1 | -62/+62 |
| | |||||
* | preparations for language extensions: 'sink' and 'lent' types | Andreas Rumpf | 2018-01-07 | 1 | -2/+2 |
| | |||||
* | implemented undocumented '.liftLocals' feature | Andreas Rumpf | 2017-11-02 | 1 | -2/+4 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -2/+2 |
| | |||||
* | initial version of the new untested destructor pass | Andreas Rumpf | 2017-10-12 | 1 | -0/+11 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | closures have an object type field so that we can perform correct deepCopy() ↵ | Andreas Rumpf | 2017-07-22 | 1 | -9/+11 |
| | | | | for the BoehmGC target | ||||
* | fixes tuple unpacking regression | Andreas Rumpf | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | make nimble compile again | Andreas Rumpf | 2017-04-22 | 1 | -1/+1 |
| | |||||
* | make sighashes work in more cases | Andreas Rumpf | 2017-04-21 | 1 | -10/+54 |
| | |||||
* | attempt to make sighashes produce smaller diffs | Andreas Rumpf | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | re-enable object name generation for less dependence on IDs | Araq | 2016-12-05 | 1 | -1/+2 |
| | |||||
* | more fixes | Araq | 2016-12-02 | 1 | -4/+5 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-01 | 1 | -0/+4 |
|\ | |||||
| * | closure types get names; refs #4332 | Araq | 2016-11-29 | 1 | -0/+4 |
| | | |||||
* | | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -1/+1 |
|/ | | | | instead in preparation for further bugfixes | ||||
* | big refactoring: step 1 | Araq | 2016-10-31 | 1 | -3/+3 |
| | |||||
* | fixes #4673 | Andreas Rumpf | 2016-09-01 | 1 | -2/+2 |
| | |||||
* | don't allow to pass a closure to spawn | Andreas Rumpf | 2016-08-10 | 1 | -0/+2 |
| | |||||
* | fixes #2758 | Andreas Rumpf | 2016-07-15 | 1 | -0/+1 |
| | |||||
* | made indirectAccess slightly more efficient | Andreas Rumpf | 2015-12-28 | 1 | -1/+2 |
| | |||||
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | tuple unpacking works in a non-var/let context | Araq | 2015-08-21 | 1 | -0/+26 |
| | |||||
* | Merge branch 'more_concurrency' into devel | Araq | 2015-06-30 | 1 | -5/+8 |
|\ | | | | | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim | ||||
| * | first implementation of pinnedSpawn | Araq | 2015-05-28 | 1 | -5/+8 |
| | | |||||
* | | fixes #2297, fixes #2946 | Araq | 2015-06-18 | 1 | -0/+20 |
|/ | |||||
* | system.locals is now a plugin for education | Araq | 2015-04-24 | 1 | -0/+4 |
| | |||||
* | first implementation of overloading of '='; missing: rewriting let/var sections | Araq | 2015-04-06 | 1 | -2/+2 |
| | |||||
* | fixes #2286 | Araq | 2015-03-12 | 1 | -20/+31 |
| | |||||
* | fixes #325 | Araq | 2015-01-28 | 1 | -1/+0 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | fixes a tuple lowering bug | Araq | 2014-12-13 | 1 | -3/+4 |
| | |||||
* | renamed CondVar to Semaphore | Araq | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | the codegen doesn't emit deepCopy for parallel statements | Araq | 2014-11-08 | 1 | -10/+17 |
| | |||||
* | fixes exhaustion bug and missing GC_ref code generation | Araq | 2014-11-07 | 1 | -0/+6 |
| | |||||
* | merged things from devel | Araq | 2014-09-12 | 1 | -0/+1 |
|\ | |||||
| * | fixes #665 | Araq | 2014-09-11 | 1 | -0/+1 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | renamefest | Araq | 2014-08-23 | 1 | -6/+6 |
|/ | |||||
* | progress on 'spawn' | Araq | 2014-08-10 | 1 | -2/+2 |
| |