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
/
vm.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #19396; Nimdoc hide nonexported fields (#21305)
ringabout
2023-02-01
1
-1
/
+1
*
Implemented basic macro expand functionality (#20579)
Ivan Yonchovski
2023-01-27
1
-0
/
+3
*
fixes #14409; fixes #10674 VM callbacks switch to table-index seqs (#21297)
ringabout
2023-01-26
1
-2
/
+2
*
remove dead code in VM (#21296)
ringabout
2023-01-25
1
-6
/
+0
*
Force lambda lifting for getImplTransformed. Hacky. Fixes #19818 (#21031)
Yuriy Glukhov
2023-01-19
1
-1
/
+1
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-5
/
+0
*
Implement setLineInfo (#21153)
Peter Munch-Ellingsen
2022-12-22
1
-2
/
+12
*
add more `{.cursor.}` to vm (#20796)
ringabout
2022-11-09
1
-13
/
+13
*
fixes regression #20746; remove string copies for ORC booted compiler (#20776)
ringabout
2022-11-07
1
-1
/
+3
*
fix #20148 implicit compile time conversion int to ranged float cause… (#20...
Bung
2022-10-29
1
-1
/
+4
*
Added 'openArray[char]' overloads to 'std/parseutils' (#20527)
Jason Beetham
2022-10-24
1
-5
/
+22
*
Implemented `mSlice` on the VM allowing `toOpenArray` to work at compile time...
Jason Beetham
2022-10-20
1
-16
/
+119
*
refactorings (#20536)
Andreas Rumpf
2022-10-10
1
-1
/
+1
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
1
-1
/
+4
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
1
-0
/
+3
*
remove shallowCopy for ARC/ORC (#20070)
ringabout
2022-07-26
1
-2
/
+6
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
1
-4
/
+4
*
[vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 (#19...
flywind
2022-06-22
1
-10
/
+18
*
[Tiny] correct comment opcDeref => opcLdDeref (#19908)
flywind
2022-06-21
1
-1
/
+1
*
[cleanup] remove unnecessary procs in vm (#19888)
flywind
2022-06-13
1
-1
/
+0
*
[vm] remove unused opcSubstr opcode (#19834)
flywind
2022-05-30
1
-8
/
+0
*
register callback for marshal in VM (#19578)
flywind
2022-03-08
1
-14
/
+3
*
fixes #19404 by protecting the memory we borrow from. this replaces crashes w...
Andreas Rumpf
2022-02-12
1
-8
/
+13
*
fixes #19198 [backport:1.6] (#19209)
Andreas Rumpf
2021-12-04
1
-2
/
+4
*
parseExpr/parseStmt accept filename, fixes #13540 (#19182)
hlaaftana
2021-11-24
1
-5
/
+4
*
Fix VM's sametype impl to work for generics/typedescs (#19073)
Jason Beetham
2021-11-02
1
-1
/
+2
*
Added setGlobalValue to VM api (#19007)
Jason Beetham
2021-10-17
1
-0
/
+5
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
1
-1
/
+4
*
refs #16613: check opcWrDeref for nil (#18613)
Timothee Cour
2021-07-30
1
-5
/
+4
*
enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)
Timothee Cour
2021-06-24
1
-2
/
+5
*
fix #18310 system.== in vm for NimNode (#18313)
Timothee Cour
2021-06-21
1
-5
/
+6
*
ORC: progress (#18000)
Andreas Rumpf
2021-05-12
1
-1
/
+1
*
since we have now so many virtual registers, reduce memory consumption for th...
Andreas Rumpf
2021-05-10
1
-3
/
+3
*
fix #17836 (typed macro isNil for proc params) (#17841)
Saem Ghani
2021-04-25
1
-2
/
+2
*
unit separator (#17730)
Andreas Rumpf
2021-04-20
1
-5
/
+5
*
Introduce localErrorNode (#17785)
Clyybber
2021-04-19
1
-4
/
+4
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-1
/
+1
*
fix #17572 (#17586)
Timothee Cour
2021-03-31
1
-1
/
+2
*
unify tuple expressions (#13793)
Arne Döring
2021-03-30
1
-0
/
+6
*
Typo in vm.nim
Clyybber
2021-03-29
1
-1
/
+1
*
arc now bootstraps (#17342)
Clyybber
2021-03-12
1
-8
/
+14
*
fix #16384 and #17144 (#17126) [backport]
flywind
2021-03-03
1
-1
/
+2
*
Fixes #17039 - ldObj checks node/nodeAddr access (#17123)
Saem Ghani
2021-02-23
1
-1
/
+1
*
fixed dot operator recursive loop & macro suggest (#16922)
Saem Ghani
2021-02-15
1
-2
/
+2
*
remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)
Timothee Cour
2021-01-29
1
-4
/
+0
*
fix #13517 (#16681)
flywind
2021-01-11
1
-3
/
+3
*
fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)
Timothee Cour
2021-01-11
1
-0
/
+4
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-1
/
+1
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-3
/
+3
*
fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...
Timothee Cour
2020-12-30
1
-3
/
+3
[next]