summary refs log tree commit diff stats
path: root/compiler/vm.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes regression: constant fac4 didn't workAraq2014-02-061-1/+4
* macro tests almost greenAraq2014-02-031-2/+4
* remove the old testerAraq2014-02-021-1/+1
|\
| * Merge branch 'devel' of https://www.github.com/Araq/Nimrod into develZahary Karadjov2014-01-261-0/+2
| |\
| * | implements #766;Zahary Karadjov2014-01-241-1/+1
* | | tstringinterp almost workingAraq2014-02-011-3/+13
| |/ |/|
* | fixes #838Araq2014-01-251-0/+2
|/
* better html generator for the tester; fixes some VM bugsAraq2014-01-171-11/+22
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-131-1/+2
|\
| * Merge branch 'upstream' into develZahary Karadjov2013-12-291-1/+2
| |\
* | | new vm: bugfixAraq2014-01-121-1/+1
|/ /
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-1/+1
* | case consistency: next stepsAraq2013-12-291-2/+2
* | case consistency part 4Araq2013-12-271-11/+11
* | case consistency part 1Araq2013-12-271-1/+1
* | tcnstseq works againAraq2013-12-231-3/+3
* | new VM: some progress for the FFI supportAraq2013-12-231-2/+15
* | more tests workAraq2013-12-131-3/+2
* | new VM: globals kinda workAraq2013-12-131-2/+8
* | new VM: improvementsAraq2013-12-121-18/+60
* | new VM supports 'getAst'Araq2013-12-061-1/+14
* | new VM: passes more testsAraq2013-12-061-5/+8
* | next steps for FFI supportAraq2013-11-251-20/+38
* | tcnstseq works againAraq2013-11-071-1/+1
* | VM now supports lambda liftingAraq2013-11-061-15/+45
* | new VM is getting stableAraq2013-10-291-109/+171
* | computed goto now works; some progress on the new VMAraq2013-10-251-3/+14
* | opcLdGlobal bugfixAraq2013-10-161-1/+1
* | some complex macros workAraq2013-10-161-25/+44
* | compiler bootstraps with new VMAraq2013-10-151-26/+54
|/
* cooler quote for c2nimAraq2013-10-101-17/+12
* bugfix: package names should not contain '.'Araq2013-10-071-3/+13
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-1/+1
* implemented opcTypeTraitAraq2013-08-221-0/+6
* fixed and documented computedGoto pragmaAraq2013-08-221-1/+0
* implemented computed goto supportAraq2013-08-131-3/+3
* new VM: preparations for evalMacroCallAraq2013-08-111-11/+81
* new VM: register allocator bugfix; implemented more magicsAraq2013-08-081-5/+123
* new VM: implemented constructors and jump optimizerAraq2013-08-071-8/+33
* new VM: next stepsAraq2013-08-031-0/+4
* new vm: further progressAraq2013-07-291-3/+88
* new vm: lots of fixesAraq2013-07-271-15/+44
* new vm: can execute simple programsAraq2013-07-261-3/+4
* new vm: next stepsAraq2013-07-251-1/+3
* new evaluation engine: next stepsAraq2013-07-251-4/+0
* first steps to a new evaluation engineAraq2013-07-241-0/+584