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
/
closureiters.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
disable closure iterator changes in #23787 unless `-d:nimOptIters` is enabled...
metagn
2024-09-16
1
-25
/
+103
*
Optimize closure iterator locals (#23787)
Yuriy Glukhov
2024-07-03
1
-63
/
+120
*
fixes #4695; closure iterators support for JS backend (#23493)
ringabout
2024-04-18
1
-43
/
+45
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-5
/
+2
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-3
/
+3
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-2
/
+2
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+3
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-4
/
+9
*
fixes #22297; return in the finally in the closure iterators (#22300)
ringabout
2023-07-22
1
-1
/
+3
*
minor code improvement (#22293)
Andreas Rumpf
2023-07-19
1
-6
/
+7
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-4
/
+4
*
fix closure iter state table init type [backport] (#20717)
Jacek Sieka
2022-10-31
1
-1
/
+1
*
Fix double defer with break in closureiterators [backport] (#20630)
Tanguy
2022-10-24
1
-0
/
+2
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-2
/
+2
*
Fixed compilation of void closureiters with try stmt (#20138) [backport]
Yuriy Glukhov
2022-08-03
1
-4
/
+7
*
Fix nested finally handling in closureiters [backport] (#19933)
Tanguy
2022-07-11
1
-6
/
+25
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fixes #19575 (#19596) [backport]
Andreas Rumpf
2022-03-09
1
-2
/
+4
*
real bugfix for #17170 (#18171)
Andreas Rumpf
2021-06-04
1
-4
/
+6
*
Fixes #17849 (#18055) [backport:1.2]
Yuriy Glukhov
2021-05-30
1
-0
/
+6
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-1
/
+1
*
fixes #17170 (#17171)
Andreas Rumpf
2021-02-24
1
-1
/
+2
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-6
/
+6
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-15
/
+20
*
closureiters: fixes #15243 (#15454) [backport:1.2]
Andreas Rumpf
2020-10-02
1
-3
/
+102
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-3
/
+0
*
Fix #14396 (#14793)
Clyybber
2020-07-04
1
-1
/
+1
*
fixes #14279 (#14618)
Andreas Rumpf
2020-06-09
1
-2
/
+6
*
arc optimizations (#13325)
Andreas Rumpf
2020-03-18
1
-2
/
+2
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-1
/
+1
*
fixes #12956 (#13020)
Andreas Rumpf
2020-01-03
1
-1
/
+2
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-32
/
+32
*
Fixed yield in nkCheckedFieldExpr (#12429) [backport]
Yuriy Glukhov
2019-10-15
1
-2
/
+3
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-2
/
+2
*
closureiters.nim: finish the bugfix
Andreas Rumpf
2019-09-10
1
-1
/
+1
*
Fixed yield in nnkChckRange (#12160)
Yuriy Glukhov
2019-09-10
1
-2
/
+2
*
Reset closure iter exception before rethrowing
Yuriy Glukhov
2019-08-16
1
-6
/
+5
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-6
/
+6
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
[refactoring] closureiters.nim: style change
Araq
2019-06-20
1
-132
/
+130
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-2
/
+2
*
Fixes 9716 [backport] (#9790)
Yuriy Glukhov
2018-11-24
1
-8
/
+9
*
Fixed yield in nkObjConstr. Fixes #9694 [backport] (#9744)
Yuriy Glukhov
2018-11-18
1
-9
/
+15
*
Field checks for everybody (#8957)
LemonBoy
2018-10-09
1
-5
/
+5
*
Fixes #8243 (#8904)
Yuriy Glukhov
2018-09-07
1
-0
/
+19
*
Fixes #8851 (#8859)
Yuriy Glukhov
2018-09-04
1
-3
/
+3
*
Make sure addGotoOut always inserts its node (#8843)
LemonBoy
2018-09-03
1
-1
/
+1
*
Fixed #8399 (#8401)
Yuriy Glukhov
2018-07-22
1
-1
/
+1
*
fixex merge conflicts
Araq
2018-06-08
1
-26
/
+26
*
Fixes #7985
Yuriy Glukhov
2018-06-07
1
-9
/
+8
[next]