summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix mime types data (#23226)Bung2024-01-191-0/+3
* fixes #22218; avoids cursor when copy is disabled (#23209)ringabout2024-01-181-0/+25
* fixes #12334; keeps `nkHiddenStdConv` for cstring conversions (#23216)ringabout2024-01-181-0/+10
* fix wrong subtype relation in tuples & infer some conversions (#23228)metagn2024-01-182-0/+34
* error on large integer types as array index range (#23229)metagn2024-01-181-0/+18
* give typedesc param nodes type T not typedesc[T] [backport:2.0] (#23115)metagn2024-01-182-2/+14
* Fix reset code gen for range types (#22462, #23214) (#23215)Giuliano Mega2024-01-181-0/+20
* fixes #23223; prevents `insert` self-assignment (#23225)ringabout2024-01-181-0/+7
* don't use previous bindings of `auto` for routine return types (#23207)metagn2024-01-177-10/+42
* fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loo...ringabout2024-01-131-2/+2
* fixes #15924; Tuple destructuring is broken with closure iterators (#23205)ringabout2024-01-131-0/+18
* document the new ambiguous identifier resolution (#23166)metagn2024-01-113-0/+33
* fixes #22923; fixes `=dup` issues (#23182)ringabout2024-01-111-0/+26
* fixes #23129; fixes generated hooks raise unlisted Exception, which never rai...ringabout2024-01-111-0/+16
* delay resolved procvar check for proc params + acknowledge unresolved statics...metagn2024-01-115-6/+163
* trigger range check with new type inference on nkIntLit [backport:1.6] (#23179)metagn2024-01-081-0/+10
* don't transform typed bracket exprs to `[]` calls in templates (#23175)metagn2024-01-071-0/+38
* Fixes #23172 (#23173)Ryan McConnell2024-01-062-0/+15
* fixes #23139; Cannot get repr of range type of enum (#23164)ringabout2024-01-051-0/+5
* Changing generic weight of `tyGenericParam` (#22143)Ryan McConnell2024-01-059-53/+172
* fixes #23167; take `nkOpenSymChoice` into consideration caused by templates [...ringabout2024-01-051-0/+5
* ambiguous identifier resolution (#23123)metagn2024-01-0110-8/+32
* fixes a typo in the test (#23140)ringabout2023-12-291-1/+1
* retain postfix node in type section typed AST, with docgen fix (#23101)metagn2023-12-232-1/+8
* add switch, warning, and `bind` support for new generic injection behavior (#...metagn2023-12-222-0/+79
* Don't crash for invalid toplevel parseStmt/Expr calls (#23089)Jake Leahy2023-12-191-0/+15
* Revert "retain postfix node in type section typed AST" (#23098)metagn2023-12-192-8/+1
* retain postfix node in type section typed AST (#23096)metagn2023-12-182-1/+8
* allow replacing captured syms in macro calls in generics (#23091)metagn2023-12-181-0/+86
* Mark `macros.error` as `.noreturn.` (#23081)Jake Leahy2023-12-172-0/+18
* Allow `parseAll` to parse statements separated by semicolons (#23088)Jake Leahy2023-12-171-0/+4
* rationals: support Rational[SomeUnsignedInt] (#23046)shirleyquirk2023-12-151-0/+9
* Param match relax (#23033)Ryan McConnell2023-12-155-2/+59
* Overloads passed to static proc parameters now convert to the desired… (#23...Jason Beetham2023-12-141-1/+8
* type graph refactor; part 3 (#23064)Andreas Rumpf2023-12-141-16/+0
* fixes #9381; Fix double evaluation of types in generic objects (#23072)Pylgos2023-12-141-0/+14
* fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)ringabout2023-12-131-0/+5
* Look up generic parameters when found inside semOverloadedCall, fixin… (#23...Jason Beetham2023-12-121-0/+9
* Don't process a user pragma if its invalid (#23041)Jake Leahy2023-12-071-0/+9
* Don't recurse into inner functions during asyncjs transform (#23036)Jake Leahy2023-12-061-0/+5
* fixes #23019; Regression from 2.0 to devel with raise an unlisted exc… (#23...ringabout2023-12-051-0/+22
* Also show the `raises` pragma when converting proc types to string (#23026)Nikolay Nikolov2023-12-041-1/+1
* fixes #22552 (#23014)Andreas Rumpf2023-12-021-0/+56
* enable vtable implementation for C++ and make it an experimental feature (#23...ringabout2023-11-305-5/+9
* Fix endsInNoReturn for case statements (#23009)SirOlaf2023-11-301-4/+41
* table.`mgetOrPut` without default val (#22994)inv20042023-11-301-0/+16
* fixes #22926; Different type inferred when setting a default value for an arr...ringabout2023-11-292-6/+30
* fixes #22996; `typeAllowedCheck` for default fields (#22998)ringabout2023-11-291-0/+7
* rework the vtable implementation embedding the vtable array directly with new...ringabout2023-11-289-145/+197
* Don't try and get enum value if its invalid (#22997)Jake Leahy2023-11-281-0/+8