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
/
tests
/
iter
Commit message (
Expand
)
Author
Age
Files
Lines
*
disable closure iterator changes in #23787 unless `-d:nimOptIters` is enabled...
metagn
2024-09-16
1
-2
/
+2
*
enable closures tests for JS & implement `finished` for JS (#23521)
ringabout
2024-09-09
8
-9
/
+29
*
fixes #24033; Yielding from var fails with pairs and destructuring (#24046)
ringabout
2024-09-02
1
-0
/
+16
*
Optimize closure iterator locals (#23787)
Yuriy Glukhov
2024-07-03
1
-0
/
+23
*
fixes refc with non-var destructor; cancel warnings (#23156)
ringabout
2024-02-13
1
-2
/
+6
*
fixes #19977; rework inlining of 'var openarray' iterators for C++ (#23258)
ringabout
2024-01-26
1
-1
/
+1
*
fixes #15924; Tuple destructuring is broken with closure iterators (#23205)
ringabout
2024-01-13
1
-0
/
+18
*
fixes #22619; don't lift cursor fields in the hook calls (#22638)
ringabout
2023-09-05
1
-0
/
+79
*
fix #22548;environment misses for type reference in iterator access n… (#22...
Bung
2023-08-27
2
-0
/
+43
*
fix #20891 Illegal capture error of env its self (#22414)
Bung
2023-08-09
1
-0
/
+28
*
fixes #22148; std/memfiles.memSlices nesting now fails with memory sa… (#22...
ringabout
2023-06-25
1
-0
/
+15
*
fixes #21110; duplicate proc definitions for inline iters (#21136)
ringabout
2023-06-22
1
-0
/
+15
*
`for` loop expression can now have generated `iterator`'s called (#21627)
Jason Beetham
2023-04-08
1
-0
/
+54
*
fixes #21306; fixes #20485; don't transform yields in the var section when i...
ringabout
2023-03-10
1
-0
/
+114
*
fixes #21043; fixes a named exception in the infixAs expression which generat...
ringabout
2022-12-12
1
-0
/
+1
*
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
ringabout
2022-11-24
1
-2
/
+2
*
Fix double defer with break in closureiterators [backport] (#20630)
Tanguy
2022-10-24
1
-0
/
+30
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-0
/
+1
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
1
-1
/
+1
*
Fixed compilation of void closureiters with try stmt (#20138) [backport]
Yuriy Glukhov
2022-08-03
1
-0
/
+8
*
Fix nested finally handling in closureiters [backport] (#19933)
Tanguy
2022-07-11
1
-0
/
+75
*
Allow recursive closure iterators (#19939)
Tanguy
2022-06-30
1
-0
/
+13
*
Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport]
flywind
2022-04-04
1
-0
/
+18
*
fixes #19575 (#19596) [backport]
Andreas Rumpf
2022-03-09
1
-0
/
+23
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
4
-5
/
+5
*
'[]' can now be used for iterators (#18814)
Jason Beetham
2021-09-06
1
-0
/
+14
*
fixes #14165, fixes #18739, fix the second example of #6269 (#18812)
Andreas Rumpf
2021-09-06
1
-0
/
+50
*
replace wrt with proper word (#18724)
flywind
2021-08-22
1
-1
/
+1
*
improve several tests in testament (#18635)
Timothee Cour
2021-08-08
1
-32
/
+28
*
Fixes #17849 (#18055) [backport:1.2]
Yuriy Glukhov
2021-05-30
1
-1
/
+15
*
follow up #17486 (#17492)
flywind
2021-03-24
1
-0
/
+45
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-1
/
+1
*
close #1550 add testcase (#16640)
flywind
2021-01-08
1
-0
/
+20
*
testament: error instead of silently ignore invalid targets; remove pointless...
Timothee Cour
2020-12-14
1
-1
/
+1
*
close #2771(add testcase for #2771) (#15932)
flywind
2020-11-13
1
-0
/
+21
*
fixes #15360 [backport:1.2] (#15378)
Andreas Rumpf
2020-09-21
1
-0
/
+7
*
Add test-cases for #12576 and #12523 (#15085)
Danil Yarantsev
2020-07-27
1
-2
/
+13
*
Add testcase for #13815 (#14956)
Clyybber
2020-07-10
1
-1
/
+14
*
fix #13739 (#13742)
Arne Döring
2020-04-07
1
-0
/
+27
*
Revert "fix #13417 (#13712)" (#13728)
Andreas Rumpf
2020-03-23
1
-21
/
+0
*
fix #13417 (#13712)
Arne Döring
2020-03-22
1
-0
/
+21
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
1
-1
/
+3
*
fixes #12747 [backport] (#13651)
cooldome
2020-03-16
1
-0
/
+11
*
fixes #12945 (#12959)
cooldome
2019-12-24
1
-2
/
+2
*
remove unused imports from tests
narimiran
2019-11-06
1
-1
/
+1
*
expr -> untyped
Araq
2019-11-05
1
-1
/
+1
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
1
-1
/
+1
*
refactor illegal iterator assignment detection (#12212)
Arne Döring
2019-10-11
1
-8
/
+0
*
Fixed yield in nnkChckRange (#12160)
Yuriy Glukhov
2019-09-10
1
-0
/
+14
*
Support iterators returning lent T (#11938)
cooldome
2019-08-31
1
-0
/
+59
[next]