summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes `result` requires explicit initialization on noReturn code (#22717)ringabout2023-09-181-0/+27
* prevents declaring a constructor without importcpp fixes #22712 (#22715)Juan M Gómez2023-09-181-0/+15
* make expressions opt in to symchoices (#22716)metagn2023-09-184-3/+14
* Fix #22713: Make size unknown for tyForward (#22714)SirOlaf2023-09-171-0/+12
* implement semgnrc for tuple and object type nodes (#22709)metagn2023-09-162-1/+11
* implements RFC: [C++] Constructors as default initializers (#22694)Juan M Gómez2023-09-141-0/+33
* produce better code for object constructions and 'result' [backport] (#22668)Andreas Rumpf2023-09-111-4/+7
* fixes #22680 Nim zero clear an object inherits C++ imported class when a proc...Juan M Gómez2023-09-111-0/+50
* fixes #22669 constructor pragma doesnt init Nim default fields (#22670)Juan M Gómez2023-09-101-1/+34
* fixes #22679 Nim zero clear an object contains C++ imported class when a proc...Juan M Gómez2023-09-101-0/+50
* Instantiates generics in the module that uses it (#22513)Juan M Gómez2023-09-091-0/+11
* fixes #22664; guard against potential seqs self assignments (#22671)ringabout2023-09-081-0/+21
* fixes #22662 Procs with constructor pragma doesn't initialize object's field...Juan M Gómez2023-09-081-1/+22
* Fix #21742: Check generic alias depth before skip (#22443)SirOlaf2023-09-081-0/+10
* Fix #17509: Continue instead of return with unfinished generics (#22563)SirOlaf2023-09-071-0/+25
* make getType nodes of generic insts have full inst type (#22655)metagn2023-09-071-0/+35
* fully revert generic inst sym change, test #22646 (#22653)metagn2023-09-062-35/+32
* fixes #22619; don't lift cursor fields in the hook calls (#22638)ringabout2023-09-051-0/+79
* fix sym of created generic instantiation type (#22642)metagn2023-09-051-4/+35
* fixes branches interacting with break, raise etc. in strictdefs (#22627)ringabout2023-09-042-0/+157
* docgen: add Pandoc footnotes (fixes #21080) (#22591)Andrey Makarov2023-09-032-3/+70
* resolve unambiguous enum symchoices from local scope, error on rest (#22606)metagn2023-09-033-13/+28
* Exclude block from endsInNoReturn, fix regression (#22632)SirOlaf2023-09-021-13/+0
* fix isNil folding for compile time closures (#22574)metagn2023-09-021-0/+8
* use dummy dest for void branches to fix noreturn in VM (#22617)metagn2023-09-011-0/+32
* unify explicit generic param semchecking in calls (#22618)metagn2023-09-011-1/+20
* fixes internal error: no generic body fixes #1500 (#22580)Juan M Gómez2023-09-011-0/+8
* resolve local symbols in generic type call RHS (#22610)metagn2023-09-012-0/+20
* don't update const symbol on const section re-sems (#22609)metagn2023-09-011-0/+10
* fixes #22613; Default value does not work with object's discriminator (#22614)ringabout2023-09-011-1/+16
* Fix #22604: Make endsInNoReturn traverse the tree (#22612)SirOlaf2023-09-012-2/+61
* type annotations for variable tuple unpacking, better error messages (#22611)metagn2023-09-012-1/+18
* closes #22600; adds a test case (#22602)ringabout2023-08-311-0/+25
* fixes #17197; fixes #22560; fixes the dest of newSeqOfCap in refc (#22594)ringabout2023-08-311-0/+17
* handle typedesc params in VM (#22581)metagn2023-08-302-2/+21