Timothee Cour 3aa16c1de0 fix RFC #341: dot-like operators are now parsed with same precedence as `.` (#18711) преди 3 години
..
99bottles.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs преди 10 години
mbackend.nim e909486e5c trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) преди 4 години
mbetterrun.nim ffe4328b35 `--usenimcache` (implied by `nim r main`) now caches some compile options to avoid recompiling when project was previously compiled with such options. (#17829) преди 3 години
mfield_defect.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) преди 3 години
mimportc.nim de74362213 fix #14314 do not analyze importc procs for effects (#14319) преди 4 години
minit.nim e80465dacf tests: Trim .nim files trailing whitespace преди 9 години
modulea.nim d79fb77974 close #6731 by writing a test case преди 5 години
msizeof5.nim e909486e5c trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) преди 4 години
msizeof5.nim.cfg 61a6098f2d Limit number of error messages from gcc/clang backend (#14852) преди 4 години
mspellsuggest.nim 48eab5370a fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar spellings on undefined symbol error (#16067) преди 3 години
mtlsemulation.h e112974920 fix #16752: threadvar now works with importcpp types; osx now uses native TLS (`--tlsEmulation:off`), which can be orders of magnitude faster (#16750) преди 3 години
mvarious.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should преди 7 години
parsecomb.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation преди 7 години
t12480.nim 9ccfcf5dd2 Fix compiler crash caused by top level return (#12501) преди 5 години
t18077.nim 0b2bbcaa23 fix #18077 testament now parses `cmd` properly (#18086) преди 3 години
t3482.nim 8df55d0ad7 close #3482 no more cgen error with typed templates (#18094) преди 3 години
t5540.nim 1636c05d13 close #5540 generic object with generic field evaluated too early (#18062) преди 3 години
t8404.nim 797cb2e67b Fix #8404 JS backend doesn't handle float->int type conversion (#15950) [backport] преди 4 години
t8545.nim eca0b87544 Close #8545 by add a test case (#17432) преди 3 години
t9039.nim f07583588c close #9039: compiler does not hang anymore in 1 case involving static params and arrays (#17983) преди 3 години
t9091.nim a36efb59b5 fix #16256: nimout: <empty> should give error (vacuously true); improve a few tests (#18089) преди 3 години
t9710.nim a36efb59b5 fix #16256: nimout: <empty> should give error (vacuously true); improve a few tests (#18089) преди 3 години
t99bott.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tack.nim 3b783f7e13 Testament: refactoring; makes the test joiner green преди 6 години
taddr.nim c731f7ab14 fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(mystring[ind])` (index + index assignment) (#15987) преди 4 години
tapp_lib_staticlib.nim 6f6370367b fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#16950) преди 3 години
tbug1217bracketquotes.nim 7e60cf2a34 Add test преди 10 години
tbug511622.nim c6a451c584 remove unused imports from tests преди 5 години
tcast.nim 270964c487 implement RFCs/294 ; disallow enum <=> enum conversion (#16351) преди 3 години
tcharinc.nim edc4940c26 doc updates; fixes 'inc' for 'char' преди 9 години
tcmdline.nim ac785b0623 testament: joinable is now an explicit concept of a test spec преди 6 години
tcolonisproc.nim e012eb1001 updated tests to be executed преди 6 години
tconv.nim 0c4582c665 mitigates #12815 (#18557) преди 3 години
tdangerisrelease.nim 8088633250 faster CIs (#13803) преди 4 години
tdefine.nim 255698deee Fix semfold handling of {.str/int/bool-define.} (#13964) преди 4 години
tdllvar.nim e012eb1001 updated tests to be executed преди 6 години
temit.nim 1105d03644 require errormsg to be specified before file. преди 6 години
temptyecho.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) преди 4 години
teventemitter.nim 63f9385327 Rename mget to `[]` преди 9 години
tevents.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tfib.nim e80465dacf tests: Trim .nim files trailing whitespace преди 9 години
tfilter.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs преди 10 години
tgcregions.nim a2d6691af2 fix #12597 (#12604) преди 5 години
tgenconstraints.nim 1105d03644 require errormsg to be specified before file. преди 6 години
thallo.nim f9600b7207 Remove ENDB (#12095) преди 5 години
theaproots.nim e012eb1001 updated tests to be executed преди 6 години
thints_off.nim f68f28d157 make testament `isSuccess` more robust and allow tests with `--hints:off` to succeed (#17968) преди 3 години
tidentconcatenations.nim 99078d80d7 introduce csize_t instead of fixing csize (#12497) преди 5 години
tinc.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tinit.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tinout.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tints.nim 0327159344 Add test-cases to some fixed issues to close them (#14795) преди 4 години
tinvalidarrayaccess.nim 942495611b revive #10228 (fix #9880) (#10610) преди 5 години
tinvalidarrayaccess2.nim 942495611b revive #10228 (fix #9880) (#10610) преди 5 години
tinvalidnewseq.nim cfff27529e added nkError to the AST (#17567) преди 3 години
tissue710.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tjoinable.nim fe77c3c72f megatest: allow duplicate file names, show compilation progress (#17713) преди 3 години
tlambdadonotation.nim 1a77040278 fix #11812 (#11829) преди 5 години
tlastmod.nim e012eb1001 updated tests to be executed преди 6 години
tlocals.nim bc9a521270 [closes #12682]add testcase for #12682 (#15796) преди 4 години
tloops.nim e012eb1001 updated tests to be executed преди 6 години
tlowhigh.nim 755c4428fe added more tests and updated the changelog преди 5 години
tmemoization.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field преди 6 години
tmissingnilcheck.nim e80465dacf tests: Trim .nim files trailing whitespace преди 9 години
tmodulea.nim d79fb77974 close #6731 by writing a test case преди 5 години
tnew.nim ac785b0623 testament: joinable is now an explicit concept of a test spec преди 6 години
tnewderef.nim e80465dacf tests: Trim .nim files trailing whitespace преди 9 години
tnewsets.nim e80465dacf tests: Trim .nim files trailing whitespace преди 9 години
tnoforward.nim f2b041f168 Reenable a few tests преди 4 години
tnoinst.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tnolen.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tnoop.nim 7bfb9f0002 close #17636 (#17643) преди 3 години
tnot.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tparamsindefault.nim bab1f67971 fixes #11660 (#11677) преди 5 години
tparedef.nim e80465dacf tests: Trim .nim files trailing whitespace преди 9 години
tparsecombnum.nim 3dcec39739 add parser combinator test; uses multiple tuples/generics features преди 9 години
tparseopt.nim c5f64f101b fix #13086 (#14987) преди 4 години
tpos.nim 3b783f7e13 Testament: refactoring; makes the test joiner green преди 6 години
tprep.nim e012eb1001 updated tests to be executed преди 6 години
tproveinit.nim 335f849c36 close #9901 add testcase (#16662) преди 4 години
tquicksort.nim e012eb1001 updated tests to be executed преди 6 години
tradix.nim 28394153ab 32 bit fixes (#10608) преди 5 години
trangechecks.nim 89be5be03e fixes #13698 [backport:1.2] (#14175) преди 4 години
trawstr.nim 1105d03644 require errormsg to be specified before file. преди 6 години
treadln.nim e012eb1001 updated tests to be executed преди 6 години
treservedcidentsasfields.nim 2bc016b172 Add test for #6836 (#9602) преди 6 години
trfc405.nim f2910077ac sigmatch: support optional params with last block arg(s) (#18631) преди 3 години
trfc_341.nim 3aa16c1de0 fix RFC #341: dot-like operators are now parsed with same precedence as `.` (#18711) преди 3 години
trunner.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) преди 3 години
trunner_special.nim 6f1289b80c remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221) преди 3 години
tsamename.nim 13190435a6 close #9891 by adding a test преди 5 години
tsamename2.nim 13190435a6 close #9891 by adding a test преди 5 години
tsemfold.nim 7d6cbf290a Error -> Defect for defects (#13908) преди 4 години
tshadow_magic_type.nim 795044ed2b make tests green again преди 5 години
tsimplesort.nim d8fde9daba make tests green преди 6 години
tsimtych.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tsizeof.nim 3af7818af4 Fix #12636 (#15850) преди 4 години
tsizeof2.nim 66db9de714 CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static checks (#13926) преди 4 години
tsizeof3.nim d245d4cf09 fix tsizeof3 for aarch64 (#13169) преди 5 години
tsizeof4.nim d245d4cf09 fix tsizeof3 for aarch64 (#13169) преди 5 години
tslices.nim ad67bcf379 fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714) преди 3 години
tsortdev.nim 3ba3307d61 remove deprecated procs (#12535) преди 5 години
tspellsuggest.nim 9d4d27a3ce adjust spellSuggestSecretSauce logic to avoid too many matches for small symbols (#17410) преди 3 години
tspellsuggest2.nim 9d4d27a3ce adjust spellSuggestSecretSauce logic to avoid too many matches for small symbols (#17410) преди 3 години
tstrace.nim e012eb1001 updated tests to be executed преди 6 години
tstrange.nim 3ba3307d61 remove deprecated procs (#12535) преди 5 години
tstrdesc.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should преди 7 години
tstrdist.nim e012eb1001 updated tests to be executed преди 6 години
tstrtabs.nim 3f9a2ebea5 fix nim js cmp fails at CT (#16473) преди 4 години
ttlsemulation.nim e112974920 fix #16752: threadvar now works with importcpp types; osx now uses native TLS (`--tlsEmulation:off`), which can be orders of magnitude faster (#16750) преди 3 години
tunsigned64mod.nim e012eb1001 updated tests to be executed преди 6 години
tunsignedcmp.nim 2c1f1f21bf fixes #3985 преди 6 години
tunsignedcomp.nim 6d442a40a6 use doAssert in tests (#16486) преди 4 години
tunsignedconv.nim b18307f940 fix #17572 (#17586) преди 3 години
tunsignedinc.nim 7d6cbf290a Error -> Defect for defects (#13908) преди 4 години
tunsignedmisc.nim 681d8e0749 Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178) преди 6 години
tupcomingfeatures.nim 7889692523 first implementation of package level types that allow forwarding across module boundaries преди 7 години
tvarious.nim e012eb1001 updated tests to be executed преди 6 години
tvarious1.nim 1105d03644 require errormsg to be specified before file. преди 6 години
tvarnums.nim 88b5dd3362 right shift is now by default sign preserving (#11322) преди 5 години
twarningaserror.nim 4fc7fcb775 `--hintAsError` (#16763) преди 3 години
åäö.nim 332469692d Bugfix for modules with multi byte characters in the name (#8319) преди 6 години