index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
vmgen.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support system.reset in vm (#10400)
Oscar Nihlgård
2019-01-21
1
-1
/
+3
*
improve vmgen.codeListing formatting (#10306)
Timothee Cour
2019-01-15
1
-9
/
+22
*
fixes #10058 [backport]
Araq
2018-12-21
1
-2
/
+3
*
new minor language feature: .noSideEffect blocks like .gcsafe blocks
Andreas Rumpf
2018-11-27
1
-2
/
+1
*
fixes #9675
Andreas Rumpf
2018-11-26
1
-0
/
+1
*
Add isInstanceOf for generic procs to the macros module (#9730)
cooldome
2018-11-21
1
-0
/
+1
*
Of operator in vm fixes [backport] (#9717)
cooldome
2018-11-15
1
-1
/
+1
*
nim check fix; fixes #9609 [backport]
Andreas Rumpf
2018-11-07
1
-7
/
+8
*
VM: don't inject destructor calls, refs #7041
Andreas Rumpf
2018-11-06
1
-3
/
+4
*
fix compiler crash
Arne Döring
2018-10-30
1
-1
/
+4
*
Add test
Andrii Riabushenko
2018-10-24
1
-5
/
+4
*
improve style
Andrii Riabushenko
2018-10-24
1
-4
/
+4
*
Add int float casts to vm
Andrii Riabushenko
2018-10-24
1
-3
/
+24
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-2
/
+3
*
implement sizeof and alignof operator (manually squashed #5664) (#9356)
Timothee Cour
2018-10-14
1
-2
/
+2
*
Field checks for everybody (#8957)
LemonBoy
2018-10-09
1
-14
/
+76
*
Fix for VM codegen with static[T] types
LemonBoy
2018-09-23
1
-3
/
+3
*
The VM cannot call methods
LemonBoy
2018-09-17
1
-0
/
+3
*
Add sym owner to macros (#8253)
cooldome
2018-09-03
1
-0
/
+1
*
fixes the remaining fixable Nimrod->Nim renamings; closes #2032
Araq
2018-09-03
1
-1
/
+1
*
Allow `hint` and `warning` to specify its loc info (#8771)
LemonBoy
2018-08-28
1
-2
/
+2
*
fixes #6255, add `system.ashr` arithmetic right shift (#8547)
andri lim
2018-08-07
1
-0
/
+1
*
fixes #5617, 'copyLineInfo' addition (#8523)
andri lim
2018-08-05
1
-8
/
+8
*
fixes #7827, bindSym enhancement (#8499)
andri lim
2018-08-02
1
-7
/
+38
*
Fix ref bug in vmgen (#8424)
Oscar Nihlgård
2018-07-30
1
-45
/
+43
*
Fixed uncaught exception in vm gen
Yuriy Glukhov
2018-06-13
1
-1
/
+1
*
bugfix: allow 'export' in the VM
Andreas Rumpf
2018-06-12
1
-1
/
+1
*
fixex merge conflicts
Araq
2018-06-08
1
-1
/
+2
|
\
|
*
Fix for newStringOfCap in VM (#7901)
Oscar Nihlgård
2018-06-04
1
-1
/
+2
*
|
completed VM support for incremental compilations
Andreas Rumpf
2018-06-04
1
-6
/
+6
*
|
WIP: an API for VM replay global state support
Andreas Rumpf
2018-06-03
1
-10
/
+28
*
|
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-1
/
+1
*
|
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
|
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
|
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-5
/
+5
*
|
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-3
/
+3
*
|
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-2
/
+2
|
/
*
transf and vmgen compile again
Andreas Rumpf
2018-05-12
1
-102
/
+102
*
fixes #7774 (#7783)
alaviss
2018-05-06
1
-1
/
+3
*
warn about inconsistent spacing around binary operators; fixes #7582
Andreas Rumpf
2018-05-05
1
-1
/
+1
*
correct comparisons for nil strings/seqs
Andreas Rumpf
2018-04-28
1
-0
/
+1
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-3
/
+3
*
Cleanups 20180401 (#7458)
Jacek Sieka
2018-04-12
1
-0
/
+3
*
Get symbol kind (#7491)
Arne Döring
2018-04-11
1
-1
/
+1
*
Fixes #7407 (#7427)
cooldome
2018-04-06
1
-2
/
+1
*
some progress on #7261; VM does not support the new backwards indexing
Araq
2018-02-28
1
-1
/
+1
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-3
/
+3
*
add support cast[integer] in VM
Parashurama
2017-12-30
1
-2
/
+45
*
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-0
/
+2
*
fixes crash related to runnableExamples in Nim doc that yet uses the VM
Andreas Rumpf
2017-12-09
1
-0
/
+2
[next]