summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes cascades of out parameters, which produces wrong ProveInit warnings (#2...ringabout2023-08-091-0/+14
* fix #12938 index type of array in type section without static (#20529)Bung2023-08-092-0/+15
* fixes #22419; async/closure environment does not align local variables (#22425)ringabout2023-08-091-0/+16
* fix #20891 Illegal capture error of env its self (#22414)Bung2023-08-091-0/+28
* block ambiguous type conversion dotcalls in generics (#22375)metagn2023-08-094-0/+46
* fix #18823 Passing Natural to bitops.BitsRange[T] parameter in generi… (#20...Bung2023-08-081-0/+6
* [C++] Member pragma RFC (https://github.com/nim-lang/RFCs/issues/530) (#22272)Juan M Gómez2023-08-071-0/+53
* Fix some jsgen bugs (#22330)konsumlamm2023-08-061-9/+27
* Let inferGenericTypes continue if a param is already bound (#22384)SirOlaf2023-08-061-1/+24
* fix #15005; [ARC] Global variable declared in a block is destroyed too… (#2...Bung2023-08-061-0/+18
* add test for #3907 (#21069)Bung2023-08-061-0/+10
* Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ...konsumlamm2023-08-061-1/+1
* Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)Tomohiro2023-08-041-0/+32
* fix #20883 Unspecified generic on default value segfaults the compiler (#21172)Bung2023-08-041-0/+12
* Fix crash when using uninstantiated generic (#22379)Jake Leahy2023-08-041-0/+16
* Make `repr(HSlice)` always available (#22332)konsumlamm2023-08-041-2/+4
* Add experimental inferGenericTypes switch (#22317)SirOlaf2023-08-031-0/+139
* Revert "fix #22173 `sink` paramers not moved into closure (refc) (#22… (#22...Bung2023-08-031-20/+0
* fix #22173 `sink` paramers not moved into closure (refc) (#22359)Bung2023-08-021-0/+20
* fixes #22362; Compiler crashes with staticBoundsCheck on (#22363)ringabout2023-08-021-0/+13
* fixes #22360; compare with the half of randMax (#22361)ringabout2023-08-021-0/+18
* fixes #22262; fixes `-d:useMalloc` broken with `--mm:none` and `--threads on`...ringabout2023-08-011-1/+2
* fixes an issue where byref wasnt properly handled when using it in a generic ...Juan M Gómez2023-07-291-0/+27
* implement `ensureMove` (#22339)ringabout2023-07-294-0/+189
* [JS] Fix bitwise ops & shifts (#22340)konsumlamm2023-07-271-1/+48
* [JS] Fix casting to ints (#22327)konsumlamm2023-07-251-0/+21
* fixes #22301; fixes #22324; rejects branch initialization with a runtime disc...ringabout2023-07-252-1/+32
* Expands codegenDecl to work in function params. fixes #22306 (#22307)Juan M Gómez2023-07-231-0/+17