summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* marking a field with noInit allows to skip constructor initialiser (#22802)Juan M Gómez2023-10-081-0/+30
* fixes #22787; marks `var section` in the loop as reassign preventing cursor (...ringabout2023-10-071-0/+37
* fixes #22778 regression: contentLength implementation type mismatched (#22780)ringabout2023-10-031-0/+1
* fixes #22753; Nimsuggest segfault with invalid assignment to table (#22781)ringabout2023-10-023-7/+47
* Make `typeRel` behave to spec (#22261)Ryan McConnell2023-09-302-14/+17
* case macro now can be used inside generic. Fixes #20435 (#22752)Juan M Gómez2023-09-301-0/+30
* C++ Adds support for default arg using object construction syntax. Fixes a co...Juan M Gómez2023-09-281-2/+29
* fixes #10542; suppresses varargs conversion warnings (#22757)ringabout2023-09-261-0/+24
* Add test case for #15351 (#22754)Jake Leahy2023-09-261-0/+5
* fixes #22687; js backend - std/bitops/bitsliced throws compile error … (#22...ringabout2023-09-211-0/+4
* items, pairs and friends now use `unCheckedInc` (#22729)ringabout2023-09-201-0/+4
* fixes compiler crash by preventing exportc on generics (#22731)Juan M Gómez2023-09-201-0/+8
* `constructor` now uses `result` instead of `this` (#22724)Juan M Gómez2023-09-191-4/+4
* second test case haul for templates and generics (#22728)metagn2023-09-196-6/+62
* make parseEnum skip type aliases for enum type sym (#22727)metagn2023-09-191-4/+15