Timothee Cour 86298e30d9 [backport => 1.0] fix #16428 vmops now works for generic procs (#16429) %!s(int64=4) %!d(string=hai) anos
..
meta.nim 975114e114 make more tests green %!s(int64=6) %!d(string=hai) anos
t2574.nim 1105d03644 require errormsg to be specified before file. %!s(int64=6) %!d(string=hai) anos
tableinstatic.nim 379916c737 make tests green %!s(int64=5) %!d(string=hai) anos
tanonproc.nim 749dbce4c6 Merge tests into a larger file (part 5 of ∞) (#9368) %!s(int64=6) %!d(string=hai) anos
tarrayboundeval.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should %!s(int64=7) %!d(string=hai) anos
tasmparser.nim 000b8afd26 Remove expr/stmt (#5857) %!s(int64=7) %!d(string=hai) anos
tbitops.nim b80dbdb77d Fix vm signed xor (#10519) %!s(int64=6) %!d(string=hai) anos
tcastint.nim fa7f5742d3 Fix spellings (#12277) [backport] %!s(int64=5) %!d(string=hai) anos
tcgemptycallarg.nim ee14ace5d3 Field checks for everybody (#8957) %!s(int64=6) %!d(string=hai) anos
tcompiletimerange.nim 2895ad70c8 fixes tcompiletimerange [bugfix] (#11720) %!s(int64=5) %!d(string=hai) anos
tcompiletimesideeffects.nim e87910197a Check there are no side effects before optimizing away compile time expressions. (#9934) %!s(int64=6) %!d(string=hai) anos
tcompiletimetable.nim a5e2db2ac5 allows access to .compileTime vars at runtime (#12128) %!s(int64=5) %!d(string=hai) anos
tcomponent.nim 975114e114 make more tests green %!s(int64=6) %!d(string=hai) anos
tconst_float_as_int.nim e9e413552a fixes #4619 %!s(int64=8) %!d(string=hai) anos
tconsteval.nim e012eb1001 updated tests to be executed %!s(int64=6) %!d(string=hai) anos
tconstobj.nim 829f719670 Fix VM conversion to var type [bugfix] (#11866) %!s(int64=5) %!d(string=hai) anos
tconstprocassignments.nim cc2be5e4c6 Fixes #11045. Assigning a proc to const and invoking. (#11076) %!s(int64=5) %!d(string=hai) anos
tconsttable.nim ecd0dea091 tables work in 'const' sections; echo supports 'nil' strings; minor cleanups %!s(int64=10) %!d(string=hai) anos
tconsttable2.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field %!s(int64=6) %!d(string=hai) anos
tcopy_global_var.nim c4dd9dc77e fixes #5269 %!s(int64=8) %!d(string=hai) anos
teval1.nim e012eb1001 updated tests to be executed %!s(int64=6) %!d(string=hai) anos
tevalffi.nim c5dbb0379f disable compile-time FFI support %!s(int64=6) %!d(string=hai) anos
texception.nim 50e921bb94 VM exception fixes (#11868) %!s(int64=5) %!d(string=hai) anos
texcl.nim f94ec363ab Allow void macro result (#11286) %!s(int64=5) %!d(string=hai) anos
textensionmap.nim b85898cd41 fixes #5237 %!s(int64=8) %!d(string=hai) anos
tfile_rw.nim 4028514eeb fixes #13013, reverts previous changes to readLines() (#13036) [backport] %!s(int64=5) %!d(string=hai) anos
tforwardproc.nim a5ecbf823f lots of small changes %!s(int64=6) %!d(string=hai) anos
tgloballetfrommacro.nim 6e01be34ef fixes #11903 (#11908) %!s(int64=5) %!d(string=hai) anos
tgorge.bat 39f03d816c Fixes #4871 %!s(int64=8) %!d(string=hai) anos
tgorge.nim c4e3c4ca2d add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); add tests for vmops (#9925) %!s(int64=6) %!d(string=hai) anos
tgorge.sh 031bfdec6f make run the default action of a test in tester %!s(int64=6) %!d(string=hai) anos
tgorgeex.bat 9d488261df added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994 %!s(int64=8) %!d(string=hai) anos
tgorgeex.sh 031bfdec6f make run the default action of a test in tester %!s(int64=6) %!d(string=hai) anos
tinheritance.nim 7606efc0bf [bugfix] VM: finally do inheritance properly %!s(int64=5) %!d(string=hai) anos
tissues.nim 6ce3949c8a add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) which leaked implementation detail (#10070) %!s(int64=6) %!d(string=hai) anos
tldconst.nim e80465dacf tests: Trim .nim files trailing whitespace %!s(int64=9) %!d(string=hai) anos
tmaxloopiterations.nim b73d097d36 fixes #9829 (#11849) %!s(int64=5) %!d(string=hai) anos
tmisc_vm.nim 299f1e99cd fixes #12488 [backport] %!s(int64=5) %!d(string=hai) anos
tmitems_vm.nim 0ca09f64cf disable `tmitems_vm` test on cpp target %!s(int64=4) %!d(string=hai) anos
tnilref.nim 236bc06b5f Improve vm support for ref types %!s(int64=6) %!d(string=hai) anos
tnimnode.nim f8cef575b3 Improve dumpLisp macro (#9515) %!s(int64=6) %!d(string=hai) anos
toverflowopcaddimmint.nim 52c6956d1a Add underflow/overflow tests. %!s(int64=10) %!d(string=hai) anos
toverflowopcaddint.nim 52c6956d1a Add underflow/overflow tests. %!s(int64=10) %!d(string=hai) anos
toverflowopcmulint.nim afbcd1b330 int128 on firstOrd, lastOrd and lengthOrd (#11701) %!s(int64=5) %!d(string=hai) anos
toverflowopcsubimmint.nim 52c6956d1a Add underflow/overflow tests. %!s(int64=10) %!d(string=hai) anos
toverflowopcsubint.nim 52c6956d1a Add underflow/overflow tests. %!s(int64=10) %!d(string=hai) anos
tquadplus.nim 5f64d7a353 fixes #1023 %!s(int64=11) %!d(string=hai) anos
tref.nim 931273cc6b Fix ref bug in vmgen (#8424) %!s(int64=6) %!d(string=hai) anos
treset.nim 142a2d3551 added system.default in order to prevent the abstraction inversion that 'template default(T): untyped = (var x: T; x)' causes %!s(int64=5) %!d(string=hai) anos
triangle_array.nim 41587a5339 fixes #1781 %!s(int64=10) %!d(string=hai) anos
tseq_badinit.nim f91a181f58 make tests green again %!s(int64=6) %!d(string=hai) anos
tsetlen.nim f838b1e6c1 fix #9872: setLen now works properly at CT [backport] %!s(int64=6) %!d(string=hai) anos
tsignaturehash.nim 041d15392a Compiler plugin for implementing incremental computation in user space (#10819) %!s(int64=5) %!d(string=hai) anos
tsimpleglobals.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field %!s(int64=6) %!d(string=hai) anos
tslow_tables.nim fec5d04afc increase timeout for 'tslow_tables' even more %!s(int64=4) %!d(string=hai) anos
tslurp.nim e012eb1001 updated tests to be executed %!s(int64=6) %!d(string=hai) anos
tstaticprintseq.nim f94ec363ab Allow void macro result (#11286) %!s(int64=5) %!d(string=hai) anos
tstring_openarray.nim 88a5e9d88c Fix operations on string as openarray in VM. (#6257) %!s(int64=7) %!d(string=hai) anos
tstringnil.nim 975114e114 make more tests green %!s(int64=6) %!d(string=hai) anos
tswap.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field %!s(int64=6) %!d(string=hai) anos
ttouintconv.nim d70e292571 makes more tests green %!s(int64=5) %!d(string=hai) anos
tvarsection.nim 226c15499f Fix compileTime pragma applying to whole var/let section (#10389) %!s(int64=6) %!d(string=hai) anos
tvmmisc.nim 0b2a3f6f7f fixes #10886 [backport] (#10897) %!s(int64=5) %!d(string=hai) anos
tvmops.nim 86298e30d9 [backport => 1.0] fix #16428 vmops now works for generic procs (#16429) %!s(int64=4) %!d(string=hai) anos
twrong_concat.nim 86e79f5cec fixes #3804 %!s(int64=8) %!d(string=hai) anos
twrongarray.nim ae681be629 fixes #1343 %!s(int64=10) %!d(string=hai) anos
twrongconst.nim 000b8afd26 Remove expr/stmt (#5857) %!s(int64=7) %!d(string=hai) anos
twrongwhen.nim 49b0440c47 make some tests green %!s(int64=11) %!d(string=hai) anos
tyaytypedesc.nim f937637a92 fixes #3357 %!s(int64=9) %!d(string=hai) anos
tzero_extend.nim 18ca1788f0 makes test green again %!s(int64=5) %!d(string=hai) anos