summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: std/marshal unmarshaling of ref objects (#22983)John Viega2023-11-261-1/+41
* remove unnecessary side-effects from base64.encode(mime) (#22986)tersec2023-11-251-0/+4
* fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...ringabout2023-11-259-29/+63
* fixes #22971; `inferGenericTypes` does not work with method call syntax (#22972)Pylgos2023-11-221-1/+23
* closes #12464; adds a test case (#22967)ringabout2023-11-201-0/+13
* fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22...ringabout2023-11-192-16/+20
* fixes #22913; fixes #12985 differently push-ing pragma exportc genera… (#22...ringabout2023-11-191-0/+39
* fixes #22947; static integers in quote do [backport] (#22948)ringabout2023-11-181-0/+13
* Fix OSError `errorCode` field is not assigned a value (#22954)握猫猫2023-11-171-6/+6
* fixes #22932; treats closure iterators as pointers (#22934)ringabout2023-11-141-1/+7
* fixes #22673; Cannot prove that result is initialized for a placehold… (#22...ringabout2023-11-061-0/+21
* fixes #22902; borrow from proc return type mismatch (#22908)ringabout2023-11-041-0/+8
* fixes #22866; fixes #19998; ensure destruction for Object construction with c...ringabout2023-11-022-10/+16
* minor fixes for node20 (#22894)ringabout2023-10-311-1/+1
* C++: ptr fields now pulls the whole type if it's a member in nkDotExpr (#22855)Juan M Gómez2023-10-232-1/+18
* Fix #22826: Don't skip generic instances in type comparison (#22828)SirOlaf2023-10-211-0/+8
* fixes #22844; uses arrays to store holeyenums for iterations; much more effic...ringabout2023-10-201-0/+16
* closes #16919; followup #16820, test tsugar on all backends (#22829)ringabout2023-10-161-8/+8
* fixes #19250; fixes #22259; ORC AssertionDefect not containsManagedMemory(n.t...ringabout2023-10-131-0/+53
* fixes #22354; Wrong C++ codegen for default parameter values in ORC (#22819)ringabout2023-10-131-28/+47
* fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22...ringabout2023-10-111-0/+1
* adds support for noDecl in constructor (#22811)Juan M Gómez2023-10-111-1/+10