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
*
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
*
fixes #12899 (#12921)
Andreas Rumpf
2019-12-18
1
-8
/
+12
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-37
/
+121
*
fixes #12820 (#12828)
cooldome
2019-12-09
1
-0
/
+7
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-36
/
+35
*
[backport] Fix spelling typos (#12755)
Brian Wignall
2019-11-28
1
-1
/
+1
*
ARC: use the new .cursor annotation for 'up' pointers
Araq
2019-11-13
1
-1
/
+1
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-10
/
+20
*
--gc:destructors: bugfixes
Araq
2019-11-09
1
-6
/
+6
*
--gc:destructors improvements (#12626)
Andreas Rumpf
2019-11-09
1
-12
/
+17
[next]