summary refs log tree commit diff stats
path: root/tests/vm
Commit message (Expand)AuthorAgeFilesLines
* added system.default in order to prevent the abstraction inversion that 'temp...Andreas Rumpf2019-03-051-1/+26
* disable compile-time FFI supportAndreas Rumpf2019-02-231-1/+1
* FFI at CT (#10150)Timothee Cour2019-02-231-0/+81
* 32 bit fixes (#10608)Arne Döring2019-02-132-6/+11
* Rework exception handling in the VM (#10544)LemonBoy2019-02-081-0/+20
* Fix vm signed xor (#10519)Arne Döring2019-02-011-5/+11
* vm fix for bitwise signed ints (#10507)cooldome2019-01-311-0/+39
* Harmonize the var/let and const handling (#10410)LemonBoy2019-01-231-0/+11
* Fix compileTime pragma applying to whole var/let section (#10389)Neelesh Chandola2019-01-221-0/+15
* Object downconversion in VM should not copy (#10378)LemonBoy2019-01-221-0/+17
* Support system.reset in vm (#10400)Oscar Nihlgård2019-01-211-0/+28
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-081-8/+6
* Check there are no side effects before optimizing away compile time expressio...deech2018-12-311-0/+42
* add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...Timothee Cour2018-12-182-0/+49
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-2/+3
* lots of small changesArne Döring2018-12-111-1/+1
* megatest can be executedArne Döring2018-12-113-5/+20
* require errormsg to be specified before file.Arne Döring2018-12-112-4/+3
* fix #9872: setLen now works properly at CT [backport]Timothee Cour2018-12-081-0/+30
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-238-8/+8
* more eyewashArne Döring2018-11-231-0/+7
* updated tests to be executedArne Döring2018-11-233-7/+12
* make run the default action of a test in testerArne Döring2018-11-232-0/+0
* Fixes #9671 (#9750)Randy Smith2018-11-191-1/+0
* Of operator in vm fixes [backport] (#9717)cooldome2018-11-151-0/+51
* #9348 Merge some small test files (#9561)Ian2018-10-303-27/+30
* Remove install.txt and readme.txt (#9521)Utwo2018-10-281-2/+2
* Merge pull request #9496 from cooldome/vm_float_castsArne Döring2018-10-281-0/+47
|\
| * Add testAndrii Riabushenko2018-10-241-0/+47
* | Improve dumpLisp macro (#9515)Kaushal Modi2018-10-271-7/+7
|/
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-162-2/+2
* Field checks for everybody (#8957)LemonBoy2018-10-091-0/+3
* Fix for VM codegen with static[T] typesLemonBoy2018-09-231-0/+10
* Merge pull request #8996 from LemonBoy/fix-2574Andreas Rumpf2018-09-181-0/+14
|\
| * The VM cannot call methodsLemonBoy2018-09-171-0/+14
* | Fix error during field access in VMLemonBoy2018-09-171-0/+17
|/
* fixes #8740Araq2018-09-031-0/+15
* make tests green againAraq2018-08-131-2/+2
* make more tests greenAndreas Rumpf2018-08-133-16/+16
* Fix ref bug in vmgen (#8424)Oscar Nihlgård2018-07-301-1/+6
* Fix vm regression (#8163)Oscar Nihlgård2018-06-301-0/+13
* Fixes #6689 (#8135)Oscar Nihlgård2018-06-301-1/+16
* VM regression fixes (#8146)Oscar Nihlgård2018-06-291-1/+31
* Merge pull request #8108 from LemonBoy/fix-5958Andreas Rumpf2018-06-262-13/+11
|\
| * Adjust some tests to make them passLemonBoy2018-06-252-13/+11
* | Improve vm support for ref typesOscar Nihlgård2018-06-262-1/+53
|/
* Fix for newStringOfCap in VM (#7901)Oscar Nihlgård2018-06-041-0/+8
* VM fix for refsOscar Nihlgård2018-05-081-0/+12
* Added a few useful os calls to VM (#7440)genotrance2018-04-121-3/+21
* Get symbol kind (#7491)Arne Döring2018-04-111-6/+6