Andreas Rumpf 062d7e3a39 fixes #10082 vor 6 Jahren
..
99bottles.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs vor 10 Jahren
minit.nim e80465dacf tests: Trim .nim files trailing whitespace vor 9 Jahren
mvarious.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should vor 7 Jahren
parsecomb.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation vor 7 Jahren
t99bott.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tack.nim 3b783f7e13 Testament: refactoring; makes the test joiner green vor 6 Jahren
tbug1217bracketquotes.nim 7e60cf2a34 Add test vor 10 Jahren
tbug511622.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tcast.nim bbf9ef606d restrict casting for closure. (#5948); fixes #5742 vor 7 Jahren
tcharinc.nim edc4940c26 doc updates; fixes 'inc' for 'char' vor 9 Jahren
tcmdline.nim ac785b0623 testament: joinable is now an explicit concept of a test spec vor 6 Jahren
tcolonisproc.nim e012eb1001 updated tests to be executed vor 6 Jahren
tdllvar.nim e012eb1001 updated tests to be executed vor 6 Jahren
temit.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
temptyecho.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs vor 10 Jahren
teventemitter.nim 63f9385327 Rename mget to `[]` vor 9 Jahren
tevents.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tfib.nim e80465dacf tests: Trim .nim files trailing whitespace vor 9 Jahren
tfilter.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs vor 10 Jahren
tgenconstraints.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
thallo.nim a5ecbf823f lots of small changes vor 6 Jahren
theaproots.nim e012eb1001 updated tests to be executed vor 6 Jahren
tidentconcatenations.nim 121b9e26fb Static[T] fixes (#7333) vor 6 Jahren
tinc.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tinit.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tinout.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tints.nim 000b8afd26 Remove expr/stmt (#5857) vor 7 Jahren
tinvalidarrayaccess.nim f3ecc15a94 refs #9880 show index and bound in lots of `index out of bounds` errors vor 6 Jahren
tinvalidarrayaccess2.nim f3ecc15a94 refs #9880 show index and bound in lots of `index out of bounds` errors vor 6 Jahren
tinvalidnewseq.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tissue710.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tlastmod.nim e012eb1001 updated tests to be executed vor 6 Jahren
tlocals.nim e07ab06f0a Fix locals() interaction with generic types vor 6 Jahren
tloops.nim e012eb1001 updated tests to be executed vor 6 Jahren
tmemoization.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field vor 6 Jahren
tmissingnilcheck.nim e80465dacf tests: Trim .nim files trailing whitespace vor 9 Jahren
tnew.nim ac785b0623 testament: joinable is now an explicit concept of a test spec vor 6 Jahren
tnewderef.nim e80465dacf tests: Trim .nim files trailing whitespace vor 9 Jahren
tnewsets.nim e80465dacf tests: Trim .nim files trailing whitespace vor 9 Jahren
tnoforward.nim e6a4213fae transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests vor 6 Jahren
tnoinst.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tnolen.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tnoop.nim 8fbdac544b correct tnoop test case vor 6 Jahren
tnot.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tparamsindefault.nim 31651ecd61 allow referencing other parameters in default parameter values vor 6 Jahren
tparedef.nim e80465dacf tests: Trim .nim files trailing whitespace vor 9 Jahren
tparsecombnum.nim 3dcec39739 add parser combinator test; uses multiple tuples/generics features vor 9 Jahren
tparseopt.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tpos.nim 3b783f7e13 Testament: refactoring; makes the test joiner green vor 6 Jahren
tprep.nim e012eb1001 updated tests to be executed vor 6 Jahren
tquicksort.nim e012eb1001 updated tests to be executed vor 6 Jahren
tradix.nim a5ecbf823f lots of small changes vor 6 Jahren
trangechecks.nim 5641be51c1 codegen doesn't produce line tracing commands anymore; fixes #1344 vor 9 Jahren
trawstr.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
treadln.nim e012eb1001 updated tests to be executed vor 6 Jahren
treservedcidentsasfields.nim 2bc016b172 Add test for #6836 (#9602) vor 6 Jahren
tsemfold.nim 7dcf435b4b Fix abs & unary sub in semfold (#8724) vor 6 Jahren
tshadow_magic_type.nim 3859878db8 megatest checks output and nimout vor 6 Jahren
tsimplesort.nim d8fde9daba make tests green vor 6 Jahren
tsimtych.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tsizeof.nim 062d7e3a39 fixes #10082 vor 6 Jahren
tsizeof2.nim 4ec40796e6 fixes #9868 vor 6 Jahren
tslices.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tsortdev.nim a5ecbf823f lots of small changes vor 6 Jahren
tstrace.nim e012eb1001 updated tests to be executed vor 6 Jahren
tstrange.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tstrdesc.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should vor 7 Jahren
tstrdist.nim e012eb1001 updated tests to be executed vor 6 Jahren
tunsigned64mod.nim e012eb1001 updated tests to be executed vor 6 Jahren
tunsignedcmp.nim 2c1f1f21bf fixes #3985 vor 6 Jahren
tunsignedcomp.nim 8d064cedf2 cleaned up unsigned tests vor 10 Jahren
tunsignedconv.nim c50b5b62ef Fix a few deprecation warnings vor 9 Jahren
tunsignedinc.nim c0d0e5efd9 Unsigned arith corrected for JS vor 9 Jahren
tunsignedmisc.nim 681d8e0749 Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178) vor 6 Jahren
tupcomingfeatures.nim 7889692523 first implementation of package level types that allow forwarding across module boundaries vor 7 Jahren
tvarious.nim e012eb1001 updated tests to be executed vor 6 Jahren
tvarious1.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
tvarnums.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
åäö.nim 332469692d Bugfix for modules with multi byte characters in the name (#8319) vor 6 Jahren