.. |
t1550.nim
|
3a55bae53f
enable closures tests for JS & implement `finished` for JS (#23521)
|
пре 2 месеци |
t16076.nim
|
13a2030014
follow up #17486 (#17492)
|
пре 3 година |
t20891.nim
|
989da75b84
fix #20891 Illegal capture error of env its self (#22414)
|
пре 1 година |
t21306.nim
|
3a55bae53f
enable closures tests for JS & implement `finished` for JS (#23521)
|
пре 2 месеци |
t21737.nim
|
0b78b7f595
fix #22548;environment misses for type reference in iterator access n… (#22559)
|
пре 1 година |
t22148.nim
|
942c378659
fixes #22148; std/memfiles.memSlices nesting now fails with memory sa… (#22154)
|
пре 1 година |
t22548.nim
|
0b78b7f595
fix #22548;environment misses for type reference in iterator access n… (#22559)
|
пре 1 година |
t22619.nim
|
35ec9c31bd
fixes refc with non-var destructor; cancel warnings (#23156)
|
пре 9 месеци |
t2771.nim
|
3a55bae53f
enable closures tests for JS & implement `finished` for JS (#23521)
|
пре 2 месеци |
tanoniter1.nim
|
3a55bae53f
enable closures tests for JS & implement `finished` for JS (#23521)
|
пре 2 месеци |
tarrayiter.nim
|
90bfd34250
'[]' can now be used for iterators (#18814)
|
пре 3 година |
tchainediterators.nim
|
9d0ae03918
fixes #1838
|
пре 10 година |
tclosureiters.nim
|
3a55bae53f
enable closures tests for JS & implement `finished` for JS (#23521)
|
пре 2 месеци |
tcountup.nim
|
9c3e23e075
Fix ..< iterator (#11103)
|
пре 5 година |
tfoldedaddr.nim
|
52cf7dfde0
shallow fold prevention for `addr`, `nkHiddenAddr` (#24322)
|
пре 1 месец |
tgeniteratorinblock.nim
|
686c75cef0
`for` loop expression can now have generated `iterator`'s called (#21627)
|
пре 1 година |
timplicit_auto.nim
|
031bfdec6f
make run the default action of a test in tester
|
пре 6 година |
titer.nim
|
8484abc2e4
fixes #15924; Tuple destructuring is broken with closure iterators (#23205)
|
пре 10 месеци |
titer10.nim
|
3ba3307d61
remove deprecated procs (#12535)
|
пре 5 година |
titer11.nim
|
3a55bae53f
enable closures tests for JS & implement `finished` for JS (#23521)
|
пре 2 месеци |
titer12.nim
|
3a55bae53f
enable closures tests for JS & implement `finished` for JS (#23521)
|
пре 2 месеци |
titer13.nim
|
9df195ef58
style usages part one (openarray => openArray) (#19321)
|
пре 2 година |
titer14.nim
|
cb71564785
close #9827 by adding a test
|
пре 5 година |
titer2.nim
|
86f7f4ffa5
remove deprecated type pragma syntax, fix bugs that required it (#20199)
|
пре 2 година |
titer3.nim
|
061a9183f7
replace wrt with proper word (#18724)
|
пре 3 година |
titer4.nim
|
1105d03644
require errormsg to be specified before file.
|
пре 6 година |
titer5.nim
|
3b783f7e13
Testament: refactoring; makes the test joiner green
|
пре 6 година |
titer6.nim
|
3b783f7e13
Testament: refactoring; makes the test joiner green
|
пре 6 година |
titer7.nim
|
3b783f7e13
Testament: refactoring; makes the test joiner green
|
пре 6 година |
titer8.nim
|
e80465dacf
tests: Trim .nim files trailing whitespace
|
пре 9 година |
titer9.nim
|
20b5f31c03
new tester; all tests categorized
|
пре 11 година |
titer_issues.nim
|
3a55bae53f
enable closures tests for JS & implement `finished` for JS (#23521)
|
пре 2 месеци |
titer_no_tuple_unpack.nim
|
031bfdec6f
make run the default action of a test in tester
|
пре 6 година |
titerable.nim
|
1794cd477d
expr -> untyped
|
пре 5 година |
titerautoerr1.nim
|
6fc74cec55
Iterator fixes (#11234)
|
пре 5 година |
titerautoerr2.nim
|
6fc74cec55
Iterator fixes (#11234)
|
пре 5 година |
titerautoerr3.nim
|
6fc74cec55
Iterator fixes (#11234)
|
пре 5 година |
titerconcat.nim
|
2a4c09ff88
megatest can be executed
|
пре 6 година |
titeropenarray.nim
|
d303c289fa
consider calls as complex openarray assignment to iterator params (#24333)
|
пре 1 месец |
titerovl.nim
|
20b5f31c03
new tester; all tests categorized
|
пре 11 година |
titerslice.nim
|
20b5f31c03
new tester; all tests categorized
|
пре 11 година |
titertypedesc.nim
|
55a3b51e40
fix complex typdesc iterators
|
пре 5 година |
titervaropenarray.nim
|
f7c6e04cfb
fixes #19977; rework inlining of 'var openarray' iterators for C++ (#23258)
|
пре 10 месеци |
tmoditer.nim
|
9df195ef58
style usages part one (openarray => openArray) (#19321)
|
пре 2 година |
tnestedclosures.nim
|
5fa96ef270
Fixes #3824, fixes #19154, and hopefully #24094. Re-applies #23787. (#24316)
|
пре 1 месец |
tpermutations.nim
|
9df195ef58
style usages part one (openarray => openArray) (#19321)
|
пре 2 година |
treciter.nim
|
c01f7bfdaf
More specific error message for unsupported recursion in iterators (#11283)
|
пре 5 година |
tscheduler.nim
|
622d7e4044
disabled dubious testcase
|
пре 9 година |
tshallowcopy_closures.nim
|
7739e23420
defaults to ORC (#19972)
|
пре 2 година |
twrap_walkdir.nim
|
031bfdec6f
make run the default action of a test in tester
|
пре 6 година |
twrongiter.nim
|
1105d03644
require errormsg to be specified before file.
|
пре 6 година |
tyieldintry.nim
|
5fa96ef270
Fixes #3824, fixes #19154, and hopefully #24094. Re-applies #23787. (#24316)
|
пре 1 месец |