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 7 年 前
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 9 年 前
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 6 年 前
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 年 前