summary refs log tree commit diff stats
path: root/tests/vm
Commit message (Expand)AuthorAgeFilesLines
* 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
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-042-82/+83
* VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)Timothee Cour2020-01-231-1/+1
* VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083)Timothee Cour2020-01-121-0/+13
* fixes #13013, reverts previous changes to readLines() (#13036) [backport]cooldome2020-01-051-1/+1
* remove default argument for readLines (#12807) [backport]cooldome2020-01-021-1/+1
* Increased TInstr field sizes: allow long jumps and 65535 VM registers (#12777)Ico Doornekamp2019-12-102-0/+30
* fixes #12488 [backport]Araq2019-11-281-0/+17
* VM: improvements for var T/addr (#12667); fixes #12489Andreas Rumpf2019-11-283-3/+113
* fixes #12670 [backport] (#12693)Andreas Rumpf2019-11-201-0/+20
* fixes #12310 [backport] (#12470)Andreas Rumpf2019-10-201-0/+14
* fixes #12244 [backport]Araq2019-10-101-0/+20
* Fixes #10514 (#12268)Clyybber2019-09-281-0/+15
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* fixes #10981; fixes #7261 (#12217)Andreas Rumpf2019-09-191-0/+99
* rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207)Arne Döring2019-09-181-0/+13
* fixes the testcaseAraq2019-09-171-2/+1
* added a testcase for #12195; testament now supports a 'timeout' spec fieldAraq2019-09-171-0/+31
* allows access to .compileTime vars at runtime (#12128)Andreas Rumpf2019-09-051-1/+10
* makes more tests greenAndreas Rumpf2019-09-021-2/+2
* makes test green againAraq2019-09-021-3/+3