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
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-2
/
+3
*
VM profiler (#14833)
Ico Doornekamp
2020-07-09
1
-12
/
+5
*
Deprecated laxStrings for mutating the internal zero terminator on strings an...
Juan Carlos
2020-06-23
1
-2
/
+0
*
`hintMsgOrigin` now works in VM code (#14678)
Timothee Cour
2020-06-16
1
-10
/
+8
*
fixes #14340
Araq
2020-05-14
1
-4
/
+4
*
Make ./koch temp --gc:arc work (#14186)
Clyybber
2020-05-01
1
-3
/
+6
*
fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2]
Timothee Cour
2020-04-06
1
-30
/
+23
*
Fix vm.nim for --gc:arc (#13741)
Clyybber
2020-03-26
1
-14
/
+2
*
fixes #13744 (#13749)
cooldome
2020-03-25
1
-0
/
+6
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
1
-5
/
+0
*
fix #13479 (#13503)
Arne Döring
2020-02-26
1
-2
/
+2
*
make goto based exceptions available for 'nim cpp' (#13244)
Andreas Rumpf
2020-01-25
1
-1
/
+1
*
VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)
Timothee Cour
2020-01-23
1
-4
/
+3
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-51
/
+26
*
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
[next]