Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1123 from flaviut/bug1110 | Andreas Rumpf | 2014-04-20 | 1 | -0/+10 |
|\ | | | | | Document vmgen.nim a bit | ||||
| * | Document vmgen.nim a bit | flaviut | 2014-04-20 | 1 | -0/+10 |
| | | |||||
* | | Fixes #1093. | Dominik Picheta | 2014-04-20 | 1 | -9/+1 |
|/ | |||||
* | fixes #1063 | Araq | 2014-04-07 | 1 | -1/+1 |
| | |||||
* | minor VM bugfix | Araq | 2014-04-04 | 1 | -0/+1 |
| | |||||
* | fixed another vm bug | Araq | 2014-04-01 | 1 | -8/+6 |
| | |||||
* | fixes #1009 | Araq | 2014-03-27 | 1 | -1/+8 |
| | |||||
* | added #903 to the test suite | Araq | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | VM: attempt to get integer ops right | Araq | 2014-03-24 | 1 | -16/+46 |
| | |||||
* | VM: endless loop prevention | Araq | 2014-03-24 | 1 | -7/+7 |
| | |||||
* | fixes #404 | Araq | 2014-03-23 | 1 | -14/+17 |
| | |||||
* | fixes #1023 | Araq | 2014-03-22 | 1 | -20/+31 |
| | |||||
* | fixes #1010 | Araq | 2014-03-22 | 1 | -4/+4 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-22 | 1 | -1/+1 |
|\ | |||||
| * | make some tests green | Zahary Karadjov | 2014-03-16 | 1 | -1/+1 |
| | | |||||
* | | fixed tuples in a static context; preparations for correct compile time ↵ | Araq | 2014-03-22 | 1 | -1/+2 |
|/ | | | | evaluation of integral ops | ||||
* | should fix the nkExprColonExpr bug in the vm | Araq | 2014-03-13 | 1 | -7/+15 |
| | |||||
* | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-06 | 1 | -6/+25 |
|\ | |||||
| * | fixes #937 | Araq | 2014-03-05 | 1 | -6/+25 |
| | | |||||
* | | split the inline and closure iterators into different symbol kinds for ↵ | Zahary Karadjov | 2014-03-06 | 1 | -1/+1 |
|/ | | | | easier discrimination between them | ||||
* | tstmtexprs.nim works again | Araq | 2014-02-27 | 1 | -2/+2 |
| | |||||
* | xmltree.`<>` macro works again | Araq | 2014-02-27 | 1 | -4/+4 |
| | |||||
* | made some tests green; htmlgen still broken | Araq | 2014-02-25 | 1 | -5/+7 |
| | |||||
* | new VM is getting stable | Araq | 2014-02-24 | 1 | -11/+48 |
| | |||||
* | fixed opcConv | Araq | 2014-02-22 | 1 | -3/+2 |
| | |||||
* | vm2: new representation of registers | Araq | 2014-02-21 | 1 | -65/+63 |
| | |||||
* | got rid of debugging code | Araq | 2014-02-17 | 1 | -2/+0 |
| | |||||
* | fixes #926 | Araq | 2014-02-17 | 1 | -7/+12 |
| | |||||
* | fixes #922 | Araq | 2014-02-16 | 1 | -2/+16 |
| | |||||
* | fixes #889 | Araq | 2014-02-10 | 1 | -8/+13 |
| | |||||
* | fixes regression: constant fac4 didn't work | Araq | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is ↵ | Araq | 2014-02-05 | 1 | -11/+12 |
| | | | | required for skipTypes | ||||
* | macro tests almost green | Araq | 2014-02-03 | 1 | -14/+17 |
| | |||||
* | 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 |
| | |