| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixes #2730 | Andreas Rumpf | 2016-07-13 | 1 | -2/+2 |
* | fixes #4462 | Andreas Rumpf | 2016-07-08 | 1 | -3/+5 |
* | fixes #4371 | Andreas Rumpf | 2016-07-08 | 1 | -1/+1 |
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-07-06 | 1 | -1/+4 |
|\ |
|
| * | Fixed vm codegen for a call with compile-time args. Fixes #4412. | Yuriy Glukhov | 2016-07-06 | 1 | -1/+4 |
* | | fixes #537 | Andreas Rumpf | 2016-07-06 | 1 | -10/+16 |
|/ |
|
* | system. for cstrings uses value comparisons, not reference comparisons | Andreas Rumpf | 2016-06-02 | 1 | -2/+2 |
* | fixes #1713 | Andreas Rumpf | 2016-05-30 | 1 | -4/+8 |
* | Merge pull request #4113 from jcosborn/gettypeinst | Andreas Rumpf | 2016-05-28 | 1 | -1/+6 |
|\ |
|
| * | getTypeInst and getTypeImpl mostly working now and added test | James Osborn | 2016-05-04 | 1 | -1/+2 |
| * | added getTypeInst which includes generic parameters | James Osborn | 2016-05-04 | 1 | -1/+5 |
* | | fixes #3956 | Andreas Rumpf | 2016-05-11 | 1 | -4/+5 |
|/ |
|
* | fixes #3731 | Andreas Rumpf | 2016-04-04 | 1 | -3/+11 |
* | fixes #3561, fixes #2409 | Andreas Rumpf | 2016-04-04 | 1 | -3/+7 |
* | fixes #3804 | Andreas Rumpf | 2016-04-04 | 1 | -0/+4 |
* | fixes #3973 | Andreas Rumpf | 2016-04-03 | 1 | -1/+1 |
* | fixes #3916 | Andreas Rumpf | 2016-02-29 | 1 | -4/+4 |
* | Fixed deprecation warnings while Nim compiles. | Hans Raaf | 2016-01-18 | 1 | -1/+1 |
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -2/+2 |
* | os.walkDir is available at compile time | Araq | 2015-11-10 | 1 | -2/+4 |
* | fixes #3299 | Araq | 2015-10-15 | 1 | -0/+22 |
* | fixes #2473; cleanup of some tests | Araq | 2015-09-30 | 1 | -6/+9 |
* | fixes #3387 | Araq | 2015-09-29 | 1 | -1/+0 |
* | fixes #3357 | Araq | 2015-09-23 | 1 | -2/+5 |
* | VM produces objects. | Yuriy Glukhov | 2015-09-05 | 1 | -2/+6 |
* | when nimvm stmt proof of concept | Yuriy Glukhov | 2015-09-04 | 1 | -1/+4 |
* | 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 |