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
*
parseBiggestFloat is now builtin
Araq
2014-07-16
1
-0
/
+18
*
fixes #1323
Araq
2014-07-08
1
-3
/
+6
*
fixes #1103; fixes #1297
Araq
2014-07-08
1
-20
/
+62
*
fixes #1310
Araq
2014-07-02
1
-1
/
+8
*
corrected backends.txt
Araq
2014-06-30
1
-0
/
+7
*
fixes constant array indexing bug
Araq
2014-06-30
1
-14
/
+31
*
Fixed handling swap in vmgen
Felix Krause
2014-06-25
1
-4
/
+6
*
fixes the bug that keeps the template engine package from working
Araq
2014-05-25
1
-2
/
+4
*
fixes #1140
Araq
2014-05-05
1
-0
/
+1
*
implemented builtin noncopying slice
Araq
2014-05-02
1
-1
/
+1
*
Merge pull request #1123 from flaviut/bug1110
Andreas Rumpf
2014-04-20
1
-0
/
+10
|
\
|
*
Document vmgen.nim a bit
flaviut
2014-04-20
1
-0
/
+10
*
|
Fixes #1093.
Dominik Picheta
2014-04-20
1
-9
/
+1
|
/
*
fixes #1063
Araq
2014-04-07
1
-1
/
+1
*
minor VM bugfix
Araq
2014-04-04
1
-0
/
+1
*
fixed another vm bug
Araq
2014-04-01
1
-8
/
+6
*
fixes #1009
Araq
2014-03-27
1
-1
/
+8
*
added #903 to the test suite
Araq
2014-03-26
1
-1
/
+1
*
VM: attempt to get integer ops right
Araq
2014-03-24
1
-16
/
+46
*
VM: endless loop prevention
Araq
2014-03-24
1
-7
/
+7
*
fixes #404
Araq
2014-03-23
1
-14
/
+17
*
fixes #1023
Araq
2014-03-22
1
-20
/
+31
*
fixes #1010
Araq
2014-03-22
1
-4
/
+4
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-22
1
-1
/
+1
|
\
|
*
make some tests green
Zahary Karadjov
2014-03-16
1
-1
/
+1
*
|
fixed tuples in a static context; preparations for correct compile time evalu...
Araq
2014-03-22
1
-1
/
+2
|
/
*
should fix the nkExprColonExpr bug in the vm
Araq
2014-03-13
1
-7
/
+15
*
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Zahary Karadjov
2014-03-06
1
-6
/
+25
|
\
|
*
fixes #937
Araq
2014-03-05
1
-6
/
+25
*
|
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-1
/
+1
|
/
*
tstmtexprs.nim works again
Araq
2014-02-27
1
-2
/
+2
*
xmltree.`<>` macro works again
Araq
2014-02-27
1
-4
/
+4
*
made some tests green; htmlgen still broken
Araq
2014-02-25
1
-5
/
+7
*
new VM is getting stable
Araq
2014-02-24
1
-11
/
+48
*
fixed opcConv
Araq
2014-02-22
1
-3
/
+2
*
vm2: new representation of registers
Araq
2014-02-21
1
-65
/
+63
*
got rid of debugging code
Araq
2014-02-17
1
-2
/
+0
*
fixes #926
Araq
2014-02-17
1
-7
/
+12
*
fixes #922
Araq
2014-02-16
1
-2
/
+16
*
fixes #889
Araq
2014-02-10
1
-8
/
+13
*
fixes regression: constant fac4 didn't work
Araq
2014-02-06
1
-1
/
+1
*
tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...
Araq
2014-02-05
1
-11
/
+12
*
macro tests almost green
Araq
2014-02-03
1
-14
/
+17
*
deactivated debug output
Araq
2014-02-02
1
-3
/
+3
*
tstringinterp almost working
Araq
2014-02-01
1
-37
/
+57
*
compiler warns when you use GC'ed memory and '--gc:none'
Araq
2014-01-19
1
-2
/
+3
*
unittest module works again
Araq
2014-01-18
1
-2
/
+11
*
better html generator for the tester; fixes some VM bugs
Araq
2014-01-17
1
-4
/
+26
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-3
/
+3
|
\
|
*
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-3
/
+3
[next]