summary refs log tree commit diff stats
path: root/tests/vm
Commit message (Expand)AuthorAgeFilesLines
* `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
* fixes #11903 (#11908)Arne Döring2019-08-311-0/+13
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-1/+1
* fixes #9829 (#11849)Arne Döring2019-08-041-0/+15
* VM exception fixes (#11868)Oscar Nihlgård2019-08-021-0/+14
* Fix VM conversion to var type [bugfix] (#11866)Oscar Nihlgård2019-08-011-0/+5
* fixes tcompiletimerange [bugfix] (#11720)Andreas Rumpf2019-07-121-5/+4
* [bugfix] VM: finally do inheritance properlyAraq2019-07-121-10/+24
* fixes #11610 (#11659)Andreas Rumpf2019-07-051-2/+14
* VM can now cast integer type arbitrarily. (#11459) [feature]Arne Döring2019-06-101-0/+128
* make megatest work with 'koch boot -d:release' tooAraq2019-06-051-0/+4
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-1/+1
* close #8199 by adding a testnarimiran2019-05-291-0/+25
* make tests greennarimiran2019-05-281-0/+1
* tableinstatic test: make it arch-independednarimiran2019-05-271-2/+1
* Allow void macro result (#11286)Arne Döring2019-05-213-5/+5
* Fixes #11045. Assigning a proc to const and invoking. (#11076)Aditya Siram2019-05-041-0/+18
* Compiler plugin for implementing incremental computation in user space (#10819)cooldome2019-04-112-0/+47
* fixes #10886 [backport] (#10897)Andreas Rumpf2019-03-231-0/+18
* 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