| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(... | Timothee Cour | 2020-12-03 | 1 | -1/+20 |
* | fix #14339, #13511, #14420: fixes limited VM support for addr (#16002) | Timothee Cour | 2020-11-25 | 1 | -2/+5 |
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -2/+2 |
* | new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687) | Timothee Cour | 2020-11-09 | 1 | -0/+3 |
* | [backport] fix #15595 procvar `==` works in VM (#15724) | Timothee Cour | 2020-10-26 | 1 | -2/+4 |
* | Fixed iteration limit hit from execproc (#15723) [backport:1.2] [backport:1.4] | Jason Beetham | 2020-10-26 | 1 | -0/+1 |
* | explicit ID generation for easier IC (#15559) | Andreas Rumpf | 2020-10-25 | 1 | -34/+34 |
* | Fix forward declaration issues in template/macro context (#15091) | Clyybber | 2020-07-29 | 1 | -2/+3 |
* | VM profiler (#14833) | Ico Doornekamp | 2020-07-09 | 1 | -12/+5 |
* | Deprecated laxStrings for mutating the internal zero terminator on strings an... | Juan Carlos | 2020-06-23 | 1 | -2/+0 |
* | `hintMsgOrigin` now works in VM code (#14678) | Timothee Cour | 2020-06-16 | 1 | -10/+8 |
* | fixes #14340 | Araq | 2020-05-14 | 1 | -4/+4 |
* | Make ./koch temp --gc:arc work (#14186) | Clyybber | 2020-05-01 | 1 | -3/+6 |
* | fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2] | Timothee Cour | 2020-04-06 | 1 | -30/+23 |
* | Fix vm.nim for --gc:arc (#13741) | Clyybber | 2020-03-26 | 1 | -14/+2 |
* | fixes #13744 (#13749) | cooldome | 2020-03-25 | 1 | -0/+6 |
* | Remove dead magics (#13551) | Arne Döring | 2020-03-03 | 1 | -5/+0 |
* | fix #13479 (#13503) | Arne Döring | 2020-02-26 | 1 | -2/+2 |
* | make goto based exceptions available for 'nim cpp' (#13244) | Andreas Rumpf | 2020-01-25 | 1 | -1/+1 |
* | VM: allow overriding MaxLoopIterations without rebuilding nim (#13233) | Timothee Cour | 2020-01-23 | 1 | -4/+3 |
* | make case-object transitions explicit, make unknownLineInfo a const, replace ... | Jasper Jenkins | 2020-01-17 | 1 | -51/+26 |
* | VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877) | Timothee Cour | 2020-01-05 | 1 | -19/+153 |
* | VM: allow ptr setting ptr fields (#12825) | Timothee Cour | 2019-12-06 | 1 | -1/+5 |
* | fixes #11727 [backport] | Araq | 2019-11-28 | 1 | -2/+4 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -68/+68 |
* | VM: improvements for var T/addr (#12667); fixes #12489 | Andreas Rumpf | 2019-11-28 | 1 | -0/+27 |
* | fixes #12670 [backport] (#12693) | Andreas Rumpf | 2019-11-20 | 1 | -1/+2 |
* | ARC: solves phase ordering problems (#12654) | Andreas Rumpf | 2019-11-14 | 1 | -10/+12 |
* | backtick and export marker handling in `eqIdent` (#12574) | Arne Döring | 2019-11-07 | 1 | -5/+16 |
* | fixes #12244 [backport] | Araq | 2019-10-10 | 1 | -1/+0 |
* | VM: no special casing for big endian machines; refs #9690 [backport] (#12364) | Andreas Rumpf | 2019-10-06 | 1 | -6/+2 |
* | fixes #12281 [backport] | Andreas Rumpf | 2019-09-30 | 1 | -5/+6 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -4/+4 |
* | add nodeId proc to macros (#11456) | Arne Döring | 2019-09-18 | 1 | -0/+6 |
* | rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207) | Arne Döring | 2019-09-18 | 1 | -4/+4 |
* | fixes #12195 | Araq | 2019-09-17 | 1 | -6/+14 |
* | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 1 | -5/+5 |
* | error for NimNode index kind (#12154) | Jasper Jenkins | 2019-09-08 | 1 | -6/+10 |
* | fixes #12125 (#12131) | Andreas Rumpf | 2019-09-06 | 1 | -11/+14 |
* | fixes #11903 (#11908) | Arne Döring | 2019-08-31 | 1 | -1/+3 |
* | new gensym handling (#11985) | Andreas Rumpf | 2019-08-23 | 1 | -1/+1 |
* | Lock semchecked ast for macros (#11883) [bugfix] | Arne Döring | 2019-08-08 | 1 | -10/+15 |