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
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-21
1
-1
/
+7
|
\
|
*
Fixes #1119.
Dominik Picheta
2014-04-20
1
-0
/
+1
|
*
Fixes #1093.
Dominik Picheta
2014-04-20
1
-1
/
+6
*
|
fixes #1085
Araq
2014-04-21
1
-1
/
+1
|
/
*
new VM: proper shield against endless recursions
Araq
2014-04-05
1
-2
/
+10
*
new VM: fixes for exception handling
Araq
2014-04-04
1
-8
/
+17
*
Implement overflow/underflow checking for the VM.
EXetoC
2014-03-31
1
-6
/
+49
*
fixes #1009
Araq
2014-03-27
1
-1
/
+1
*
added #903 to the test suite
Araq
2014-03-26
1
-1
/
+5
*
VM: attempt to get integer ops right
Araq
2014-03-24
1
-8
/
+6
*
VM: endless loop prevention
Araq
2014-03-24
1
-1
/
+20
*
fixes #404
Araq
2014-03-23
1
-0
/
+2
*
fixes #1010
Araq
2014-03-22
1
-22
/
+25
*
fixed tuples in a static context; preparations for correct compile time evalu...
Araq
2014-03-22
1
-1
/
+25
*
should fix the nkExprColonExpr bug in the vm
Araq
2014-03-13
1
-2
/
+1
*
teach opcLdObj about nkExprColonExpr
Zahary Karadjov
2014-03-09
1
-1
/
+3
*
xmltree.`<>` macro works again
Araq
2014-02-27
1
-2
/
+4
*
renamed TRegister to TFullReg so that older versions can compile it
Araq
2014-02-26
1
-16
/
+16
*
htmlgen works again
Araq
2014-02-25
1
-3
/
+8
*
bootstrapping should work again
Araq
2014-02-25
1
-2
/
+1
*
made some tests green; htmlgen still broken
Araq
2014-02-25
1
-2
/
+6
*
new VM is getting stable
Araq
2014-02-24
1
-16
/
+34
*
simple macros work again
Araq
2014-02-22
1
-40
/
+32
*
fixed opcConv
Araq
2014-02-22
1
-7
/
+25
*
vm2: new representation of registers
Araq
2014-02-21
1
-441
/
+486
*
fixes #923
Araq
2014-02-17
1
-1
/
+1
*
Fixes macros.len crashing on nodes which lack the sons field.
Dominik Picheta
2014-02-11
1
-1
/
+1
*
fixes regression: constant fac4 didn't work
Araq
2014-02-06
1
-1
/
+4
*
macro tests almost green
Araq
2014-02-03
1
-2
/
+4
*
remove the old tester
Araq
2014-02-02
1
-1
/
+1
|
\
|
*
Merge branch 'devel' of https://www.github.com/Araq/Nimrod into devel
Zahary Karadjov
2014-01-26
1
-0
/
+2
|
|
\
|
*
|
implements #766;
Zahary Karadjov
2014-01-24
1
-1
/
+1
*
|
|
tstringinterp almost working
Araq
2014-02-01
1
-3
/
+13
|
|
/
|
/
|
*
|
fixes #838
Araq
2014-01-25
1
-0
/
+2
|
/
*
better html generator for the tester; fixes some VM bugs
Araq
2014-01-17
1
-11
/
+22
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-01-13
1
-1
/
+2
|
\
|
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-1
/
+2
|
|
\
*
|
|
new vm: bugfix
Araq
2014-01-12
1
-1
/
+1
|
/
/
*
|
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-1
/
+1
*
|
case consistency: next steps
Araq
2013-12-29
1
-2
/
+2
*
|
case consistency part 4
Araq
2013-12-27
1
-11
/
+11
*
|
case consistency part 1
Araq
2013-12-27
1
-1
/
+1
*
|
tcnstseq works again
Araq
2013-12-23
1
-3
/
+3
*
|
new VM: some progress for the FFI support
Araq
2013-12-23
1
-2
/
+15
*
|
more tests work
Araq
2013-12-13
1
-3
/
+2
*
|
new VM: globals kinda work
Araq
2013-12-13
1
-2
/
+8
*
|
new VM: improvements
Araq
2013-12-12
1
-18
/
+60
*
|
new VM supports 'getAst'
Araq
2013-12-06
1
-1
/
+14
*
|
new VM: passes more tests
Araq
2013-12-06
1
-5
/
+8
*
|
next steps for FFI support
Araq
2013-11-25
1
-20
/
+38
[next]