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
/
vmhooks.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...
ringabout
2023-08-10
1
-3
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-1
/
+3
*
Add divmod (#22102)
Ryan McConnell
2023-06-17
1
-0
/
+7
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
1
-15
/
+17
*
make system random work in VM (#17059)
flywind
2021-02-17
1
-0
/
+7
*
fix #16815 round(x,places) works again in vm (#16825)
Timothee Cour
2021-01-28
1
-0
/
+3
*
Fix vm.nim for --gc:arc (#13741)
Clyybber
2020-03-26
1
-26
/
+15
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-12
/
+4
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-0
/
+4
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-2
/
+2
*
os.walkDir is available at compile time
Araq
2015-11-10
1
-0
/
+7
*
added setResult that simply takes a node
Araq
2015-10-12
1
-0
/
+8
*
implements experimental new config system based on NimScript
Araq
2015-08-16
1
-1
/
+11
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
VM supports math and a few os procs
Araq
2014-08-30
1
-0
/
+45