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
/
liftdestructors.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent use-after-free bugs in object variants. Fixes bug #20305 (#20300) [ba...
Antonis Geralis
2022-09-05
1
-0
/
+3
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fixes an old ARC bug: the produced copy/sink operations don't copy the hidden...
Andreas Rumpf
2021-12-09
1
-0
/
+10
*
fixes #17893 (#18485)
Andreas Rumpf
2021-07-13
1
-6
/
+1
*
ORC: support for custom =trace procs (#18459)
Andreas Rumpf
2021-07-09
1
-2
/
+14
*
ORC: use =destroy instead of =dispose (#18440)
Andreas Rumpf
2021-07-07
1
-40
/
+9
*
ORC: progress (#18000)
Andreas Rumpf
2021-05-12
1
-6
/
+8
*
ORC: improvements (#17993)
Andreas Rumpf
2021-05-12
1
-2
/
+7
*
ORC: critical bugfix for mixing acyclic refs with cyclic refs [backport:1.4] ...
Andreas Rumpf
2021-05-11
1
-7
/
+10
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-1
/
+1
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-1
/
+1
*
Fix #17412 (#17560)
Clyybber
2021-03-29
1
-1
/
+10
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-36
/
+39
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
1
-5
/
+5
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-1
/
+1
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-36
/
+56
*
Fix 16722 (#16730)
cooldome
2021-01-15
1
-1
/
+1
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-10
/
+10
*
ORC: prepare for another patent-pending optimization (#15996)
Andreas Rumpf
2020-11-18
1
-11
/
+44
*
fix #15910 (#15984)
cooldome
2020-11-16
1
-4
/
+12
*
fixes #15753 [backport:1.4] (#15971)
Andreas Rumpf
2020-11-15
1
-19
/
+76
*
ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...
cooldome
2020-10-28
1
-2
/
+6
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-46
/
+53
*
ORC: critical bugfix for the cycle analyser, introduce -d:nimStressOrc for ea...
Andreas Rumpf
2020-10-14
1
-1
/
+1
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-2
/
+2
*
fixes #15076 (#15329)
Andreas Rumpf
2020-09-15
1
-0
/
+1
*
fixes #15122 (#15301)
Andreas Rumpf
2020-09-11
1
-2
/
+15
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-5
/
+0
*
fixes #15076 (#15095)
Andreas Rumpf
2020-07-27
1
-0
/
+2
*
ARC: optimize the code better when --panics:off (#15031)
Andreas Rumpf
2020-07-21
1
-18
/
+24
*
Move `wasMoved` out of `=destroy`
Clyybber
2020-07-10
1
-9
/
+1
*
remove tyOpt, mOpt (#14636)
Timothee Cour
2020-06-12
1
-1
/
+2
*
fixes #14495 [backport:1.2] (#14496)
Andreas Rumpf
2020-05-29
1
-4
/
+4
*
fix one motr dicriminator bug
cooldome
2020-05-12
1
-2
/
+7
*
fix test
cooldome
2020-05-12
1
-3
/
+5
*
fix #14312
cooldome
2020-05-12
1
-6
/
+9
*
fix #14294 (#14301)
cooldome
2020-05-11
1
-1
/
+6
*
fix #14236 (#14250)
cooldome
2020-05-07
1
-3
/
+3
*
fixes #14244 (#14248)
cooldome
2020-05-06
1
-6
/
+6
*
fixes a critical =trace generation bug (see test case) (#14140)
Andreas Rumpf
2020-04-27
1
-1
/
+5
*
cycle collector (#14071)
Andreas Rumpf
2020-04-22
1
-3
/
+3
*
Implements RFCs #209 (#13995)
cooldome
2020-04-16
1
-59
/
+115
*
fixes #13810 (#13821)
cooldome
2020-03-31
1
-1
/
+1
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
1
-4
/
+3
*
fixes #13269 (#13344)
Andreas Rumpf
2020-02-07
1
-3
/
+6
*
fixes #13110 (#13197)
Andreas Rumpf
2020-01-19
1
-1
/
+0
*
make sink operator optional (#13068)
cooldome
2020-01-17
1
-11
/
+19
*
ARC: misc bugfixes (#13156)
Andreas Rumpf
2020-01-15
1
-22
/
+77
*
fixes #13119 (#13128)
Andreas Rumpf
2020-01-14
1
-1
/
+1
*
Sink to MemMove optimization in injectdestructors (#13002)
cooldome
2020-01-02
1
-7
/
+0
[next]