Andreas Rumpf 062d7e3a39 fixes #10082 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' 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 年之前
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 `[]` 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 年之前
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 f3ecc15a94 refs #9880 show index and bound in lots of `index out of bounds` errors 6 年之前
tinvalidarrayaccess2.nim f3ecc15a94 refs #9880 show index and bound in lots of `index out of bounds` errors 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 1105d03644 require errormsg to be specified before file. 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 a5ecbf823f lots of small changes 6 年之前
trangechecks.nim 5641be51c1 codegen doesn't produce line tracing commands anymore; fixes #1344 9 年之前
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 062d7e3a39 fixes #10082 6 年之前
tsizeof2.nim 4ec40796e6 fixes #9868 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 c50b5b62ef Fix a few deprecation warnings 9 年之前
tunsignedinc.nim c0d0e5efd9 Unsigned arith corrected for JS 9 年之前
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 年之前