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
/
injectdestructors.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
destructors: internal compiler refactoring
Araq
2019-04-18
1
-12
/
+22
*
injectdestructors.nim: code cleanups
Araq
2019-04-16
1
-47
/
+7
*
dfa.nim: track object/tuple field accesses more precisely; sink(o.x); sink(o....
Araq
2019-04-16
1
-23
/
+37
*
fix reraise (#11017)
cooldome
2019-04-13
1
-1
/
+1
*
make koch.nim compile with --newruntime. Again.
Araq
2019-04-12
1
-3
/
+16
*
preparations for --newruntime owned refs/callbacks
Araq
2019-04-11
1
-10
/
+10
*
newruntime: raising an exception works but currently leaks memory because cur...
Araq
2019-04-10
1
-4
/
+16
*
newruntime: fixes another bug
Araq
2019-04-10
1
-0
/
+3
*
koch.nim compiles with --newruntime
Araq
2019-04-09
1
-3
/
+7
*
make 'raise' statement work with --newruntime
Araq
2019-04-09
1
-6
/
+27
*
compute sinks/assignments properly for for-loop iteration variables
Araq
2019-04-08
1
-1
/
+1
*
an owned ref parameter behaves as a 'sink' parameter
Andreas Rumpf
2019-04-07
1
-8
/
+5
*
destructors: we are cooking now
Araq
2019-04-06
1
-2
/
+16
*
destructors: progress
Andreas Rumpf
2019-04-05
1
-7
/
+8
*
newruntime: bugfixes
Andreas Rumpf
2019-03-25
1
-1
/
+4
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-0
/
+761