summary refs log tree commit diff stats
path: root/compiler/vmgen.nim
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #2730Andreas Rumpf2016-07-131-2/+2
* fixes #4462Andreas Rumpf2016-07-081-3/+5
* fixes #4371Andreas Rumpf2016-07-081-1/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-07-061-1/+4
|\
| * Fixed vm codegen for a call with compile-time args. Fixes #4412.Yuriy Glukhov2016-07-061-1/+4
* | fixes #537Andreas Rumpf2016-07-061-10/+16
|/
* system. for cstrings uses value comparisons, not reference comparisonsAndreas Rumpf2016-06-021-2/+2
* fixes #1713Andreas Rumpf2016-05-301-4/+8
* Merge pull request #4113 from jcosborn/gettypeinstAndreas Rumpf2016-05-281-1/+6
|\
| * getTypeInst and getTypeImpl mostly working now and added testJames Osborn2016-05-041-1/+2
| * added getTypeInst which includes generic parametersJames Osborn2016-05-041-1/+5
* | fixes #3956Andreas Rumpf2016-05-111-4/+5
|/
* fixes #3731Andreas Rumpf2016-04-041-3/+11
* fixes #3561, fixes #2409Andreas Rumpf2016-04-041-3/+7
* fixes #3804Andreas Rumpf2016-04-041-0/+4
* fixes #3973Andreas Rumpf2016-04-031-1/+1
* fixes #3916Andreas Rumpf2016-02-291-4/+4
* Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-181-1/+1
* first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-261-2/+2
* os.walkDir is available at compile timeAraq2015-11-101-2/+4
* fixes #3299Araq2015-10-151-0/+22
* fixes #2473; cleanup of some testsAraq2015-09-301-6/+9
* fixes #3387Araq2015-09-291-1/+0
* fixes #3357Araq2015-09-231-2/+5
* VM produces objects.Yuriy Glukhov2015-09-051-2/+6
* when nimvm stmt proof of conceptYuriy Glukhov2015-09-041-1/+4
* implemented macros.getImplAraq2015-08-211-0/+1
* VM: repl supports global variables properly"Araq2015-08-161-3/+3
* Merge pull request #3177 from zah/generic-types-in-macrosAndreas Rumpf2015-08-141-2/+23
|\
| * Disable the new generic params handling for immediate template and macrosZahary Karadjov2015-08-021-1/+5
| * fix #1858 again; restores the support for static macro paramsZahary Karadjov2015-08-021-2/+19
* | fixes #3066Araq2015-08-091-0/+3
* | fixes #1329Araq2015-08-091-0/+2
|/
* emerald project has a chance of workingAraq2015-08-021-9/+18
* staticExec now supports cachingAraq2015-07-151-1/+13
* macros: Introduce sameType(a, b) for node typesAdam Strzelecki2015-07-031-0/+1
* fixes #3041Araq2015-07-021-20/+26
* fixes #2297, fixes #2946Araq2015-06-181-6/+1
* Removed magics: mAbsI64rku2015-06-101-1/+1
* Removed magics: mBitnotI64rku2015-06-101-1/+1
* Removed magics: mEqI64 mLtI64 mLeI64rku2015-06-101-3/+3
* Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64rku2015-06-101-5/+5
* Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64rku2015-06-101-5/+5
* marshalling can be done at compile-timeAraq2015-04-251-4/+42
* added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys...Araq2015-04-221-2/+2
* cleaned up some magics to make room for new magics; added '..<' and '..^' tem...Araq2015-04-221-2/+2
* VM: minor fixes to make lexim workAraq2015-04-201-3/+4
* Fixes #1986 when calling sameConstant on uintJoseph Turner2015-04-091-1/+1
* fixes another regressionAraq2015-03-271-1/+2
* fixes #2346Araq2015-03-161-44/+44