Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the parser finally parses 'echo {1,2}' as it should | Andreas Rumpf | 2017-09-30 | 1 | -1/+1 |
* | make tests green again | Andreas Rumpf | 2017-09-26 | 1 | -9/+9 |
* | Closes #6083, closes #6086, closes #6379 (#6392) | Daniil Yarancev | 2017-09-16 | 1 | -8/+58 |
* | Fix operations on string as openarray in VM. (#6257) | Parashurama | 2017-09-15 | 1 | -0/+34 |
* | Fix seq.setLen initialisation in VM (#6224) | Parashurama | 2017-09-02 | 1 | -0/+58 |
* | add testcase for mitems returning tuple on VM. | Parashurama | 2017-08-19 | 1 | -0/+14 |
* | Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988) | Parashurama | 2017-08-03 | 1 | -0/+44 |
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 10 | -59/+57 |
* | Creating and setting comment nodes in macros (#5850) | Fredrik Høisæther Rasch | 2017-05-31 | 1 | -0/+8 |
* | fixes #5269 | Andreas Rumpf | 2017-02-05 | 1 | -0/+30 |
* | fixes #5327 | Andreas Rumpf | 2017-02-03 | 2 | -5/+43 |
* | fix seq add for nim node in VM (#5253) | Arne Döring | 2017-01-19 | 1 | -2/+7 |
* | make quote ast a ref type (#5246) | Arne Döring | 2017-01-19 | 1 | -0/+69 |
* | fixes #5237 | Andreas Rumpf | 2017-01-19 | 1 | -0/+13 |
* | added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994 | Araq | 2017-01-07 | 3 | -6/+19 |
* | cleanup tgorge test | Araq | 2016-10-24 | 2 | -2/+2 |
* | Fixes #4871 | Felix Krause | 2016-10-09 | 3 | -0/+15 |
* | fixes #4619 | Andreas Rumpf | 2016-08-23 | 1 | -0/+3 |
* | fixes #4462 | Andreas Rumpf | 2016-07-08 | 1 | -1/+11 |
* | Fixed vm codegen for a call with compile-time args. Fixes #4412. | Yuriy Glukhov | 2016-07-06 | 1 | -0/+6 |
* | fixes #3729 | Andreas Rumpf | 2016-05-29 | 2 | -0/+372 |
* | fixes #3859 | Andreas Rumpf | 2016-04-04 | 1 | -0/+16 |
* | fixes #3731 | Andreas Rumpf | 2016-04-04 | 1 | -0/+15 |
* | fixes #3561, fixes #2409 | Andreas Rumpf | 2016-04-04 | 1 | -0/+52 |
* | fixes #3804 | Andreas Rumpf | 2016-04-04 | 1 | -0/+28 |
* | fixes #3973 | Andreas Rumpf | 2016-04-03 | 1 | -0/+29 |
* | Merge pull request #3651 from jangko/vm_'excl' | Andreas Rumpf | 2015-12-21 | 1 | -0/+27 |
|\ | |||||
| * | fixed compile time `excl ` cause SIGSEGV #3639 | jangko | 2015-12-17 | 1 | -0/+27 |
* | | fixed VM touint conversion #2514 | jangko | 2015-12-19 | 1 | -0/+77 |
|/ | |||||
* | fixes #2473; cleanup of some tests | Araq | 2015-09-30 | 2 | -1/+17 |
* | fixes #3357 | Araq | 2015-09-23 | 1 | -0/+21 |
* | fixes #3195 | Araq | 2015-09-10 | 1 | -2/+24 |
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 7 | -25/+25 |
* | fixes #3066 | Araq | 2015-08-09 | 1 | -0/+17 |
* | fixes #1329 | Araq | 2015-08-09 | 1 | -1/+11 |
* | Added absolute path support to options.findFile | Anatoly Galiulin | 2015-07-21 | 1 | -2/+8 |
* | fixes #2297, fixes #2946 | Araq | 2015-06-18 | 2 | -0/+105 |
* | fixes #2774 | Araq | 2015-06-06 | 1 | -0/+14 |
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 1 | -3/+3 |
* | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -1/+1 |
* | tables work in 'const' sections; echo supports 'nil' strings; minor cleanups | Araq | 2015-02-09 | 1 | -0/+19 |
* | Add test for issue #1946 | Audun Wilhelmsen | 2015-01-16 | 1 | -0/+14 |
* | fixes #1708, fixes #871 | Araq | 2014-12-28 | 1 | -1/+1 |
* | fixes #1781 | Araq | 2014-12-28 | 1 | -0/+17 |
* | fixes #1744 | Araq | 2014-12-17 | 1 | -0/+50 |
* | Fixes for new comment handling. | Dominik Picheta | 2014-09-09 | 1 | -1/+1 |
* | fixes #903, fixes #1513 | Araq | 2014-09-03 | 2 | -6/+179 |
* | more stdlib modules work | Araq | 2014-08-31 | 1 | -9/+9 |
* | make tests green | Araq | 2014-08-31 | 1 | -2/+2 |
* | further adaptations | Araq | 2014-08-29 | 1 | -3/+3 |