summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* clearer error for different size int/float cast in VM (#22582)metagn2023-08-291-0/+3
* fixes #22555; implements `newStringUninit` (#22572)ringabout2023-08-291-0/+11
* correct logic for qualified symbol in templates (#22577)metagn2023-08-281-0/+4
* add test case for #19095 (#22566)Bung2023-08-281-0/+35
* close #9334 (#22565)Bung2023-08-271-0/+19
* fix #22548;environment misses for type reference in iterator access n… (#22...Bung2023-08-272-0/+43
* test case haul for old generic/template/macro issues (#22564)metagn2023-08-279-34/+248
* fix generic param substitution in templates (#22535)metagn2023-08-251-0/+80
* round out tuple unpacking assignment, support underscores (#22537)metagn2023-08-244-6/+18
* make jsffi properly gensym (#22539)metagn2023-08-231-0/+6
* Fix #21532: Check if template return is untyped (#22517)SirOlaf2023-08-231-0/+8
* allow non-pragma special words as user pragmas (#22526)metagn2023-08-211-0/+5
* fix getNullValue for cstring in VM, make other VM code aware of nil cstring (...metagn2023-08-211-0/+31
* use old typeinfo generation for hot code reloading (#22518)metagn2023-08-201-0/+1
* replace getOpt with getopt (#22515)Nan Xiao2023-08-196-6/+6
* Add staticFileExists and staticDirExists (#22278)Tomohiro2023-08-182-0/+10
* make float32 literals stringifying behave in JS the same as in C (#22500)ringabout2023-08-171-3/+2
* cascade tyFromExpr in type conversions in generic bodies (#22499)metagn2023-08-171-0/+8
* close #22748; cursorinference + -d:nimNoLentIterators results in err… (#22495)ringabout2023-08-171-0/+46
* When in object handles procedure call again, fixes #22474 (#22480)Jason Beetham2023-08-151-0/+32
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-151-2/+2
* fixes #22469; generates nimTestErrorFlag for top level statements (#22472)ringabout2023-08-142-0/+20
* relax the parameter of `ensureMove`; allow let statements (#22466)ringabout2023-08-122-2/+3
* close #17045;Compiler crash when a tuple iterator with when nimvm is … (#22...Bung2023-08-111-0/+28
* close #18103 internal error: inconsistent environment type (#22451)Bung2023-08-111-0/+35
* fixes move sideeffects issues [backport] (#22439)ringabout2023-08-101-0/+18
* adds support for functor in member (#22433)Juan M Gómez2023-08-101-0/+11
* fix #19304 Borrowing std/times.format causes Error: illformed AST (#20659)Bung2023-08-102-3/+27
* Fix #21760 (#22422)SirOlaf2023-08-101-0/+8
* makes asmnostackframe work with cpp member #22411 (#22429)Juan M Gómez2023-08-091-0/+37
* Fix #5780 (#22428)Bung2023-08-091-0/+3