Timothee Cour 5f7db65257 followup #18453 (#18582) 3 years ago
..
meta.nim 975114e114 make more tests green 6 years ago
mevalffi.nim 330b3c4453 fix regression: -d:nimHasLibFFI was not being tested anymore (#14234) 4 years ago
t11637.nim 203bddf307 close #11637(add testcase for #11637) (#15879) 4 years ago
t17039.nim 7c2ac98880 Fixes #17039 - ldObj checks node/nodeAddr access (#17123) 3 years ago
t2574.nim 1105d03644 require errormsg to be specified before file. 6 years ago
t9622.nim a5600e49df close #9622 add testcase (#17557) 3 years ago
tableinstatic.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
taddrof.nim abe07eb75d VM: improvements for var T/addr (#12667); fixes #12489 5 years ago
tanonproc.nim abe07eb75d VM: improvements for var T/addr (#12667); fixes #12489 5 years ago
tarrayboundeval.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should 7 years ago
tasmparser.nim 000b8afd26 Remove expr/stmt (#5857) 7 years ago
tbitops.nim b80dbdb77d Fix vm signed xor (#10519) 5 years ago
tcastint.nim 6ab911accb fix tests/vm/tcastint.nim which used non-sensical `when defined nimVM` (and contained wrong tests) (#17954) 3 years ago
tcgemptycallarg.nim ee14ace5d3 Field checks for everybody (#8957) 6 years ago
tclosureiterator.nim 5b4c17b5e7 Closure iterators are not supported by VM (#15818) 4 years ago
tcompilesetting.nim 4326f743d0 compilesettings: add libpath (#16997) 3 years ago
tcompiletimerange.nim 2895ad70c8 fixes tcompiletimerange [bugfix] (#11720) 5 years ago
tcompiletimesideeffects.nim e87910197a Check there are no side effects before optimizing away compile time expressions. (#9934) 6 years ago
tcompiletimetable.nim 70a30317f7 fix #16693: testament spec nimout too lax (#16698) 3 years ago
tcomponent.nim 975114e114 make more tests green 6 years ago
tconst.nim 5386ae75ba Fixed template const tuple unpacking (#18562) 3 years ago
tconst_float_as_int.nim e9e413552a fixes #4619 8 years ago
tconstobj.nim d306a04466 fixes #16069; [backport:1.2] [backport:1.4] (#16115) 4 years ago
tconstprocassignments.nim cc2be5e4c6 Fixes #11045. Assigning a proc to const and invoking. (#11076) 5 years ago
tconsttable.nim ecd0dea091 tables work in 'const' sections; echo supports 'nil' strings; minor cleanups 10 years ago
tconsttable2.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field 6 years ago
tcopy_global_var.nim c4dd9dc77e fixes #5269 8 years ago
teval1.nim 85db42ad8c Fixes #10514 (#12268) 5 years ago
texception.nim 50e921bb94 VM exception fixes (#11868) 5 years ago
texcl.nim f94ec363ab Allow void macro result (#11286) 5 years ago
textensionmap.nim e7f280bd26 Remove deprecated stuff from stdlib (#14699) 4 years ago
tfarjump.nim e61d702206 Increased TInstr field sizes: allow long jumps and 65535 VM registers (#12777) 5 years ago
tfile_rw.nim a3df1b55f3 fixes #13013, reverts previous changes to readLines() (#13036) [backport] 5 years ago
tforwardproc.nim a5ecbf823f lots of small changes 6 years ago
tgloballetfrommacro.nim e7f280bd26 Remove deprecated stuff from stdlib (#14699) 4 years ago
tgorge.bat 39f03d816c Fixes #4871 8 years ago
tgorge.nim c4e3c4ca2d add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); add tests for vmops (#9925) 6 years ago
tgorge.sh 031bfdec6f make run the default action of a test in tester 6 years ago
tgorgeex.bat 9d488261df added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994 8 years ago
tgorgeex.sh 031bfdec6f make run the default action of a test in tester 6 years ago
tinheritance.nim 7606efc0bf [bugfix] VM: finally do inheritance properly 5 years ago
tissues.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
tldconst.nim e80465dacf tests: Trim .nim files trailing whitespace 9 years ago
tmanyregs.nim e61d702206 Increased TInstr field sizes: allow long jumps and 65535 VM registers (#12777) 5 years ago
tmaxloopiterations.nim b462baed65 VM: allow overriding MaxLoopIterations without rebuilding nim (#13233) 4 years ago
tmisc_vm.nim 70a30317f7 fix #16693: testament spec nimout too lax (#16698) 3 years ago
tmitems_vm.nim abe07eb75d VM: improvements for var T/addr (#12667); fixes #12489 5 years ago
tnewseqofcap.nim 558115fa29 fixes #15717 4 years ago
tnilref.nim 236bc06b5f Improve vm support for ref types 6 years ago
tnimnode.nim f8cef575b3 Improve dumpLisp macro (#9515) 6 years ago
toverflowopcaddimmint.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
toverflowopcaddint.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
toverflowopcmulint.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
toverflowopcsubimmint.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
toverflowopcsubint.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
tquadplus.nim 5f64d7a353 fixes #1023 10 years ago
tref.nim f1fd3ef7f4 fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2] 4 years ago
treset.nim 142a2d3551 added system.default in order to prevent the abstraction inversion that 'template default(T): untyped = (var x: T; x)' causes 5 years ago
triangle_array.nim 41587a5339 fixes #1781 10 years ago
tseq_badinit.nim f91a181f58 make tests green again 6 years ago
tsetlen.nim f838b1e6c1 fix #9872: setLen now works properly at CT [backport] 6 years ago
tsignaturehash.nim 041d15392a Compiler plugin for implementing incremental computation in user space (#10819) 5 years ago
tsimpleglobals.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field 6 years ago
tslow_tables.nim 83435fe696 tslow_tables: wait for an additional 2 seconds (#14266) 4 years ago
tslurp.nim e012eb1001 updated tests to be executed 6 years ago
tstaticprintseq.nim f94ec363ab Allow void macro result (#11286) 5 years ago
tstring_openarray.nim 0cb02fbbee add overload `add(a: var string, b: openArray[char])` (#15951) 3 years ago
tstringnil.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
tswap.nim a8af664e8b fix #15463 (#15831) 4 years ago
ttouintconv.nim d70e292571 makes more tests green 5 years ago
tvarsection.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
tvmmisc.nim 5f7db65257 followup #18453 (#18582) 3 years ago
tvmops.nim 78e2d299df typo: nonexistant => nonexistent (#17918) 3 years ago
twrong_concat.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
twrongarray.nim 6d442a40a6 use doAssert in tests (#16486) 4 years ago
twrongconst.nim 000b8afd26 Remove expr/stmt (#5857) 7 years ago
twrongwhen.nim 49b0440c47 make some tests green 10 years ago
tyaytypedesc.nim f937637a92 fixes #3357 9 years ago
tzero_extend.nim 18ca1788f0 makes test green again 5 years ago