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
*
VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877)
Timothee Cour
2020-01-05
1
-19
/
+153
*
VM: allow ptr setting ptr fields (#12825)
Timothee Cour
2019-12-06
1
-1
/
+5
*
fixes #11727 [backport]
Araq
2019-11-28
1
-2
/
+4
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-68
/
+68
*
VM: improvements for var T/addr (#12667); fixes #12489
Andreas Rumpf
2019-11-28
1
-0
/
+27
*
fixes #12670 [backport] (#12693)
Andreas Rumpf
2019-11-20
1
-1
/
+2
*
ARC: solves phase ordering problems (#12654)
Andreas Rumpf
2019-11-14
1
-10
/
+12
*
backtick and export marker handling in `eqIdent` (#12574)
Arne Döring
2019-11-07
1
-5
/
+16
*
fixes #12244 [backport]
Araq
2019-10-10
1
-1
/
+0
*
VM: no special casing for big endian machines; refs #9690 [backport] (#12364)
Andreas Rumpf
2019-10-06
1
-6
/
+2
*
fixes #12281 [backport]
Andreas Rumpf
2019-09-30
1
-5
/
+6
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-4
/
+4
*
add nodeId proc to macros (#11456)
Arne Döring
2019-09-18
1
-0
/
+6
*
rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207)
Arne Döring
2019-09-18
1
-4
/
+4
*
fixes #12195
Araq
2019-09-17
1
-6
/
+14
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-5
/
+5
*
error for NimNode index kind (#12154)
Jasper Jenkins
2019-09-08
1
-6
/
+10
*
fixes #12125 (#12131)
Andreas Rumpf
2019-09-06
1
-11
/
+14
*
fixes #11903 (#11908)
Arne Döring
2019-08-31
1
-1
/
+3
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-1
/
+1
*
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
[next]