summary refs log tree commit diff stats
path: root/compiler/vm.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixes #17039 - ldObj checks node/nodeAddr access (#17123)Saem Ghani2021-02-231-1/+1
* fixed dot operator recursive loop & macro suggest (#16922)Saem Ghani2021-02-151-2/+2
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-4/+0
* fix #13517 (#16681)flywind2021-01-111-3/+3
* fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)Timothee Cour2021-01-111-0/+4
* IC: next steps (#16550)Andreas Rumpf2021-01-071-1/+1
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-3/+3
* fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...Timothee Cour2020-12-301-3/+3
* fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(...Timothee Cour2020-12-031-1/+20
* fix #14339, #13511, #14420: fixes limited VM support for addr (#16002)Timothee Cour2020-11-251-2/+5
* Correct all eggs (#15906)Miran2020-11-101-2/+2
* new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)Timothee Cour2020-11-091-0/+3
* [backport] fix #15595 procvar `==` works in VM (#15724)Timothee Cour2020-10-261-2/+4
* Fixed iteration limit hit from execproc (#15723) [backport:1.2] [backport:1.4]Jason Beetham2020-10-261-0/+1
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-34/+34
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-2/+3
* VM profiler (#14833)Ico Doornekamp2020-07-091-12/+5
* Deprecated laxStrings for mutating the internal zero terminator on strings an...Juan Carlos2020-06-231-2/+0
* `hintMsgOrigin` now works in VM code (#14678)Timothee Cour2020-06-161-10/+8
* fixes #14340Araq2020-05-141-4/+4
* Make ./koch temp --gc:arc work (#14186)Clyybber2020-05-011-3/+6
* fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2]Timothee Cour2020-04-061-30/+23
* Fix vm.nim for --gc:arc (#13741)Clyybber2020-03-261-14/+2
* fixes #13744 (#13749)cooldome2020-03-251-0/+6
* Remove dead magics (#13551)Arne Döring2020-03-031-5/+0
* fix #13479 (#13503)Arne Döring2020-02-261-2/+2
* make goto based exceptions available for 'nim cpp' (#13244)Andreas Rumpf2020-01-251-1/+1
* VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)Timothee Cour2020-01-231-4/+3
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-51/+26
* VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877)Timothee Cour2020-01-051-19/+153
* VM: allow ptr setting ptr fields (#12825)Timothee Cour2019-12-061-1/+5
* fixes #11727 [backport]Araq2019-11-281-2/+4
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-68/+68
* VM: improvements for var T/addr (#12667); fixes #12489Andreas Rumpf2019-11-281-0/+27
* fixes #12670 [backport] (#12693)Andreas Rumpf2019-11-201-1/+2
* ARC: solves phase ordering problems (#12654)Andreas Rumpf2019-11-141-10/+12
* backtick and export marker handling in `eqIdent` (#12574)Arne Döring2019-11-071-5/+16
* fixes #12244 [backport]Araq2019-10-101-1/+0
* VM: no special casing for big endian machines; refs #9690 [backport] (#12364)Andreas Rumpf2019-10-061-6/+2
* fixes #12281 [backport]Andreas Rumpf2019-09-301-5/+6
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-4/+4
* add nodeId proc to macros (#11456)Arne Döring2019-09-181-0/+6
* rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207)Arne Döring2019-09-181-4/+4
* fixes #12195Araq2019-09-171-6/+14
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-5/+5
* error for NimNode index kind (#12154)Jasper Jenkins2019-09-081-6/+10
* fixes #12125 (#12131)Andreas Rumpf2019-09-061-11/+14
* fixes #11903 (#11908)Arne Döring2019-08-311-1/+3
* new gensym handling (#11985)Andreas Rumpf2019-08-231-1/+1
* Lock semchecked ast for macros (#11883) [bugfix]Arne Döring2019-08-081-10/+15