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
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
newruntime: progress to make 'async' work with --newruntime
Araq
2019-07-15
1
-1
/
+3
*
newruntime: refchecks:on|off switch
Araq
2019-07-12
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-2
/
+2
*
newruntime: async progress
Araq
2019-07-09
1
-1
/
+1
*
fixes #11350
Araq
2019-07-07
1
-3
/
+18
*
fixes #11510
Araq
2019-07-03
1
-1
/
+9
*
fixes #11614
Araq
2019-07-01
1
-1
/
+1
*
fixes #11577
Araq
2019-06-26
1
-11
/
+17
*
[bugfix] fixes #11524
Andreas Rumpf
2019-06-22
1
-2
/
+29
*
wip
Araq
2019-06-20
1
-1
/
+1
*
WIP: closures for the newruntime [ci skip]
Andreas Rumpf
2019-06-20
1
-1
/
+1
*
[bugfix] owned closures (#11544)
Andreas Rumpf
2019-06-20
1
-6
/
+8
*
fixes move analyser; refs #11257
Araq
2019-05-24
1
-5
/
+5
*
Fix destructor injections for global variables (#11230)
Clyybber
2019-05-13
1
-8
/
+22
*
fixes #11204 (#11207)
cooldome
2019-05-09
1
-0
/
+1
*
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