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
...
*
|
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
*
cleanup of #4113
Andreas Rumpf
2016-05-28
1
-27
/
+27
*
getTypeInst and getTypeImpl mostly working now and added test
James Osborn
2016-05-04
1
-1
/
+8
*
added getTypeInst which includes generic parameters
James Osborn
2016-05-04
1
-12
/
+21
*
fixes #3731
Andreas Rumpf
2016-04-04
1
-1
/
+1
*
fixes #3804
Andreas Rumpf
2016-04-04
1
-1
/
+1
*
fixes #3973
Andreas Rumpf
2016-04-03
1
-2
/
+5
*
fixes #3872
Andreas Rumpf
2016-03-04
1
-4
/
+5
*
Fixed deprecation warnings while Nim compiles.
Hans Raaf
2016-01-18
1
-1
/
+1
*
Merge pull request #3651 from jangko/vm_'excl'
Andreas Rumpf
2015-12-21
1
-1
/
+1
|
\
|
*
fixed compile time `excl ` cause SIGSEGV #3639
jangko
2015-12-17
1
-1
/
+1
*
|
fixed VM touint conversion #2514
jangko
2015-12-19
1
-1
/
+8
|
/
*
fixes #3546
Araq
2015-11-18
1
-2
/
+5
*
allows macros to access documentation comments
Araq
2015-11-18
1
-0
/
+1
*
msgs: One msgWriteln with optional flags
Adam Strzelecki
2015-10-22
1
-2
/
+2
*
compiler/vm: Use stdout too in VM time echo
Adam Strzelecki
2015-10-16
1
-2
/
+2
*
fixes #3299
Araq
2015-10-15
1
-1
/
+4
*
added undocumented exportNims pragma for Nimscript support
Araq
2015-10-03
1
-0
/
+25
*
vm: Don't fail on unknown enum position to string
Adam Strzelecki
2015-09-28
1
-1
/
+1
*
Uint64 to string in pure nim. array[char] to string fixed in vm.
Yuriy Glukhov
2015-09-14
1
-1
/
+12
*
fixes some regressions
Araq
2015-09-12
1
-0
/
+2
*
VM produces objects.
Yuriy Glukhov
2015-09-05
1
-4
/
+9
*
implemented macros.getImpl
Araq
2015-08-21
1
-0
/
+8
*
preparations for Nimble NimScript integrations; minor cleanups
Araq
2015-08-18
1
-0
/
+4
*
implements experimental new config system based on NimScript
Araq
2015-08-16
1
-2
/
+2
*
Merge pull request #3177 from zah/generic-types-in-macros
Andreas Rumpf
2015-08-14
1
-9
/
+24
|
\
|
*
Disable the new generic params handling for immediate template and macros
Zahary Karadjov
2015-08-02
1
-4
/
+5
|
*
fix #1858 again; restores the support for static macro params
Zahary Karadjov
2015-08-02
1
-9
/
+23
*
|
fixes #3192
Araq
2015-08-07
1
-1
/
+1
|
/
*
fixes #3103
Araq
2015-08-02
1
-2
/
+4
[prev]
[next]