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
*
Fix #15286 (#15292)
cooldome
2020-09-10
1
-0
/
+3
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-3
/
+3
*
fix #15035 (#15236)
cooldome
2020-08-28
1
-2
/
+3
*
cursor and mutation tracking fixes (#15113)
Andreas Rumpf
2020-07-30
1
-2
/
+2
*
fixes #15076 (#15095)
Andreas Rumpf
2020-07-27
1
-13
/
+20
*
fixes a closure iterator memory leaks, progress on #15076
Araq
2020-07-27
1
-1
/
+1
*
fixes #15038 [backport:1.2]
Andreas Rumpf
2020-07-26
1
-46
/
+1
*
fixes #15036
Andreas Rumpf
2020-07-23
1
-2
/
+0
*
arc: cursors for simple for loop variables (#15008)
Andreas Rumpf
2020-07-17
1
-1
/
+1
*
Show that a variable is cursor in --expandArc (#15002)
Clyybber
2020-07-17
1
-6
/
+5
*
An optimizer for ARC (#14962)
Andreas Rumpf
2020-07-15
1
-26
/
+28
*
Fix #14985 (#14988)
Clyybber
2020-07-15
1
-2
/
+2
*
injectdestructors fixes and refactor (#14964)
Clyybber
2020-07-14
1
-192
/
+109
*
fixes a minor regression
Araq
2020-07-10
1
-1
/
+1
*
fixes the tcontrolflow regression, clen idea of an escaping expression
Araq
2020-07-10
1
-20
/
+44
*
no wasMoved() calls after destructors necessary
Araq
2020-07-10
1
-6
/
+6
*
optimize sinks even when in a loop
Araq
2020-07-10
1
-23
/
+12
*
Move `wasMoved` out of `=destroy`
Clyybber
2020-07-10
1
-5
/
+5
*
Cosmetics
Clyybber
2020-07-10
1
-52
/
+51
*
Make arc compile laser again
Clyybber
2020-07-08
1
-1
/
+1
*
fixes #14900, this time for real, maybe (#14934)
Andreas Rumpf
2020-07-08
1
-2
/
+8
*
fixes #14900
Araq
2020-07-08
1
-38
/
+42
*
fixes #14899
Araq
2020-07-08
1
-4
/
+37
*
progress
Araq
2020-07-08
1
-17
/
+33
*
injectdestructors: refactoring, added more cases explicitly (#14929)
Andreas Rumpf
2020-07-07
1
-7
/
+68
*
scoped memory management (#14790)
Andreas Rumpf
2020-07-04
1
-416
/
+301
*
DFA and injectdestructors cleanup (#14824)
Clyybber
2020-06-28
1
-22
/
+26
*
Fix #14568 (#14583)
Clyybber
2020-06-07
1
-23
/
+23
*
fixes #14118 (#14595)
Andreas Rumpf
2020-06-07
1
-1
/
+4
*
more checking for --gc:arc, no need for valgrind (#14467)
Andreas Rumpf
2020-05-29
1
-0
/
+2
*
New "ping-pong" DFA (#14322)
Clyybber
2020-05-15
1
-32
/
+38
*
fix detecting closure env for nested asts (#14326)
b3liever
2020-05-12
1
-3
/
+3
*
fix #14219 (#14225)
cooldome
2020-05-11
1
-1
/
+1
*
small refactoring (#14303)
b3liever
2020-05-11
1
-3
/
+4
*
better error message
Antonis
2020-05-11
1
-1
/
+1
*
fix closure env check
Antonis
2020-05-11
1
-1
/
+2
*
Fix the DFA for "unstructured controlflow" (#14263)
Clyybber
2020-05-07
1
-6
/
+2
*
destructors: don't produce stupid code for 'cast' (#14208) [backport:1.2]
Andreas Rumpf
2020-05-04
1
-2
/
+6
*
Step2: fixes #13781, fixes #13805 (#13897)
cooldome
2020-04-16
1
-4
/
+9
*
Implements RFCs #209 (#13995)
cooldome
2020-04-16
1
-16
/
+57
*
fixes #13722 (#13729)
Andreas Rumpf
2020-03-23
1
-1
/
+1
*
disable even more of scope based destruction handling; fixes #13709
Araq
2020-03-23
1
-7
/
+98
*
fixes #13691 (#13694)
Andreas Rumpf
2020-03-19
1
-2
/
+5
*
arc optimizations (#13325)
Andreas Rumpf
2020-03-18
1
-81
/
+240
*
fixes #13622 (#13679)
Andreas Rumpf
2020-03-18
1
-2
/
+4
*
Fixes #13659 (#13674)
cooldome
2020-03-17
1
-2
/
+2
*
fixes #13436 (#13615)
Andreas Rumpf
2020-03-10
1
-1
/
+2
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
1
-6
/
+6
*
fixes #13368 (#13397)
cooldome
2020-02-14
1
-7
/
+8
*
ARC: optimize complete object constructors to use nimNewObjUninit
Araq
2020-01-26
1
-2
/
+4
[next]