index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #11610 (#11659)
Andreas Rumpf
2019-07-05
1
-2
/
+14
*
VM can now cast integer type arbitrarily. (#11459) [feature]
Arne Döring
2019-06-10
1
-0
/
+128
*
make megatest work with 'koch boot -d:release' too
Araq
2019-06-05
1
-0
/
+4
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
1
-1
/
+1
*
close #8199 by adding a test
narimiran
2019-05-29
1
-0
/
+25
*
make tests green
narimiran
2019-05-28
1
-0
/
+1
*
tableinstatic test: make it arch-independed
narimiran
2019-05-27
1
-2
/
+1
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
3
-5
/
+5
*
Fixes #11045. Assigning a proc to const and invoking. (#11076)
Aditya Siram
2019-05-04
1
-0
/
+18
*
Compiler plugin for implementing incremental computation in user space (#10819)
cooldome
2019-04-11
2
-0
/
+47
*
fixes #10886 [backport] (#10897)
Andreas Rumpf
2019-03-23
1
-0
/
+18
*
added system.default in order to prevent the abstraction inversion that 'temp...
Andreas Rumpf
2019-03-05
1
-1
/
+26
*
disable compile-time FFI support
Andreas Rumpf
2019-02-23
1
-1
/
+1
*
FFI at CT (#10150)
Timothee Cour
2019-02-23
1
-0
/
+81
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
2
-6
/
+11
*
Rework exception handling in the VM (#10544)
LemonBoy
2019-02-08
1
-0
/
+20
*
Fix vm signed xor (#10519)
Arne Döring
2019-02-01
1
-5
/
+11
*
vm fix for bitwise signed ints (#10507)
cooldome
2019-01-31
1
-0
/
+39
*
Harmonize the var/let and const handling (#10410)
LemonBoy
2019-01-23
1
-0
/
+11
*
Fix compileTime pragma applying to whole var/let section (#10389)
Neelesh Chandola
2019-01-22
1
-0
/
+15
*
Object downconversion in VM should not copy (#10378)
LemonBoy
2019-01-22
1
-0
/
+17
*
Support system.reset in vm (#10400)
Oscar Nihlgård
2019-01-21
1
-0
/
+28
*
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...
Timothee Cour
2019-01-08
1
-8
/
+6
*
Check there are no side effects before optimizing away compile time expressio...
deech
2018-12-31
1
-0
/
+42
*
add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...
Timothee Cour
2018-12-18
2
-0
/
+49
*
Testament: refactoring; makes the test joiner green
Araq
2018-12-11
1
-2
/
+3
*
lots of small changes
Arne Döring
2018-12-11
1
-1
/
+1
*
megatest can be executed
Arne Döring
2018-12-11
3
-5
/
+20
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
2
-4
/
+3
*
fix #9872: setLen now works properly at CT [backport]
Timothee Cour
2018-12-08
1
-0
/
+30
*
cleanup tests; don't use non-working 'msg' spec field
Araq
2018-11-23
8
-8
/
+8
*
more eyewash
Arne Döring
2018-11-23
1
-0
/
+7
*
updated tests to be executed
Arne Döring
2018-11-23
3
-7
/
+12
*
make run the default action of a test in tester
Arne Döring
2018-11-23
2
-0
/
+0
*
Fixes #9671 (#9750)
Randy Smith
2018-11-19
1
-1
/
+0
*
Of operator in vm fixes [backport] (#9717)
cooldome
2018-11-15
1
-0
/
+51
*
#9348 Merge some small test files (#9561)
Ian
2018-10-30
3
-27
/
+30
*
Remove install.txt and readme.txt (#9521)
Utwo
2018-10-28
1
-2
/
+2
*
Merge pull request #9496 from cooldome/vm_float_casts
Arne Döring
2018-10-28
1
-0
/
+47
|
\
|
*
Add test
Andrii Riabushenko
2018-10-24
1
-0
/
+47
*
|
Improve dumpLisp macro (#9515)
Kaushal Modi
2018-10-27
1
-7
/
+7
|
/
*
Merge tests into a larger file (part 5 of ∞) (#9368)
Miran
2018-10-16
2
-2
/
+2
*
Field checks for everybody (#8957)
LemonBoy
2018-10-09
1
-0
/
+3
*
Fix for VM codegen with static[T] types
LemonBoy
2018-09-23
1
-0
/
+10
*
Merge pull request #8996 from LemonBoy/fix-2574
Andreas Rumpf
2018-09-18
1
-0
/
+14
|
\
|
*
The VM cannot call methods
LemonBoy
2018-09-17
1
-0
/
+14
*
|
Fix error during field access in VM
LemonBoy
2018-09-17
1
-0
/
+17
|
/
*
fixes #8740
Araq
2018-09-03
1
-0
/
+15
*
make tests green again
Araq
2018-08-13
1
-2
/
+2
*
make more tests green
Andreas Rumpf
2018-08-13
3
-16
/
+16
[next]