Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deactivated debug output | Araq | 2014-02-02 | 1 | -3/+3 |
| | |||||
* | tstringinterp almost working | Araq | 2014-02-01 | 1 | -37/+57 |
| | |||||
* | compiler warns when you use GC'ed memory and '--gc:none' | Araq | 2014-01-19 | 1 | -2/+3 |
| | |||||
* | unittest module works again | Araq | 2014-01-18 | 1 | -2/+11 |
| | |||||
* | better html generator for the tester; fixes some VM bugs | Araq | 2014-01-17 | 1 | -4/+26 |
| | |||||
* | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | static params: expr[T] is now static[T] | Zahary Karadjov | 2013-12-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | This introduces tyStatic and successfully bootstraps and handles few simple test cases. Static params within macros are no longer treated as PNimrodNodes - they are now equivalent to constants of the designated type. | ||||
* | | case consistency: next steps | Araq | 2013-12-29 | 1 | -11/+11 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 1 | -12/+12 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -1/+1 |
| | | |||||
* | | vm: FFI improvements | Araq | 2013-12-23 | 1 | -4/+1 |
| | | |||||
* | | new VM: some progress for the FFI support | Araq | 2013-12-23 | 1 | -1/+9 |
| | | |||||
* | | case expression with discardable result works | Araq | 2013-12-18 | 1 | -0/+8 |
| | | |||||
* | | more tests work | Araq | 2013-12-13 | 1 | -1/+7 |
| | | |||||
* | | new VM: globals kinda work | Araq | 2013-12-13 | 1 | -3/+21 |
| | | |||||
* | | new VM: improvements | Araq | 2013-12-12 | 1 | -20/+40 |
| | | |||||
* | | more tests are green | Araq | 2013-12-08 | 1 | -8/+8 |
| | | |||||
* | | new VM supports 'getAst' | Araq | 2013-12-06 | 1 | -3/+12 |
| | | |||||
* | | new VM: passes more tests | Araq | 2013-12-06 | 1 | -10/+18 |
| | | |||||
* | | makes 'reject' tests green | Araq | 2013-12-05 | 1 | -4/+16 |
| | | |||||
* | | next steps for FFI support | Araq | 2013-11-25 | 1 | -9/+33 |
| | | |||||
* | | VM now supports lambda lifting | Araq | 2013-11-06 | 1 | -7/+20 |
| | | |||||
* | | jump optimizer works | Araq | 2013-10-29 | 1 | -11/+16 |
| | | |||||
* | | new VM is getting stable | Araq | 2013-10-29 | 1 | -8/+13 |
| | | |||||
* | | some complex macros work | Araq | 2013-10-16 | 1 | -9/+21 |
| | | |||||
* | | compiler bootstraps with new VM | Araq | 2013-10-15 | 1 | -7/+16 |
|/ | |||||
* | implemented opcTypeTrait | Araq | 2013-08-22 | 1 | -2/+5 |
| | |||||
* | fixed and documented computedGoto pragma | Araq | 2013-08-22 | 1 | -9/+33 |
| | |||||
* | new VM: preparations for evalMacroCall | Araq | 2013-08-11 | 1 | -6/+16 |
| | |||||
* | new VM: register allocator bugfix; implemented more magics | Araq | 2013-08-08 | 1 | -28/+67 |
| | |||||
* | new VM: implemented constructors and jump optimizer | Araq | 2013-08-07 | 1 | -10/+115 |
| | |||||
* | new VM: next steps | Araq | 2013-08-03 | 1 | -4/+7 |
| | |||||
* | new vm: further progress | Araq | 2013-07-29 | 1 | -22/+47 |
| | |||||
* | new vm: lots of fixes | Araq | 2013-07-27 | 1 | -25/+89 |
| | |||||
* | new vm: can execute simple programs | Araq | 2013-07-26 | 1 | -6/+6 |
| | |||||
* | new vm: next steps | Araq | 2013-07-25 | 1 | -2/+7 |
| | |||||
* | new evaluation engine: next steps | Araq | 2013-07-25 | 1 | -6/+9 |
| | |||||
* | first steps to a new evaluation engine | Araq | 2013-07-24 | 1 | -0/+1002 |