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
/
lambdalifting.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
disable closure iterator changes in #23787 unless `-d:nimOptIters` is enabled...
metagn
2024-09-16
1
-3
/
+33
*
Optimize closure iterator locals (#23787)
Yuriy Glukhov
2024-07-03
1
-47
/
+21
*
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
ringabout
2024-06-17
1
-1
/
+9
*
fixes #23522; fixes pre-existing wrong type for iter in `liftIterSym` (#23538)
ringabout
2024-04-26
1
-2
/
+1
*
fixes #4695; closure iterators support for JS backend (#23493)
ringabout
2024-04-18
1
-0
/
+1
*
fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)
ringabout
2024-04-11
1
-13
/
+1
*
fixes #15924; Tuple destructuring is broken with closure iterators (#23205)
ringabout
2024-01-13
1
-5
/
+8
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-4
/
+5
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-5
/
+5
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+4
*
NIR: progress (#22817)
Andreas Rumpf
2023-10-12
1
-4
/
+4
*
fix #22548;environment misses for type reference in iterator access n… (#22...
Bung
2023-08-27
1
-5
/
+19
*
modernize lambdalifting (#22449)
ringabout
2023-08-11
1
-9
/
+6
*
fix #20891 Illegal capture error of env its self (#22414)
Bung
2023-08-09
1
-3
/
+7
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-1
/
+6
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-9
/
+9
*
Force lambda lifting for getImplTransformed. Hacky. Fixes #19818 (#21031)
Yuriy Glukhov
2023-01-19
1
-2
/
+2
*
fix #20152 Illegal capture of closure iterator, when should be legal (#20607)
Bung
2022-10-21
1
-1
/
+1
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-1
/
+1
*
refactorings (#20536)
Andreas Rumpf
2022-10-10
1
-2
/
+2
*
cleanup nfFirstWrite flags (#20500)
Andreas Rumpf
2022-10-05
1
-1
/
+1
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
1
-4
/
+12
*
Friendlier error message with solution (#19880)
Carlo Capocasa
2022-06-11
1
-1
/
+2
*
Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport]
flywind
2022-04-04
1
-9
/
+4
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
closes #18690; make view types stricter [backport] (#18891)
Andreas Rumpf
2021-09-24
1
-4
/
+2
*
use more meaningful name than "workaround14447" (#18237)
Miran
2021-06-11
1
-1
/
+1
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-2
/
+3
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-14
/
+14
*
fix #15043 (#16441) [backport:1.4]
cooldome
2020-12-27
1
-5
/
+7
*
Use modern enums in compiler (#15775)
cooldome
2020-11-02
1
-1
/
+1
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-67
/
+71
*
Use typeflag instead
Clyybber
2020-08-10
1
-2
/
+3
*
Make explicit {.nimcall.} a seperate calling convention
Clyybber
2020-08-08
1
-2
/
+2
*
fix #14421 items uses lent T (#14447)
Timothee Cour
2020-05-29
1
-1
/
+2
*
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...
Timothee Cour
2020-05-11
1
-3
/
+3
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-3
/
+3
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-0
/
+1
*
ARC: implemented a simple cycle detector
Araq
2019-11-28
1
-4
/
+6
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-41
/
+40
*
ARC: closure bugfixes (#12677)
Andreas Rumpf
2019-11-18
1
-2
/
+9
*
ARC: fixes leaking new() statement (#12665)
Andreas Rumpf
2019-11-15
1
-6
/
+9
*
ARC: solves phase ordering problems (#12654)
Andreas Rumpf
2019-11-14
1
-7
/
+4
*
ARC: use the new .cursor annotation for 'up' pointers
Araq
2019-11-13
1
-2
/
+6
*
fixes #12577 [backport] (#12584)
Andreas Rumpf
2019-11-03
1
-8
/
+4
*
--gc:destructors: simple closures work
Andreas Rumpf
2019-11-02
1
-9
/
+13
*
--gc:destructors now means Nim uses pure refcounting (#12557)
Andreas Rumpf
2019-10-30
1
-1
/
+2
*
proof that refcounting can handle Nim's async (#12533)
Andreas Rumpf
2019-10-28
1
-18
/
+18
*
some progress on bug #12443
Andreas Rumpf
2019-10-27
1
-1
/
+1
*
refactoring: use the new strings and seqs when optSeqDestructors is active
Araq
2019-10-20
1
-3
/
+3
[next]