Miran e7878c0d08 add tests for recently closed issues (#10722) 6 лет назад
..
99bottles.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs 10 лет назад
minit.nim e80465dacf tests: Trim .nim files trailing whitespace 9 лет назад
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 8 лет назад
t99bott.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tack.nim 3b783f7e13 Testament: refactoring; makes the test joiner green 6 лет назад
tbug1217bracketquotes.nim 7e60cf2a34 Add test 10 лет назад
tbug511622.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tcast.nim bbf9ef606d restrict casting for closure. (#5948); fixes #5742 7 лет назад
tcharinc.nim edc4940c26 doc updates; fixes 'inc' for 'char' 10 лет назад
tcmdline.nim ac785b0623 testament: joinable is now an explicit concept of a test spec 6 лет назад
tcolonisproc.nim e012eb1001 updated tests to be executed 6 лет назад
tdefine.nim 0091f2ad3b Implement {.booldefine.} (#10533) 6 лет назад
tdllvar.nim e012eb1001 updated tests to be executed 6 лет назад
temit.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
temptyecho.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs 10 лет назад
teventemitter.nim 63f9385327 Rename mget to `[]` 10 лет назад
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 лет назад
tgenconstraints.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
thallo.nim a5ecbf823f lots of small changes 6 лет назад
theaproots.nim e012eb1001 updated tests to be executed 6 лет назад
tidentconcatenations.nim 121b9e26fb Static[T] fixes (#7333) 6 лет назад
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 000b8afd26 Remove expr/stmt (#5857) 7 лет назад
tinvalidarrayaccess.nim 942495611b revive #10228 (fix #9880) (#10610) 6 лет назад
tinvalidarrayaccess2.nim 942495611b revive #10228 (fix #9880) (#10610) 6 лет назад
tinvalidnewseq.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tissue710.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tlastmod.nim e012eb1001 updated tests to be executed 6 лет назад
tlocals.nim e07ab06f0a Fix locals() interaction with generic types 6 лет назад
tloops.nim e012eb1001 updated tests to be executed 6 лет назад
tmemoization.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field 6 лет назад
tmissingnilcheck.nim e80465dacf tests: Trim .nim files trailing whitespace 9 лет назад
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 e6a4213fae transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests 6 лет назад
tnoinst.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tnolen.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tnoop.nim 8fbdac544b correct tnoop test case 6 лет назад
tnot.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tparamsindefault.nim 31651ecd61 allow referencing other parameters in default parameter values 6 лет назад
tparedef.nim e80465dacf tests: Trim .nim files trailing whitespace 9 лет назад
tparsecombnum.nim 3dcec39739 add parser combinator test; uses multiple tuples/generics features 10 лет назад
tparseopt.nim 268197add8 properly deprecate parseopt2 (#10452) 6 лет назад
tpos.nim 3b783f7e13 Testament: refactoring; makes the test joiner green 6 лет назад
tprep.nim e012eb1001 updated tests to be executed 6 лет назад
tquicksort.nim e012eb1001 updated tests to be executed 6 лет назад
tradix.nim 28394153ab 32 bit fixes (#10608) 6 лет назад
trangechecks.nim 5641be51c1 codegen doesn't produce line tracing commands anymore; fixes #1344 10 лет назад
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 лет назад
tsemfold.nim 7dcf435b4b Fix abs & unary sub in semfold (#8724) 6 лет назад
tshadow_magic_type.nim 3859878db8 megatest checks output and nimout 6 лет назад
tsimplesort.nim d8fde9daba make tests green 6 лет назад
tsimtych.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tsizeof.nim 28394153ab 32 bit fixes (#10608) 6 лет назад
tsizeof2.nim 4ec40796e6 fixes #9868 6 лет назад
tsizeof3.nim e7878c0d08 add tests for recently closed issues (#10722) 6 лет назад
tslices.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tsortdev.nim a5ecbf823f lots of small changes 6 лет назад
tstrace.nim e012eb1001 updated tests to be executed 6 лет назад
tstrange.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tstrdesc.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should 7 лет назад
tstrdist.nim e012eb1001 updated tests to be executed 6 лет назад
tunsigned64mod.nim e012eb1001 updated tests to be executed 6 лет назад
tunsignedcmp.nim 2c1f1f21bf fixes #3985 7 лет назад
tunsignedcomp.nim 8d064cedf2 cleaned up unsigned tests 10 лет назад
tunsignedconv.nim e7878c0d08 add tests for recently closed issues (#10722) 6 лет назад
tunsignedinc.nim e7878c0d08 add tests for recently closed issues (#10722) 6 лет назад
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 1105d03644 require errormsg to be specified before file. 6 лет назад
åäö.nim 332469692d Bugfix for modules with multi byte characters in the name (#8319) 6 лет назад