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
/
nimeval.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-1
/
+1
*
minor fixes for std prefix in the compiler (#23269)
ringabout
2024-01-30
1
-2
/
+2
*
reset macrocache after each script evaluation (#22195)
Juan M Gómez
2023-06-30
1
-1
/
+4
*
replaces implicit passes array registed at runtime with explicit function cal...
ringabout
2023-03-03
1
-13
/
+16
*
Added setGlobalValue to VM api (#19007)
Jason Beetham
2021-10-17
1
-0
/
+4
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-1
/
+1
*
compilesettings: add libpath (#16997)
Timothee Cour
2021-02-12
1
-4
/
+3
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-8
/
+5
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-2
/
+2
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-5
/
+9
*
nimeval errorHook support (#15255)
Scott Wadden
2020-09-07
1
-3
/
+8
*
* honor --errorMax even for tools (eg drnim, nim doc) (#14546)
Timothee Cour
2020-06-02
1
-1
/
+2
*
fix #12293 findNimStdLibCompileTime should not break with nimble install comp...
Timothee Cour
2020-05-18
1
-2
/
+5
*
Improve nimeval, changes some defaults (#14351)
PMunch
2020-05-15
1
-3
/
+7
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Added nimscript support to repl (#10834)
sealmove
2019-03-13
1
-2
/
+7
*
Fixed order of output in repl and added a proc for opening a custom repl (#10...
sealmove
2019-03-10
1
-1
/
+23
*
test case for #9180 and re-enables the disabled tcompilerapi test (#9181)
Timothee Cour
2018-10-11
1
-0
/
+7
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-3
/
+3
*
make tests green again
Andreas Rumpf
2018-06-11
1
-2
/
+2
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-0
/
+1
*
compiler API: final cleanups; improve security by diabling 'gorge' and friends
Andreas Rumpf
2018-05-29
1
-3
/
+6
*
rewrote nimeval.nim; added tcompilerapi example to show how the compiler can ...
Andreas Rumpf
2018-05-29
1
-23
/
+104
*
rename 'nimrodVM' to 'nimVM'
Andreas Rumpf
2018-05-28
1
-1
/
+1
*
fixes #7522
Araq
2018-04-06
1
-0
/
+1
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-2
/
+2
*
Fix compilation error in nimeval.
Aditya Siram
2016-11-27
1
-5
/
+6
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-1
/
+1
*
Make nimeval compile
def
2015-01-12
1
-1
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
xmltree.`<>` macro works again
Araq
2014-02-27
1
-4
/
+4
*
first steps to a new evaluation engine
Araq
2013-07-24
1
-0
/
+33