metagn b9c593404c proper error for const defines with unsupported types (#24540) vor 1 Woche
..
m8794.nim bf3a308e86 [error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766) vor 6 Jahren
mambparam1.nim f223f016f3 show symchoices as ambiguous in overload type mismatches (#24077) vor 3 Monaten
mambparam2.nim f223f016f3 show symchoices as ambiguous in overload type mismatches (#24077) vor 3 Monaten
mambparam3.nim f223f016f3 show symchoices as ambiguous in overload type mismatches (#24077) vor 3 Monaten
mambtype1.nim aeb3fe9505 test case haul to prevent pileup (#24525) vor 2 Wochen
mambtype2.nim aeb3fe9505 test case haul to prevent pileup (#24525) vor 2 Wochen
mb.nim b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
mc.nim b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
t10251.nim a273ea70e8 implements overloadable enum values; WIP (#18470) vor 3 Jahren
t10376.nim 7739e23420 defaults to ORC (#19972) vor 2 Jahren
t10489_a.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
t10489_b.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
t10542.nim a7a0cfe8eb fixes #10542; suppresses varargs conversion warnings (#22757) vor 1 Jahr
t10594.nim d102b2f54c deprecate unsafeAddr; extend addr (#19373) vor 2 Jahren
t10734.nim 260a5dacb7 fixed dot operator recursive loop & macro suggest (#16922) vor 3 Jahren
t10735.nim 4a548deb08 proper errors for subscript overloads (#24068) vor 3 Monaten
t1154.nim 0926754e68 make tests green again vor 6 Jahren
t12844.nim 4c08e64e98 disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` (#13261) vor 4 Jahren
t14444.nim d5719c47dc make --exceptions:quirky work with C++ (#21581) vor 1 Jahr
t16654.nim f46f26e79a don't use previous bindings of `auto` for routine return types (#23207) vor 11 Monaten
t17460.nim ab4278d217 fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loop (#23185) vor 11 Monaten
t18327.nim 037715285c fix #18327 (#18328) vor 3 Jahren
t18886.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
t18983.nim a895bbf714 fixes #18983 #5282 #13008; recursive types casue infinite type (#20172) vor 2 Jahren
t19224.nim 567c3f055d Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476) vor 2 Jahren
t19882.nim a302b26e0e fix #19882 Improve error message when instantiating generics that lac… (#20356) vor 2 Jahren
t19882_2.nim 2afce84616 Improve error message when instantiating generics with object constructor (#20358) vor 2 Jahren
t21257.nim ac982d8a96 close #21257 (#21275) vor 1 Jahr
t22097.nim 1660ddf98a make `var`/pointer types not match if base type has to be converted (#24130) vor 3 Monaten
t22284.nim 320311182c fixes #22284; fixes #22282; don't override original parameters of inferred lambdas (#23368) vor 9 Monaten
t22753.nim 4a548deb08 proper errors for subscript overloads (#24068) vor 3 Monaten
t22852.nim 8f5ae28fab fixes #22672; Destructor not called for result when exception is thrown (#23267) vor 6 Monaten
t22996.nim 795aad4f2a fixes #22996; `typeAllowedCheck` for default fields (#22998) vor 1 Jahr
t23060.nim 7e1ea50bc3 fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062) vor 1 Jahr
t23419.nim 185e06c923 fixes #23419; internal error with void in generic array instantiation (#23550) vor 8 Monaten
t23435.nim 229c125d2f workaround #23435; real fix pending #23279 (#23436) vor 8 Monaten
t23536.nim 0b0f185bd1 fixes #23536; Stack trace with wrong line number when the proc called inside for loop (#23540) vor 8 Monaten
t24258.nim 8b39b2df7d fixes #24258; compiler crash on `len` of `varargs[untyped]` (#24307) vor 2 Monaten
t2614.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
t4756.nim ef6eda4cb4 better error messages: use <T1, T2> instead of (T1, T2) in order to prevent confusions with tuple types vor 6 Jahren
t5167_1.nim 1be0022e7c Fixes #5167 and related problems (#5475) vor 7 Jahren
t5167_2.nim 1be0022e7c Fixes #5167 and related problems (#5475) vor 7 Jahren
t5167_3.nim 1be0022e7c Fixes #5167 and related problems (#5475) vor 7 Jahren
t5167_4.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
t5167_5.nim e8092a5470 delay resolved procvar check for proc params + acknowledge unresolved statics (#23188) vor 11 Monaten
t5282.nim a895bbf714 fixes #18983 #5282 #13008; recursive types casue infinite type (#20172) vor 2 Jahren
t5870.nim 4c08e64e98 disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` (#13261) vor 4 Jahren
t6281.nim 70cf286a22 Test case for #6281 (#8190) vor 6 Jahren
t6483.nim a5ecbf823f lots of small changes vor 6 Jahren
t6499.nim 1aff402998 fixes #6499; disallow built-in procs used as procvars (#22291) vor 1 Jahr
t6608.nim 7bfb9f0002 close #17636 (#17643) vor 3 Jahren
t8064.nim b280100499 ambiguous identifier resolution (#23123) vor 1 Jahr
t8339.nim 1105d03644 require errormsg to be specified before file. vor 6 Jahren
t8434.nim 64ffa17f0f fixes #13715 (#13716) vor 4 Jahren
t8610.nim e40ff24c23 typeToString: type float => typedesc[float] (#17011) vor 3 Jahren
t8794.nim 02be212dae clean up SOME pending/xxx/issue link comments (#21826) vor 1 Jahr
t9768.nim ebd1c678be fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSlimSystem` is not defined (#21196) vor 2 Jahren
t9908_01.nim a73ae3e066 minor improvements to follow up recent PRs (#20342) vor 2 Jahren
t9908_02.nim a73ae3e066 minor improvements to follow up recent PRs (#20342) vor 2 Jahren
ta.nim b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
tambparam.nim f223f016f3 show symchoices as ambiguous in overload type mismatches (#24077) vor 3 Monaten
tambparam_legacy.nim f223f016f3 show symchoices as ambiguous in overload type mismatches (#24077) vor 3 Monaten
tambtype.nim aeb3fe9505 test case haul to prevent pileup (#24525) vor 2 Wochen
tassignunpack.nim ba158d73dc type annotations for variable tuple unpacking, better error messages (#22611) vor 1 Jahr
tcall_with_default_arg.nim 070938720a tests/errmsgs/tcall_with_default_arg.nim: sync (#21237) vor 1 Jahr
tcannot_capture_builtin.nim d143924ab2 remove unused sfProcvar, "procvar" mentions (#20204) vor 2 Jahren
tcant_overload_by_return_type.nim 14e496fab0 fixes #6393 vor 6 Jahren
tcase_stmt.nim eec1543baf fix semcase on tySequence and tyObject #20283 #19682 (#20339) vor 2 Jahren
tconceptconstraint.nim 7bfb9f0002 close #17636 (#17643) vor 3 Jahren
tconcisetypemismatch.nim 71de7fca9e handle explicit generic routine instantiations in sigmatch (#24010) vor 3 Monaten
tconstinfo.nim 5684093135 fix for bad error message with const in case statement (#21182) vor 2 Jahren
tconsttypemismatch.nim b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
tdeclaredlocs.nim 836b061ae3 improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (#18389) vor 3 Jahren
tdetailed_position.nim b80d70b0f3 fix tests vor 5 Jahren
tdistinct_nil.nim 1182216381 remove a special case in sigmatch; distinct pointer types no longer match `nil` type (#20251) vor 2 Jahren
tdont_show_system.nim 7f1d2489ad improve the 'has to be discarded' error message vor 4 Jahren
temptysetparam.nim 6e4ea40475 empty container param error msg (#11158) vor 5 Jahren
tgcsafety.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
tgeneral_excepts.nim 70018aa683 Add checks for except: body blocks (#9191) vor 6 Jahren
tgenericconstraint.nim 7bfb9f0002 close #17636 (#17643) vor 3 Jahren
tgenericmismatchsegfault.nim ff005ad7dc fix segfault in generic param mismatch error, skip typedesc (#24140) vor 3 Monaten
tgenericmismatchsegfault_legacy.nim ff005ad7dc fix segfault in generic param mismatch error, skip typedesc (#24140) vor 3 Monaten
tinconsistentgensym.nim cd946084ab make routine implicitly gensym when other gensym symbol exists again (#23842) vor 5 Monaten
tinteger_literals.nim 6289b002b6 [Testament] Extend and document message testing aids (#19996) vor 2 Jahren
tinvalidinout.nim 86f7f4ffa5 remove deprecated type pragma syntax, fix bugs that required it (#20199) vor 2 Jahren
tmacroerrorproc.nim b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
tmake_tuple_visible.nim 2339542832 Tuple error message (#11141); fixes #3211 vor 5 Jahren
tmetaobjectfields.nim 173b8a8c58 fixes #3011; handles meta fields defined in the ref object (#23818) vor 5 Monaten
tmultiple_finally.nim 70018aa683 Add checks for except: body blocks (#9191) vor 6 Jahren
tnested_empty_seq.nim a6cbe58e8c typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of `"(tuple of (int, float), int)" (#14812) vor 4 Jahren
tnested_generic_instantiation.nim 766960dc15 fixes #11515 (#11624) vor 5 Jahren
tnested_generic_instantiation2.nim 766960dc15 fixes #11515 (#11624) vor 5 Jahren
tnnodeadd.nim e5139b0662 error for NimNode index kind (#12154) vor 5 Jahren
tnnodeindex.nim e5139b0662 error for NimNode index kind (#12154) vor 5 Jahren
tnnodeindexkind.nim e5139b0662 error for NimNode index kind (#12154) vor 5 Jahren
tnon_concrete_cast.nim d102b2f54c deprecate unsafeAddr; extend addr (#19373) vor 2 Jahren
tnoop.nim b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
tproc_mismatch.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
tproper_stacktrace.nim cf083af262 tests: explicitly enable stack traces where needed (#21236) vor 1 Jahr
tproper_stacktrace2.nim cf083af262 tests: explicitly enable stack traces where needed (#21236) vor 1 Jahr
tproper_stacktrace3.nim cf083af262 tests: explicitly enable stack traces where needed (#21236) vor 1 Jahr
treportunused.nim f7a13f62d6 Stop type aliases from inheriting sfUsed (#19861) vor 2 Jahren
tshow_asgn.nim 2f13d27720 improve line info retreival (#9822) vor 6 Jahren
tsigmatch.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
tsigmatch2.nim 4ca2dcb404 Named arguments in commands + many grammar fixes (#20994) vor 2 Jahren
tsimpletypecheck.nim b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
tstaticexprnotype.nim e89aaaeaab Open a new scope for `static:` expr blocks (#10649) vor 5 Jahren
tstaticexprscope.nim 31a8cf16bb testament spec: remove errmsg alias of errormsg (#16188) vor 4 Jahren
tstaticresult.nim ce148e71ef disallow static in return type (#9686) [nobackport] vor 5 Jahren
tsubscriptmismatch.nim 4a548deb08 proper errors for subscript overloads (#24068) vor 3 Monaten
tsubscriptmismatch_legacy.nim 4a548deb08 proper errors for subscript overloads (#24068) vor 3 Monaten
ttemplateaslambda.nim aeb3fe9505 test case haul to prevent pileup (#24525) vor 2 Wochen
ttupleindexoutofbounds.nim c2bcfd8cd9 cheap fix for #10853 + better tuple subscript error message (#21767) vor 1 Jahr
ttypeAllowed.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
tuncheckedarrayvar.nim 20d0ef8afb [backport] fix #11320 (#11538) vor 5 Jahren
tundeclared_field.nim 065243dc59 followup #17777: declaredloc field error msgs now work with generics (#18259) vor 3 Jahren
tundeclared_routine.nim fd379c2f94 fix nimsuggest crash with arrow type sugar (#24185) vor 3 Monaten
tundeclared_routine_compiles.nim 93c26041a5 fix #17859; rename tests so they run in CI; merge several tests with nim check (#17862) vor 3 Jahren
tuninstobjconstr.nim a610f23060 disable weird type inference for object constructors (#24455) vor 1 Monat
tunknown_named_parameter.nim 821d0806fe Revert "make default values typed in proc AST same as param sym AST" (#24191) vor 3 Monaten
tunresolvedinnerproc.nim 0a212f97a5 properly disallow unresolved generic proc values (#22005) vor 1 Jahr
tuntypedoverload.nim 34719cad9d allow `untyped` arguments to fail to compile in overload mismatch error (#23984) vor 4 Monaten
twrong_at_operator.nim 7bfb9f0002 close #17636 (#17643) vor 3 Jahren
twrong_explicit_typeargs.nim ff005ad7dc fix segfault in generic param mismatch error, skip typedesc (#24140) vor 3 Monaten
twrong_explicit_typeargs_legacy.nim ff005ad7dc fix segfault in generic param mismatch error, skip typedesc (#24140) vor 3 Monaten
twrongcolon.nim 7bfb9f0002 close #17636 (#17643) vor 3 Jahren
twrongdefinetype.nim b9c593404c proper error for const defines with unsupported types (#24540) vor 1 Woche