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
*
more modules compile again
Andreas Rumpf
2018-05-12
1
-1
/
+1
*
more modules compile again
Andreas Rumpf
2018-05-12
1
-100
/
+110
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-20
/
+21
*
make tests green again
Andreas Rumpf
2018-04-21
1
-1
/
+1
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-3
/
+3
*
allow setting template/macro recursive evaluation limits (#7652)
jcosborn
2018-04-19
1
-2
/
+4
*
eqIdent new returns false on non identifier types (#7629)
Arne Döring
2018-04-17
1
-5
/
+13
*
move eqIdent to vm.nim (#7585)
Arne Döring
2018-04-15
1
-3
/
+29
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-9
/
+9
*
Get symbol kind (#7491)
Arne Döring
2018-04-11
1
-15
/
+20
*
reuse default ident in opcNNewNimNode (performance regression) (#7330)
jcosborn
2018-03-14
1
-1
/
+1
*
some progress on #7261; VM does not support the new backwards indexing
Araq
2018-02-28
1
-3
/
+15
*
fixes #7215
Andreas Rumpf
2018-02-14
1
-2
/
+5
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-12
/
+11
*
implemented new experimental scriptable import mechanism
Andreas Rumpf
2017-10-01
1
-1
/
+1
*
workaround a GC/codegen issue that proves nasty to fix
Andreas Rumpf
2017-09-26
1
-1
/
+4
*
breaking change: getAst strips away pointless nnkStmtList nodes; node renderi...
Andreas Rumpf
2017-09-26
1
-1
/
+2
*
Fix operations on string as openarray in VM. (#6257)
Parashurama
2017-09-15
1
-5
/
+23
*
Fix seq.setLen initialisation in VM (#6224)
Parashurama
2017-09-02
1
-8
/
+23
*
Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988)
Parashurama
2017-08-03
1
-0
/
+11
*
Lineinfo change (#6084)
Arne Döring
2017-07-17
1
-4
/
+16
*
improved comment satement support in macros (#5904)
Arne Döring
2017-06-02
1
-1
/
+1
*
Creating and setting comment nodes in macros (#5850)
Fredrik Høisæther Rasch
2017-05-31
1
-0
/
+2
*
Merge branch 'zahary' into araq2
Andreas Rumpf
2017-05-17
1
-2
/
+3
|
\
|
*
fix affecting templates with explicit generic params
Zahary Karadjov
2017-05-13
1
-2
/
+3
*
|
Merge branch 'zahary' into araq2
Andreas Rumpf
2017-05-16
1
-0
/
+6
|
\
|
|
*
lift parameter-less do block to lambdas
Zahary Karadjov
2017-04-10
1
-2
/
+1
|
*
fix the do notation when used with procs
Zahary Karadjov
2017-04-09
1
-1
/
+2
|
*
Restore the Nim's 0.14 proper handling of generic aliases
Zahary Karadjov
2017-04-08
1
-0
/
+6
*
|
fixes an internal compiler error when json.to is used wrongly
Andreas Rumpf
2017-05-06
1
-1
/
+9
|
/
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-1
/
+4
*
fixes #5352
Araq
2017-02-08
1
-1
/
+3
*
fixes #5327
Andreas Rumpf
2017-02-03
1
-1
/
+2
*
fixes #4992
Parashurama
2017-02-02
1
-1
/
+4
*
fix confusing line information for macros that produce errors
Araq
2017-02-01
1
-0
/
+1
*
avoid some compiler crashes in debug mode
Andreas Rumpf
2017-01-23
1
-2
/
+5
*
fix seq add for nim node in VM (#5253)
Arne Döring
2017-01-19
1
-1
/
+1
*
make quote ast a ref type (#5246)
Arne Döring
2017-01-19
1
-0
/
+6
*
added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994
Araq
2017-01-07
1
-2
/
+3
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-1
/
+3
*
big refactoring: step 1
Araq
2016-10-31
1
-18
/
+20
*
fixes #4915
andri lim
2016-10-27
1
-4
/
+8
*
Merge pull request #4872 from flyx/gorgefix
Andreas Rumpf
2016-10-24
1
-1
/
+2
|
\
|
*
Fixes #4871
Felix Krause
2016-10-09
1
-1
/
+2
*
|
fixes #4906
Andreas Rumpf
2016-10-21
1
-1
/
+1
*
|
fixes #4856
Andreas Rumpf
2016-10-20
1
-1
/
+1
|
/
*
fixes #4803
Andreas Rumpf
2016-09-24
1
-1
/
+2
*
VM: 'raises' in an 'except' doesn't cause an endless loop anymore
Araq
2016-09-14
1
-2
/
+10
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-3
/
+3
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-10
/
+9
[next]