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
*
Destructor lifting fixes #11149 (#11163)
cooldome
2019-05-04
1
-1
/
+1
*
introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)
Andreas Rumpf
2019-05-02
1
-6
/
+8
*
make twidgets example green (#11135)
Andreas Rumpf
2019-04-28
1
-3
/
+7
*
newruntime: progress...
Andreas Rumpf
2019-04-27
1
-5
/
+3
*
preparations to make the twidgets test work
Araq
2019-04-26
1
-9
/
+13
*
introduce a special typing rule that makes seq[owned ref T] easier to use; re...
Araq
2019-04-25
1
-3
/
+12
*
fixes #11095 (#11104)
Andreas Rumpf
2019-04-25
1
-3
/
+7
*
move analyser is smarter; refs #11053
Andreas Rumpf
2019-04-19
1
-8
/
+13
*
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