summary refs log tree commit diff stats
path: root/tests/vm
Commit message (Expand)AuthorAgeFilesLines
* [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
* use doAssert in tests (#16486)flywind2020-12-2812-24/+24
* [backport => 1.0] fix #16428 vmops now works for generic procs (#16429)Timothee Cour2020-12-221-0/+4
* fixes #16069; [backport:1.2] [backport:1.4] (#16115)Andreas Rumpf2020-11-241-1/+19
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-191-3/+2
* Revert "follow #16009 VM supports cast nil to ptr (#16012)"Andrey R (cooldome)2020-11-171-30/+0
* follow #16009 VM supports cast nil to ptr (#16012)flywind2020-11-171-0/+30
* close #11637(add testcase for #11637) (#15879)flywind2020-11-081-0/+52
* fix #15463 (#15831)flywind2020-11-051-1/+11
* Closure iterators are not supported by VM (#15818)flywind2020-11-021-0/+9
* fixes #15717flywind2020-11-021-0/+19
* [backport] fix #15595 procvar `==` works in VM (#15724)Timothee Cour2020-10-261-0/+24
* fix #15704 #15597 wrong VM register was freed (#15705)Timothee Cour2020-10-261-0/+130
* close #8007 (#15695)Timothee Cour2020-10-231-0/+51
* fix #15662 (#15678)cooldome2020-10-231-0/+5
* Add tests to #15363 (#15633)Danil Yarantsev2020-10-191-0/+26
* followup after #15529 and #15534 (#15536)Timothee Cour2020-10-101-8/+3
* close #13081 (#15529)Timothee Cour2020-10-091-0/+31
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-172-2/+2
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-0/+1
* tslow_tables: wait for an additional 2 seconds (#14266)alaviss2020-05-071-1/+1
* fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)Timothee Cour2020-05-061-13/+17
* discardable async procs are now an error (#14176)hlaaftana2020-05-011-1/+1
* Add `hashWangYi1` (#13823)c-blake2020-04-151-1/+1
* fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#...Timothee Cour2020-04-071-28/+0
* fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2]Timothee Cour2020-04-061-1/+10
* fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)Timothee Cour2020-03-171-1/+1
* std/compilesettings implementation (#13584)Andreas Rumpf2020-03-041-0/+19