Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 1 | -2/+3 |
| | |||||
* | fixes #1140 | Araq | 2014-05-05 | 1 | -1/+2 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 1 | -1/+7 |
|\ | |||||
| * | Fixes #1119. | Dominik Picheta | 2014-04-20 | 1 | -0/+1 |
| | | |||||
| * | Fixes #1093. | Dominik Picheta | 2014-04-20 | 1 | -1/+6 |
| | | |||||
* | | fixes #1085 | Araq | 2014-04-21 | 1 | -1/+1 |
|/ | |||||
* | new VM: proper shield against endless recursions | Araq | 2014-04-05 | 1 | -2/+10 |
| | |||||
* | new VM: fixes for exception handling | Araq | 2014-04-04 | 1 | -8/+17 |
| | |||||
* | Implement overflow/underflow checking for the VM. | EXetoC | 2014-03-31 | 1 | -6/+49 |
| | |||||
* | fixes #1009 | Araq | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | added #903 to the test suite | Araq | 2014-03-26 | 1 | -1/+5 |
| | |||||
* | VM: attempt to get integer ops right | Araq | 2014-03-24 | 1 | -8/+6 |
| | |||||
* | VM: endless loop prevention | Araq | 2014-03-24 | 1 | -1/+20 |
| | |||||
* | fixes #404 | Araq | 2014-03-23 | 1 | -0/+2 |
| | |||||
* | fixes #1010 | Araq | 2014-03-22 | 1 | -22/+25 |
| | |||||
* | fixed tuples in a static context; preparations for correct compile time ↵ | Araq | 2014-03-22 | 1 | -1/+25 |
| | | | | evaluation of integral ops | ||||
* | should fix the nkExprColonExpr bug in the vm | Araq | 2014-03-13 | 1 | -2/+1 |
| | |||||
* | teach opcLdObj about nkExprColonExpr | Zahary Karadjov | 2014-03-09 | 1 | -1/+3 |
| | |||||
* | xmltree.`<>` macro works again | Araq | 2014-02-27 | 1 | -2/+4 |
| | |||||
* | renamed TRegister to TFullReg so that older versions can compile it | Araq | 2014-02-26 | 1 | -16/+16 |
| | |||||
* | htmlgen works again | Araq | 2014-02-25 | 1 | -3/+8 |
| | |||||
* | bootstrapping should work again | Araq | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | made some tests green; htmlgen still broken | Araq | 2014-02-25 | 1 | -2/+6 |
| | |||||
* | new VM is getting stable | Araq | 2014-02-24 | 1 | -16/+34 |
| | |||||
* | simple macros work again | Araq | 2014-02-22 | 1 | -40/+32 |
| | |||||
* | fixed opcConv | Araq | 2014-02-22 | 1 | -7/+25 |
| | |||||
* | vm2: new representation of registers | Araq | 2014-02-21 | 1 | -441/+486 |
| | |||||
* | fixes #923 | Araq | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Fixes macros.len crashing on nodes which lack the sons field. | Dominik Picheta | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | fixes regression: constant fac4 didn't work | Araq | 2014-02-06 | 1 | -1/+4 |
| | |||||
* | macro tests almost green | Araq | 2014-02-03 | 1 | -2/+4 |
| | |||||
* | remove the old tester | Araq | 2014-02-02 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'devel' of https://www.github.com/Araq/Nimrod into devel | Zahary Karadjov | 2014-01-26 | 1 | -0/+2 |
| |\ | |||||
| * | | implements #766; | Zahary Karadjov | 2014-01-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | expressions such as Type.field are now recognised by the compiler. This also fixes a bug, preventing the user-defined to check for the presence of regular fields in addition to procs | ||||
* | | | tstringinterp almost working | Araq | 2014-02-01 | 1 | -3/+13 |
| |/ |/| | |||||
* | | fixes #838 | Araq | 2014-01-25 | 1 | -0/+2 |
|/ | |||||
* | better html generator for the tester; fixes some VM bugs | Araq | 2014-01-17 | 1 | -11/+22 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-13 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt | ||||
* | | | new vm: bugfix | Araq | 2014-01-12 | 1 | -1/+1 |
|/ / | |||||
* | | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -1/+1 |
| | | |||||
* | | case consistency: next steps | Araq | 2013-12-29 | 1 | -2/+2 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 1 | -11/+11 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -1/+1 |
| | | |||||
* | | tcnstseq works again | Araq | 2013-12-23 | 1 | -3/+3 |
| | | |||||
* | | new VM: some progress for the FFI support | Araq | 2013-12-23 | 1 | -2/+15 |
| | | |||||
* | | more tests work | Araq | 2013-12-13 | 1 | -3/+2 |
| | | |||||
* | | new VM: globals kinda work | Araq | 2013-12-13 | 1 | -2/+8 |
| | | |||||
* | | new VM: improvements | Araq | 2013-12-12 | 1 | -18/+60 |
| | | |||||
* | | new VM supports 'getAst' | Araq | 2013-12-06 | 1 | -1/+14 |
| | |