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
/
compiler
/
vmgen.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-3
/
+3
*
fixes #9829 (#11849)
Arne Döring
2019-08-04
1
-1
/
+1
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-4
/
+2
*
[bugfix] VM: finally do inheritance properly
Araq
2019-07-12
1
-11
/
+12
*
there is only one style -- my style
Araq
2019-07-10
1
-38
/
+38
*
fixes #10901
Araq
2019-07-10
1
-0
/
+2
*
Offsetof fixes (#11690)
Arne Döring
2019-07-09
1
-2
/
+6
*
fixes #11610 (#11659)
Andreas Rumpf
2019-07-05
1
-4
/
+5
*
fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at compi...
Timothee Cour
2019-07-03
1
-3
/
+7
*
[refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)
Arne Döring
2019-06-24
1
-15
/
+0
*
VM can now cast integer type arbitrarily. (#11459) [feature]
Arne Döring
2019-06-10
1
-31
/
+15
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-3
/
+1
*
fixes #11268 (#11299)
Andreas Rumpf
2019-05-22
1
-2
/
+3
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-3
/
+3
*
fixes #6855
Araq
2019-05-10
1
-4
/
+7
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-1
/
+1
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-6
/
+6
*
introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)
Andreas Rumpf
2019-05-02
1
-15
/
+26
*
added system.unown to make 'owned' sane to use in practice; later on we might...
Araq
2019-04-29
1
-1
/
+1
*
Fix #11111 nkIdentsDef left in vmgen (#11126)
Mamy Ratsimbazafy
2019-04-27
1
-2
/
+2
*
fixes #10886 [backport] (#10897)
Andreas Rumpf
2019-03-23
1
-7
/
+16
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
sizeof alignof offsetof macros api (#10855)
Arne Döring
2019-03-19
1
-0
/
+6
*
added system.default in order to prevent the abstraction inversion that 'temp...
Andreas Rumpf
2019-03-05
1
-9
/
+13
*
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
Arne Döring
2019-02-28
1
-0
/
+2
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-0
/
+1
*
make the VM aware of tyOwned
Andreas Rumpf
2019-02-23
1
-4
/
+4
*
FFI at CT (#10150)
Timothee Cour
2019-02-23
1
-3
/
+5
*
Rework exception handling in the VM (#10544)
LemonBoy
2019-02-08
1
-9
/
+15
*
Vm bitops fixes (#10520)
Arne Döring
2019-02-05
1
-1
/
+8
*
Fix vm signed xor (#10519)
Arne Döring
2019-02-01
1
-2
/
+5
*
vm fix for bitwise signed ints (#10507)
cooldome
2019-01-31
1
-4
/
+4
*
free some registers after usage, allows more complex macros (#10443)
Arne Döring
2019-01-24
1
-0
/
+6
*
Support system.reset in vm (#10400)
Oscar Nihlgård
2019-01-21
1
-1
/
+3
*
improve vmgen.codeListing formatting (#10306)
Timothee Cour
2019-01-15
1
-9
/
+22
*
fixes #10058 [backport]
Araq
2018-12-21
1
-2
/
+3
*
new minor language feature: .noSideEffect blocks like .gcsafe blocks
Andreas Rumpf
2018-11-27
1
-2
/
+1
*
fixes #9675
Andreas Rumpf
2018-11-26
1
-0
/
+1
*
Add isInstanceOf for generic procs to the macros module (#9730)
cooldome
2018-11-21
1
-0
/
+1
*
Of operator in vm fixes [backport] (#9717)
cooldome
2018-11-15
1
-1
/
+1
*
nim check fix; fixes #9609 [backport]
Andreas Rumpf
2018-11-07
1
-7
/
+8
*
VM: don't inject destructor calls, refs #7041
Andreas Rumpf
2018-11-06
1
-3
/
+4
*
fix compiler crash
Arne Döring
2018-10-30
1
-1
/
+4
*
Add test
Andrii Riabushenko
2018-10-24
1
-5
/
+4
*
improve style
Andrii Riabushenko
2018-10-24
1
-4
/
+4
*
Add int float casts to vm
Andrii Riabushenko
2018-10-24
1
-3
/
+24
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-2
/
+3
*
implement sizeof and alignof operator (manually squashed #5664) (#9356)
Timothee Cour
2018-10-14
1
-2
/
+2
*
Field checks for everybody (#8957)
LemonBoy
2018-10-09
1
-14
/
+76
*
Fix for VM codegen with static[T] types
LemonBoy
2018-09-23
1
-3
/
+3
[next]