| Commit message (Expand) | Author | Age | Files | Lines |
* | const view types; fixes some cases from https://github.com/nim-lang/Nim/issue... | Andreas Rumpf | 2020-10-05 | 1 | -1/+2 |
* | .noalias annotation; frontend support (#15419) | Andreas Rumpf | 2020-09-28 | 1 | -0/+3 |
* | allow old styled RTTI for arc/orc (#15331) | Andreas Rumpf | 2020-09-16 | 1 | -3/+6 |
* | borrow checking (#15282) | Andreas Rumpf | 2020-09-09 | 1 | -25/+31 |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -1/+1 |
* | scoped memory management (#14790) | Andreas Rumpf | 2020-07-04 | 1 | -1/+5 |
* | Fix #14647 (#14776) | Clyybber | 2020-06-28 | 1 | -6/+3 |
* | fixes #14240 [backport:1.2] (#14757) | Andreas Rumpf | 2020-06-22 | 1 | -0/+1 |
* | fixes #14458 [backport:1.2] (#14756) | Andreas Rumpf | 2020-06-22 | 1 | -3/+6 |
* | more checking for --gc:arc, no need for valgrind (#14467) | Andreas Rumpf | 2020-05-29 | 1 | -1/+2 |
* | specialize genericReset (#14398) | Andreas Rumpf | 2020-05-19 | 1 | -2/+6 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -4/+4 |
* | Make ./koch temp --gc:arc work (#14186) | Clyybber | 2020-05-01 | 1 | -1/+4 |
* | arc: do not unload globals when building a library [backport:1.2] (#14180) | Andreas Rumpf | 2020-05-01 | 1 | -2/+3 |
* | HCR: properly handling complex const objects in the codegen - fixes #13915 (#... | Viktor Kirilov | 2020-04-25 | 1 | -6/+28 |
* | remove the nilChecks switch; refs #11570 | Araq | 2020-04-20 | 1 | -2/+0 |
* | move tinyc to a separate repo and allow installing external dependencency (eg... | Timothee Cour | 2020-04-03 | 1 | -2/+2 |
* | fix open file leak when running --debugger:native (#13832) | Timothee Cour | 2020-04-01 | 1 | -2/+3 |
* | make nim_temp compile with --gc:arc --sinkInference:off (#13769) | cooldome | 2020-03-26 | 1 | -1/+1 |
* | Attempt to finish off araq cpp exceptions (#13695) | cooldome | 2020-03-19 | 1 | -5/+0 |
* | added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1... | Andreas Rumpf | 2020-03-19 | 1 | -3/+5 |
* | rewritten goto based exception handling; much cleaner implementation;… (#13... | Andreas Rumpf | 2020-03-17 | 1 | -1/+1 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -0/+1 |
* | fixes #13436 (#13615) | Andreas Rumpf | 2020-03-10 | 1 | -3/+9 |
* | make goto based exceptions available for 'nim cpp' (#13244) | Andreas Rumpf | 2020-01-25 | 1 | -1/+1 |
* | Unexport even more symbols (#13214) | alaviss | 2020-01-23 | 1 | -8/+10 |
* | make case-object transitions explicit, make unknownLineInfo a const, replace ... | Jasper Jenkins | 2020-01-17 | 1 | -1/+1 |
* | VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877) | Timothee Cour | 2020-01-05 | 1 | -1/+1 |
* | fixes #12978 (#13012) | Andreas Rumpf | 2020-01-03 | 1 | -4/+6 |
* | --exception:goto switch for deterministic exception handling (#12977) | Andreas Rumpf | 2020-01-01 | 1 | -30/+24 |
* | minor refactorings | Andreas Rumpf | 2019-12-27 | 1 | -4/+4 |
* | a better bugfix | Araq | 2019-12-24 | 1 | -3/+3 |
* | fixes #12826 | Araq | 2019-12-24 | 1 | -19/+34 |
* | fixes #12899 (#12921) | Andreas Rumpf | 2019-12-18 | 1 | -2/+2 |
* | completes #12799, fixes #12216 (#12870) | Andreas Rumpf | 2019-12-10 | 1 | -0/+1 |
* | fixes #12827 (#12829) [backport] | cooldome | 2019-12-10 | 1 | -4/+5 |
* | ARC related bugfixes and refactorings (#12781) | Andreas Rumpf | 2019-12-05 | 1 | -1/+1 |
* | better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799) | Andreas Rumpf | 2019-12-05 | 1 | -5/+15 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -186/+185 |
* | fixes and changes the recently introduced 'alignas' to be 'align' (#12666) | Andreas Rumpf | 2019-11-15 | 1 | -5/+5 |
* | ARC: solves phase ordering problems (#12654) | Andreas Rumpf | 2019-11-14 | 1 | -4/+11 |
* | implemented alignas pragma (#12643) | Arne Döring | 2019-11-13 | 1 | -1/+7 |
* | fix #12426 (#12462) | Arne Döring | 2019-10-20 | 1 | -2/+3 |
* | refactoring: use the new strings and seqs when optSeqDestructors is active | Araq | 2019-10-20 | 1 | -5/+5 |
* | refactoring: --newruntime consists of 3 different switches | Araq | 2019-10-20 | 1 | -1/+1 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -4/+4 |
* | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 1 | -1/+1 |
* | exportc now mangles same as importc, fixes #10578 (#12144) | Timothee Cour | 2019-09-06 | 1 | -1/+2 |
* | Remove ENDB (#12095) | Clyybber | 2019-08-31 | 1 | -42/+3 |
* | - adding _actual as a suffix only for calls to an actual proc and not through... | Viktor Kirilov | 2019-08-23 | 1 | -1/+6 |