summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Testcase for #22008 (#22320)SirOlaf2023-07-231-0/+8
* Add test for #22309 (#22316)konsumlamm2023-07-221-0/+11
* Fix doc comment rendering for concepts (#22312)konsumlamm2023-07-221-1/+1
* fixes #22297; return in the finally in the closure iterators (#22300)ringabout2023-07-221-0/+11
* fixes CI; disable SSL tests on osx for now (#22304)ringabout2023-07-222-0/+2
* fixes #22210; transform return future in try/finally properly (#22249)ringabout2023-07-212-0/+114
* fixes #22254; fixes #22253; stricteffects bugs on recursive calls (#22294)ringabout2023-07-191-0/+11
* fixes #6499; disallow built-in procs used as procvars (#22291)ringabout2023-07-192-4/+6
* Fixes Naive virtual crash the compiler fixes #22269 (#22271)Juan M Gómez2023-07-161-0/+4
* fixes #22256; fixes GC_disableOrc overflow (#22257)ringabout2023-07-111-0/+9
* fixes #22237; fixes #21160; wrong cursor on unowned parameters in the for loo...ringabout2023-07-101-0/+55
* fixes #22175 (#22229)Andreas Rumpf2023-07-061-0/+12
* Fix concepts with doc comments (#22228)Jake Leahy2023-07-061-0/+11
* fixes #22132; hoisted openArray params result in erroneous code (#22224)ringabout2023-07-051-0/+18
* fixes #22138 (#22221)Andreas Rumpf2023-07-041-0/+20
* add a test case for #22190 in case of regression (#22217)ringabout2023-07-041-0/+21
* fixes #22208; Ambiguous error when import modules with same names but… (#22...ringabout2023-07-034-3/+9
* fixes #22197; Distinct ref objects + destructor cause C++ codegen error (#22207)ringabout2023-07-021-1/+26
* reset macrocache after each script evaluation (#22195)Juan M Gómez2023-06-301-0/+27
* fix controlflow test (#22194)Jacek Sieka2023-06-301-1/+1
* fix nested call regression in generic bodies (#22189)metagn2023-06-291-0/+20
* alternative to #22183; nimscript shares the same compileTime sym with VM (#22...ringabout2023-06-292-0/+16
* fixes #19101; zero initialization union casts (#22185)ringabout2023-06-291-0/+26
* Don't throw errors on RST tables in Markdown and RstMarkdown modes (#22165)Andrey Makarov2023-06-281-5/+28
* fix new type inference for `noreturn` [backport] (#22182)metagn2023-06-281-0/+35
* fixes #22001 (#22177)Andreas Rumpf2023-06-271-0/+22
* adds =destroy T support for strings and seqs (#22167)ringabout2023-06-272-7/+7
* adds T destructor for refs (#22147)ringabout2023-06-261-0/+1
* Fix regression in `std/times` (#22155)Jake Leahy2023-06-261-0/+4
* fixes #22148; std/memfiles.memSlices nesting now fails with memory sa… (#22...ringabout2023-06-251-0/+15
* make `var object` match better than `object` (#22152)metagn2023-06-251-0/+11
* fix VM uint conversion size bug, stricter int gen on JS (#22150)metagn2023-06-253-0/+31
* adds nimbasePattern compiler option (#22144)Juan M Gómez2023-06-241-0/+26
* fixes #21110; duplicate proc definitions for inline iters (#21136)ringabout2023-06-221-0/+15
* fixes #21231; template with module as parameter elides usage/checking of modu...ringabout2023-06-211-0/+10
* fix #20023 hash for generic tables (#20346)Bung2023-06-211-0/+10
* `strutils.split/rsplit` now return src on an empty sep (#22136)Zoom2023-06-213-18/+12
* allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...ringabout2023-06-211-0/+195
* Amend divmod (#22131)Ryan McConnell2023-06-201-4/+11