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
/
vm.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lock semchecked ast for macros (#11883) [bugfix]
Arne Döring
2019-08-08
1
-10
/
+15
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-3
/
+3
*
VM exception fixes (#11868)
Oscar Nihlgård
2019-08-02
1
-2
/
+10
*
Fix VM conversion to var type [bugfix] (#11866)
Oscar Nihlgård
2019-08-01
1
-2
/
+2
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
'nim check' stability improvements
Araq
2019-07-14
1
-1
/
+9
*
fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at compi...
Timothee Cour
2019-07-03
1
-1
/
+4
*
[refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)
Arne Döring
2019-06-24
1
-10
/
+0
*
fix for passing tuples as static params to macros (#11423); fixes #10751 [bug...
Arne Döring
2019-06-07
1
-3
/
+20
*
fix macrocache implementation (#11404)
andri lim
2019-06-05
1
-7
/
+9
*
intVal works now on enum field symbols (#11403)
Arne Döring
2019-06-05
1
-3
/
+8
*
pass typedesc as NimNode to macros (#11400)
Arne Döring
2019-06-05
1
-2
/
+2
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
1
-1
/
+1
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-11
/
+6
*
right shift is now by default sign preserving (#11322)
Arne Döring
2019-05-29
1
-5
/
+11
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-1
/
+1
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-1
/
+1
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-3
/
+3
*
Compiler plugin for implementing incremental computation in user space (#10819)
cooldome
2019-04-11
1
-3
/
+1
*
sizeof alignof offsetof macros api (#10855)
Arne Döring
2019-03-19
1
-0
/
+21
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-2
/
+9
*
FFI at CT (#10150)
Timothee Cour
2019-02-23
1
-11
/
+26
*
revive #10228 (fix #9880) (#10610)
Timothee Cour
2019-02-13
1
-11
/
+11
*
fixes #10547
Andreas Rumpf
2019-02-13
1
-5
/
+6
*
Rework exception handling in the VM (#10544)
LemonBoy
2019-02-08
1
-101
/
+156
*
Vm bitops fixes (#10520)
Arne Döring
2019-02-05
1
-0
/
+5
*
Fixes https://github.com/nim-lang/Nim/issues/8484 (#10470) [backport]
Neelesh Chandola
2019-01-28
1
-1
/
+2
*
Object downconversion in VM should not copy (#10378)
LemonBoy
2019-01-22
1
-0
/
+5
*
Support system.reset in vm (#10400)
Oscar Nihlgård
2019-01-21
1
-2
/
+0
*
improve vmgen.codeListing formatting (#10306)
Timothee Cour
2019-01-15
1
-4
/
+3
*
fixes #10104
Araq
2019-01-13
1
-6
/
+12
*
[error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)
Timothee Cour
2019-01-08
1
-5
/
+10
*
fix #9872: setLen now works properly at CT [backport]
Timothee Cour
2018-12-08
1
-16
/
+2
*
Add isInstanceOf for generic procs to the macros module (#9730)
cooldome
2018-11-21
1
-0
/
+11
*
Of operator in vm fixes [backport] (#9717)
cooldome
2018-11-15
1
-1
/
+1
*
VM: don't inject destructor calls, refs #7041
Andreas Rumpf
2018-11-06
1
-6
/
+6
*
Add test
Andrii Riabushenko
2018-10-24
1
-5
/
+9
*
Add int float casts to vm
Andrii Riabushenko
2018-10-24
1
-0
/
+12
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-0
/
+11
*
Make the registered passes local to the ModuleGraph (#9259)
LemonBoy
2018-10-09
1
-1
/
+1
*
Fix error during field access in VM
LemonBoy
2018-09-17
1
-3
/
+7
*
Add sym owner to macros (#8253)
cooldome
2018-09-03
1
-0
/
+9
*
fixes the remaining fixable Nimrod->Nim renamings; closes #2032
Araq
2018-09-03
1
-1
/
+1
*
fixes #8740
Araq
2018-09-03
1
-1
/
+1
*
Allow `hint` and `warning` to specify its loc info (#8771)
LemonBoy
2018-08-28
1
-8
/
+12
*
fixes 8754 (#8755)
cooldome
2018-08-24
1
-0
/
+8
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-12
/
+10
*
fixes #6255, add `system.ashr` arithmetic right shift (#8547)
andri lim
2018-08-07
1
-0
/
+3
*
fixes #5617, 'copyLineInfo' addition (#8523)
andri lim
2018-08-05
1
-14
/
+13
*
fixes #7827, bindSym enhancement (#8499)
andri lim
2018-08-02
1
-1
/
+17
[next]