summary refs log tree commit diff stats
path: root/tests/vm
Commit message (Expand)AuthorAgeFilesLines
* add a test case for #22190 in case of regression (#22217)ringabout2023-07-041-0/+21
* alternative to #22183; nimscript shares the same compileTime sym with VM (#22...ringabout2023-06-292-0/+16
* fix VM uint conversion size bug, stricter int gen on JS (#22150)metagn2023-06-251-0/+7
* allow addressing elements of openArray[char] in VM (#22045)ringabout2023-06-081-0/+14
* some test cleanups & category reorganization (#22010)metagn2023-06-064-0/+131
* fixes #21708; skip colons for tuples in VM (#21850)ringabout2023-05-171-0/+10
* closes #7590; add a test case (#21846)ringabout2023-05-141-0/+20
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-1/+1
* fixes #21704; remove nfIsRef for genLit in VM (#21765)ringabout2023-05-061-0/+69
* closes #10108; add a test case (#21770)ringabout2023-05-031-10/+22
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+1
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
* fixes explicit globals in macros (#21502)ringabout2023-03-121-0/+13
* fixes #10938; fixes #13312; fixes #13918; fixes #20985; always initializes gl...ringabout2023-03-011-2/+44
* closes #17864; add a test case (#21434)ringabout2023-02-251-0/+12
* fixes #16790; fixes #19075; put big arrays on the constant seqs; don't inline...ringabout2023-01-311-0/+19
* fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)ringabout2022-12-101-0/+10
* fixes regression #20746; remove string copies for ORC booted compiler (#20776)ringabout2022-11-071-0/+13
* fixes regression #17121; adding doc comment in importc proc makes it silently...ringabout2022-11-061-0/+9
* fixes #19201; fixes sink causes crash in VM (#20658)ringabout2022-10-251-1/+7
* Unpack mSlice tupleconstr for static openarrays (#20615)Jason Beetham2022-10-221-0/+4
* closes #19969; add testcase for #19969 #15952 #16306 (#20610)ringabout2022-10-211-0/+27
* Implemented `mSlice` on the VM allowing `toOpenArray` to work at compile time...Jason Beetham2022-10-201-0/+38
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-1/+1
* closes #12994; add testcase (#20511)ringabout2022-10-081-0/+23
* moderate system cleanup & refactor (#20355)metagn2022-09-281-4/+4
* remove echo statements in tests (part 1) (#20178)ringabout2022-08-238-40/+6
* [vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 (#19...flywind2022-06-222-1/+245
* [semfold] fix #19199; properly fold uint to float conversion (#19890) [backport]flywind2022-06-131-0/+6
* add mm to compilesettings; deprecate gc (#19394)flywind2022-01-161-1/+2
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-1/+1
* fixes #19198 [backport:1.6] (#19209)Andreas Rumpf2021-12-041-2/+21
* followup #18453 (#18582)Timothee Cour2021-07-251-15/+15
* Fixed template const tuple unpacking (#18562)Jason Beetham2021-07-231-0/+10
* fix #18310 system.== in vm for NimNode (#18313)Timothee Cour2021-06-211-0/+11
* fix tests/vm/tcastint.nim which used non-sensical `when defined nimVM` (and c...Timothee Cour2021-05-081-11/+21
* fix https://github.com/timotheecour/Nim/issues/718: CompileTime is not cached...Timothee Cour2021-05-051-2/+5
* add logging to help investigate why tests/vm/tconst.nim is flaky (#17934)Timothee Cour2021-05-041-1/+1
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-021-2/+2
* misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...Timothee Cour2021-05-013-43/+37
* follow up #17518 (#17726)flywind2021-04-151-0/+8
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-042-4/+7
* close #9622 add testcase (#17557)flywind2021-03-291-0/+30
* close #15696 (#17518)flywind2021-03-251-0/+25
* add overload `add(a: var string, b: openArray[char])` (#15951)Timothee Cour2021-03-011-13/+12
* Fixes #17039 - ldObj checks node/nodeAddr access (#17123)Saem Ghani2021-02-231-0/+10
* make copySign for js consistent with other backends (#16609)Timothee Cour2021-02-221-11/+3
* compilesettings: add libpath (#16997)Timothee Cour2021-02-121-13/+10
* close #8015: const array indexing zeroes data in object variants at runtime (...Timothee Cour2021-01-211-0/+57
* fix #14340 (#16386)Timothee Cour2021-01-011-0/+17