Timothee Cour 5e8ac485a2 followup #15970 strenghten regression tests (#16075) před 4 roky
..
99bottles.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs před 10 roky
mbackend.nim e909486e5c trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) před 4 roky
mimportc.nim de74362213 fix #14314 do not analyze importc procs for effects (#14319) před 4 roky
minit.nim e80465dacf tests: Trim .nim files trailing whitespace před 9 roky
modulea.nim d79fb77974 close #6731 by writing a test case před 5 roky
msizeof5.nim e909486e5c trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) před 4 roky
msizeof5.nim.cfg 61a6098f2d Limit number of error messages from gcc/clang backend (#14852) před 4 roky
mvarious.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should před 7 roky
parsecomb.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation před 7 roky
t12480.nim 9ccfcf5dd2 Fix compiler crash caused by top level return (#12501) před 5 roky
t8404.nim 797cb2e67b Fix #8404 JS backend doesn't handle float->int type conversion (#15950) [backport] před 4 roky
t99bott.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tack.nim 3b783f7e13 Testament: refactoring; makes the test joiner green před 6 roky
taddr.nim 5e8ac485a2 followup #15970 strenghten regression tests (#16075) před 4 roky
tbug1217bracketquotes.nim 7e60cf2a34 Add test před 10 roky
tbug511622.nim c6a451c584 remove unused imports from tests před 5 roky
tcast.nim acf8316e50 Disallow nil dereference at compile time (#16032) před 4 roky
tcharinc.nim edc4940c26 doc updates; fixes 'inc' for 'char' před 9 roky
tcmdline.nim ac785b0623 testament: joinable is now an explicit concept of a test spec před 6 roky
tcolonisproc.nim e012eb1001 updated tests to be executed před 6 roky
tconv.nim bc0f2f0dd2 Add test case for #3766 (#11252) před 5 roky
tdangerisrelease.nim 8088633250 faster CIs (#13803) před 4 roky
tdefine.nim 255698deee Fix semfold handling of {.str/int/bool-define.} (#13964) před 4 roky
tdllvar.nim e012eb1001 updated tests to be executed před 6 roky
temit.nim 1105d03644 require errormsg to be specified before file. před 6 roky
temptyecho.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs před 10 roky
teventemitter.nim 63f9385327 Rename mget to `[]` před 9 roky
tevents.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tfib.nim e80465dacf tests: Trim .nim files trailing whitespace před 9 roky
tfilter.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs před 10 roky
tgcregions.nim a2d6691af2 fix #12597 (#12604) před 5 roky
tgenconstraints.nim 1105d03644 require errormsg to be specified before file. před 6 roky
thallo.nim f9600b7207 Remove ENDB (#12095) před 5 roky
theaproots.nim e012eb1001 updated tests to be executed před 6 roky
tidentconcatenations.nim 99078d80d7 introduce csize_t instead of fixing csize (#12497) před 5 roky
tinc.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tinit.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tinout.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tints.nim 0327159344 Add test-cases to some fixed issues to close them (#14795) před 4 roky
tinvalidarrayaccess.nim 942495611b revive #10228 (fix #9880) (#10610) před 5 roky
tinvalidarrayaccess2.nim 942495611b revive #10228 (fix #9880) (#10610) před 5 roky
tinvalidnewseq.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tissue710.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tlambdadonotation.nim 1a77040278 fix #11812 (#11829) před 5 roky
tlastmod.nim e012eb1001 updated tests to be executed před 6 roky
tlocals.nim bc9a521270 [closes #12682]add testcase for #12682 (#15796) před 4 roky
tloops.nim e012eb1001 updated tests to be executed před 6 roky
tlowhigh.nim 755c4428fe added more tests and updated the changelog před 5 roky
tmemoization.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field před 6 roky
tmissingnilcheck.nim e80465dacf tests: Trim .nim files trailing whitespace před 9 roky
tmodulea.nim d79fb77974 close #6731 by writing a test case před 5 roky
tnew.nim ac785b0623 testament: joinable is now an explicit concept of a test spec před 6 roky
tnewderef.nim e80465dacf tests: Trim .nim files trailing whitespace před 9 roky
tnewsets.nim e80465dacf tests: Trim .nim files trailing whitespace před 9 roky
tnoforward.nim f2b041f168 Reenable a few tests před 4 roky
tnoinst.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tnolen.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tnoop.nim 0fb878324e honor --declaredLocs in more places, including type mismatch errors; also show `kind` with --declaredLocs (#15673) před 4 roky
tnot.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tparamsindefault.nim bab1f67971 fixes #11660 (#11677) před 5 roky
tparedef.nim e80465dacf tests: Trim .nim files trailing whitespace před 9 roky
tparsecombnum.nim 3dcec39739 add parser combinator test; uses multiple tuples/generics features před 9 roky
tparseopt.nim c5f64f101b fix #13086 (#14987) před 4 roky
tpos.nim 3b783f7e13 Testament: refactoring; makes the test joiner green před 6 roky
tprep.nim e012eb1001 updated tests to be executed před 6 roky
tquicksort.nim e012eb1001 updated tests to be executed před 6 roky
tradix.nim 28394153ab 32 bit fixes (#10608) před 5 roky
trangechecks.nim 89be5be03e fixes #13698 [backport:1.2] (#14175) před 4 roky
trawstr.nim 1105d03644 require errormsg to be specified before file. před 6 roky
treadln.nim e012eb1001 updated tests to be executed před 6 roky
treservedcidentsasfields.nim 2bc016b172 Add test for #6836 (#9602) před 6 roky
trunner.nim bbe49a14ae Correct all eggs (#15906) před 4 roky
tsamename.nim 13190435a6 close #9891 by adding a test před 5 roky
tsamename2.nim 13190435a6 close #9891 by adding a test před 5 roky
tsemfold.nim 7d6cbf290a Error -> Defect for defects (#13908) před 4 roky
tshadow_magic_type.nim 795044ed2b make tests green again před 5 roky
tsimplesort.nim d8fde9daba make tests green před 6 roky
tsimtych.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tsizeof.nim 3af7818af4 Fix #12636 (#15850) před 4 roky
tsizeof2.nim 66db9de714 CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static checks (#13926) před 4 roky
tsizeof3.nim d245d4cf09 fix tsizeof3 for aarch64 (#13169) před 5 roky
tsizeof4.nim d245d4cf09 fix tsizeof3 for aarch64 (#13169) před 5 roky
tslices.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tsortdev.nim 3ba3307d61 remove deprecated procs (#12535) před 5 roky
tstrace.nim e012eb1001 updated tests to be executed před 6 roky
tstrange.nim 3ba3307d61 remove deprecated procs (#12535) před 5 roky
tstrdesc.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should před 7 roky
tstrdist.nim e012eb1001 updated tests to be executed před 6 roky
tunsigned64mod.nim e012eb1001 updated tests to be executed před 6 roky
tunsignedcmp.nim 2c1f1f21bf fixes #3985 před 6 roky
tunsignedcomp.nim 8d064cedf2 cleaned up unsigned tests před 10 roky
tunsignedconv.nim b3c3557c33 fix #16025 repr now consistent: does not insert trailing newline (#16034) před 4 roky
tunsignedinc.nim 7d6cbf290a Error -> Defect for defects (#13908) před 4 roky
tunsignedmisc.nim 681d8e0749 Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178) před 6 roky
tupcomingfeatures.nim 7889692523 first implementation of package level types that allow forwarding across module boundaries před 7 roky
tvarious.nim e012eb1001 updated tests to be executed před 6 roky
tvarious1.nim 1105d03644 require errormsg to be specified before file. před 6 roky
tvarnums.nim 88b5dd3362 right shift is now by default sign preserving (#11322) před 5 roky
åäö.nim 332469692d Bugfix for modules with multi byte characters in the name (#8319) před 6 roky