summary refs log tree commit diff stats
path: root/compiler/vmgen.nim
Commit message (Expand)AuthorAgeFilesLines
* transf and vmgen compile againAndreas Rumpf2018-05-121-102/+102
* fixes #7774 (#7783)alaviss2018-05-061-1/+3
* warn about inconsistent spacing around binary operators; fixes #7582Andreas Rumpf2018-05-051-1/+1
* correct comparisons for nil strings/seqsAndreas Rumpf2018-04-281-0/+1
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-3/+3
* Cleanups 20180401 (#7458)Jacek Sieka2018-04-121-0/+3
* Get symbol kind (#7491)Arne Döring2018-04-111-1/+1
* Fixes #7407 (#7427)cooldome2018-04-061-2/+1
* some progress on #7261; VM does not support the new backwards indexingAraq2018-02-281-1/+1
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-3/+3
* add support cast[integer] in VMParashurama2017-12-301-2/+45
* first steps in adding template/macro calls to stack tracesAraq2017-12-211-0/+2
* fixes crash related to runnableExamples in Nim doc that yet uses the VMAndreas Rumpf2017-12-091-0/+2
* bugfix: make 'macros' module available for nimscriptAndreas Rumpf2017-11-141-3/+3
* deprecated unary '<'Andreas Rumpf2017-10-291-11/+11
* first steps of making 'opt' a first class type for NimAndreas Rumpf2017-09-251-0/+2
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-2/+2
* Fix operations on string as openarray in VM. (#6257)Parashurama2017-09-151-3/+3
* fix VM intsize for 32bits and smaller targetOS. (#6211)Parashurama2017-08-101-3/+4
* Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988)Parashurama2017-08-031-2/+16
* Lineinfo change (#6084)Arne Döring2017-07-171-1/+10
* fix logical right shift in VM. (#5916)Parashurama2017-06-051-1/+17
* Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-241-1/+2
* fixes #5221Andreas Rumpf2017-02-051-1/+1
* fixes #5269Andreas Rumpf2017-02-051-6/+10
* make vmgen more robust in the context of 'nim check'Araq2016-12-311-2/+3
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-1/+1
* fixes #4915andri lim2016-10-271-1/+1
* fixes regressionAndreas Rumpf2016-08-261-1/+1
* remove unused stuffJacek Sieka2016-08-091-14/+0
* attempt to fix #4065Andreas Rumpf2016-08-041-2/+1
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-301-2/+2
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-2/+2
* added system.newSeqOfCap for improved efficiencyAndreas Rumpf2016-07-151-2/+14
* 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