summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Run tests with `nimPreviewHashFarm` on the 3 main back ends. (#23739)c-blake2024-06-221-1/+1
* [backport] fixes #23711; C code contains backtick`gensym (#23716)ringabout2024-06-191-0/+25
* Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash` (#23735)c-blake2024-06-191-5/+12
* ignore uninstantiated static on match to base type [backport:2.0] (#23731)metagn2024-06-181-0/+5
* implement `legacy:jsNoLambdaLifting` for compatibility (#23727)ringabout2024-06-171-0/+1
* fixes #20048; fixes #15746; don't sink object fields if it's of openarray typ...ringabout2024-06-152-0/+22
* [backport] fixes #23690; SIGSEGV with object variants and RTTI (#23703)ringabout2024-06-111-0/+26
* fixes #22398; [backport] (#23704)Andreas Rumpf2024-06-101-0/+19
* fixes #23445; fixes #23418 [backport] (#23699)Andreas Rumpf2024-06-091-0/+28
* fixes #23354; [backport] (#23685)Andreas Rumpf2024-06-071-0/+17
* fixes #22672; Destructor not called for result when exception is thrown (#23267)ringabout2024-06-062-2/+11
* fixes #22510 (#23100)Andreas Rumpf2024-06-063-0/+163
* fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683)ringabout2024-06-051-1/+6
* fix noreturn/implicit discard check logic (#23681)metagn2024-06-053-0/+61
* fixes openarray hoist with gcc 14 (#23647)ringabout2024-06-041-1/+2
* improve view types for jsgen; eliminate unnecessary copies of view types (#23...ringabout2024-06-021-0/+19
* #Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23...Juan M Gómez2024-06-021-0/+54
* fixes#23665; rework spawn with gcc 14 and fixes other tests (#23660)ringabout2024-06-022-1/+2
* fixes #23663; Add hash() for Path (#23664)ringabout2024-05-311-5/+9
* Treat CJK Ideographs as letters in `isAlpha()` (#23651)Alexander Kernozhitsky2024-05-291-0/+2
* fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)ringabout2024-05-271-0/+36
* closes #13426; adds a test case (#23642)ringabout2024-05-241-0/+87
* Skip tyAlias inside semTypeTraits in case a concept accidently emits one (#23...Jason Beetham2024-05-231-0/+11
* fixes #23627; Simple destructor code gives invalid C (#23631)ringabout2024-05-211-5/+29
* fixes #16671; openarray conversion for object construction (#23618)ringabout2024-05-161-0/+22
* fixes lifting subtype calling parent's hooks (#23612)ringabout2024-05-151-1/+24
* closes #15778; adds a test case (#23613)ringabout2024-05-151-7/+29
* fixes openarray views default values in JS (#23607)ringabout2024-05-141-0/+15
* fixes testament matrix doesn't work with other backends which left many JS te...ringabout2024-05-145-8/+10
* ignore modules when looking up symbol with expected type (#23597)metagn2024-05-142-0/+19
* re-enable tests (#23591)ringabout2024-05-101-4/+2
* unordered enum for better interoperability with C (#23585)ringabout2024-05-102-0/+93
* remove bad type inference behavior for enum identifiers (#23588)metagn2024-05-101-0/+22
* adds Nim-related mimetypes back (#23589)ringabout2024-05-101-0/+5
* fixes #23552; Invalid codegen when trying to mannualy delete distinct seq (#2...ringabout2024-05-081-0/+8
* Add Complex version of almostEqual function (#23549)Angel Ezquerra2024-05-081-0/+3
* fix semFinishOperands for bracket expressions [backport:2.0] (#23571)metagn2024-05-081-0/+24
* rework `wasMoved`, `move` on the JS backend (#23577)ringabout2024-05-081-11/+23
* Skips generic owner when mangling instances (#23563)Juan M Gómez2024-05-071-4/+5
* fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557)ringabout2024-05-031-0/+17
* fixes #23419; internal error with void in generic array instantiation (#23550)ringabout2024-05-011-0/+5
* fixes #23321; Error: internal error: openArrayLoc: ref array[0..0, int] (#23548)ringabout2024-04-291-0/+35
* fixes #23531; fixes invalid meta type accepted in the object fields (#23532)ringabout2024-04-261-0/+61
* fixes #23536; Stack trace with wrong line number when the proc called inside ...ringabout2024-04-261-0/+26
* fixes #23522; fixes pre-existing wrong type for iter in `liftIterSym` (#23538)ringabout2024-04-261-0/+3
* adds another fix for concept in JS (#23535)ringabout2024-04-241-4/+12
* fixes #23524; global variables cannot be analysed when injecting `move` (#23529)ringabout2024-04-242-17/+33
* Fix std/base64.decode out of bounds read (#23526)bptato2024-04-221-0/+2
* Fix duplicated member declarations in structs for C++ backend (#23512)HexSegfaultCat2024-04-181-0/+27
* workaround #23435; real fix pending #23279 (#23436)ringabout2024-04-181-0/+12