| Commit message (Expand) | Author | Age | Files | Lines |
* | implemented macros.getImpl | Araq | 2015-08-21 | 1 | -0/+1 |
* | VM: repl supports global variables properly" | Araq | 2015-08-16 | 1 | -3/+3 |
* | Merge pull request #3177 from zah/generic-types-in-macros | Andreas Rumpf | 2015-08-14 | 1 | -2/+23 |
|\ |
|
| * | Disable the new generic params handling for immediate template and macros | Zahary Karadjov | 2015-08-02 | 1 | -1/+5 |
| * | fix #1858 again; restores the support for static macro params | Zahary Karadjov | 2015-08-02 | 1 | -2/+19 |
* | | fixes #3066 | Araq | 2015-08-09 | 1 | -0/+3 |
* | | fixes #1329 | Araq | 2015-08-09 | 1 | -0/+2 |
|/ |
|
* | emerald project has a chance of working | Araq | 2015-08-02 | 1 | -9/+18 |
* | staticExec now supports caching | Araq | 2015-07-15 | 1 | -1/+13 |
* | macros: Introduce sameType(a, b) for node types | Adam Strzelecki | 2015-07-03 | 1 | -0/+1 |
* | fixes #3041 | Araq | 2015-07-02 | 1 | -20/+26 |
* | fixes #2297, fixes #2946 | Araq | 2015-06-18 | 1 | -6/+1 |
* | Removed magics: mAbsI64 | rku | 2015-06-10 | 1 | -1/+1 |
* | Removed magics: mBitnotI64 | rku | 2015-06-10 | 1 | -1/+1 |
* | Removed magics: mEqI64 mLtI64 mLeI64 | rku | 2015-06-10 | 1 | -3/+3 |
* | Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64 | rku | 2015-06-10 | 1 | -5/+5 |
* | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64 | rku | 2015-06-10 | 1 | -5/+5 |
* | marshalling can be done at compile-time | Araq | 2015-04-25 | 1 | -4/+42 |
* | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys... | Araq | 2015-04-22 | 1 | -2/+2 |
* | cleaned up some magics to make room for new magics; added '..<' and '..^' tem... | Araq | 2015-04-22 | 1 | -2/+2 |
* | VM: minor fixes to make lexim work | Araq | 2015-04-20 | 1 | -3/+4 |
* | Fixes #1986 when calling sameConstant on uint | Joseph Turner | 2015-04-09 | 1 | -1/+1 |
* | fixes another regression | Araq | 2015-03-27 | 1 | -1/+2 |
* | fixes #2346 | Araq | 2015-03-16 | 1 | -44/+44 |
* | implements a type API for macros | Araq | 2015-02-24 | 1 | -1/+6 |
* | macros.PNimrodNode is now NimNode | Araq | 2015-02-24 | 1 | -1/+1 |
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
* | tables work in 'const' sections; echo supports 'nil' strings; minor cleanups | Araq | 2015-02-09 | 1 | -1/+2 |
* | Fixed high(cstring) in vmgen too | Simon Hafner | 2015-02-01 | 1 | -1/+2 |
* | Revert 5e4ae8d | Dustin Lacewell | 2015-01-07 | 1 | -20/+3 |
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
* | unstaged file | Zahary Karadjov | 2015-01-05 | 1 | -1/+1 |
* | fix #1858; Add support for generic templates and macros | Zahary Karadjov | 2015-01-05 | 1 | -3/+20 |
* | fixes #1781 | Araq | 2014-12-28 | 1 | -5/+8 |
* | fixes #1742 | Araq | 2014-12-24 | 1 | -1/+1 |
* | fixes #1744 | Araq | 2014-12-17 | 1 | -5/+7 |
* | fixes #1718 | Araq | 2014-12-10 | 1 | -0/+2 |
* | fixes #1548 | Araq | 2014-11-17 | 1 | -5/+7 |
* | fixes #1473 | Araq | 2014-11-12 | 1 | -2/+7 |
* | fix issue #1581 | Billingsly Wetherfordshire | 2014-10-20 | 1 | -0/+1 |
* | implemented 'guard' annotation | Araq | 2014-09-21 | 1 | -0/+2 |
* | merged things from devel | Araq | 2014-09-12 | 1 | -1/+0 |
|\ |
|
| * | fixes #903, fixess #1513 | Araq | 2014-09-11 | 1 | -6/+14 |
* | | added nimfix tool | Araq | 2014-09-05 | 1 | -1/+1 |
* | | fixes recently introduced regression | Araq | 2014-09-03 | 1 | -1/+4 |
* | | fixes #903, fixes #1513 | Araq | 2014-09-03 | 1 | -7/+18 |
* | | VM supports math and a few os procs | Araq | 2014-08-30 | 1 | -1/+22 |
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
|/ |
|
* | fixes #1343 | Araq | 2014-08-15 | 1 | -4/+3 |
* | fixes #1433 | Araq | 2014-08-14 | 1 | -0/+2 |