| Commit message (Expand) | Author | Age | Files | Lines |
* | added nkError to the AST (#17567) | Andreas Rumpf | 2021-03-29 | 1 | -0/+1 |
* | IC: backend: remember produced type information (#17440) | Andreas Rumpf | 2021-03-23 | 1 | -11/+4 |
* | IC: green tests (#17311) | Andreas Rumpf | 2021-03-19 | 1 | -1/+1 |
* | semLambda removed, semProcAux reworked (#17379) | Saem Ghani | 2021-03-17 | 1 | -6/+27 |
* | new-style concepts implementation, WIP (#15251) | Andreas Rumpf | 2021-02-24 | 1 | -3/+6 |
* | ARC Analysis in one pass v3 (#17068) | Clyybber | 2021-02-17 | 1 | -1/+3 |
* | Revert "ARC: Analysis in one pass v2 (#17000)" (#17046) | Clyybber | 2021-02-15 | 1 | -3/+1 |
* | ARC: Analysis in one pass v2 (#17000) | Clyybber | 2021-02-10 | 1 | -1/+3 |
* | Revert "ARC Analysis in one pass (#16849)" (#16984) | Clyybber | 2021-02-09 | 1 | -3/+1 |
* | ARC Analysis in one pass (#16849) | Clyybber | 2021-02-09 | 1 | -1/+3 |
* | remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861) | Timothee Cour | 2021-01-29 | 1 | -32/+5 |
* | fix #16752: threadvar now works with importcpp types; osx now uses native TLS... | Timothee Cour | 2021-01-27 | 1 | -0/+4 |
* | IC: next steps (#16729) | Andreas Rumpf | 2021-01-23 | 1 | -20/+36 |
* | IC: next steps (#16705) | Andreas Rumpf | 2021-01-14 | 1 | -1/+2 |
* | IC: next steps (#16632) | Andreas Rumpf | 2021-01-12 | 1 | -0/+5 |
* | IC: next steps (#16550) | Andreas Rumpf | 2021-01-07 | 1 | -19/+0 |
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 1 | -7/+24 |
* | Nil type check implementation (#15287) | Alexander Ivanov | 2020-12-29 | 1 | -4/+9 |
* | refactorings to prepare the compiler for IC (#15935) | Andreas Rumpf | 2020-12-17 | 1 | -1/+3 |
* | cmdline: improve command processing (#16056) | Timothee Cour | 2020-11-26 | 1 | -1/+1 |
* | fixes #16069; [backport:1.2] [backport:1.4] (#16115) | Andreas Rumpf | 2020-11-24 | 1 | -1/+1 |
* | ast minor (#16079) | flywind | 2020-11-22 | 1 | -0/+1 |
* | fix #6497 (#16027) | flywind | 2020-11-18 | 1 | -0/+1 |
* | rename: stmt -> typed and expr -> untyped (#15989) | flywind | 2020-11-16 | 1 | -1/+1 |
* | Use modern enums in compiler (#15775) | cooldome | 2020-11-02 | 1 | -15/+11 |
* | explicit ID generation for easier IC (#15559) | Andreas Rumpf | 2020-10-25 | 1 | -32/+61 |
* | even more "eg" fixes [ci skip] | narimiran | 2020-10-20 | 1 | -1/+1 |
* | renamed '=' to '=copy' [backport:1.2] (#15585) | Andreas Rumpf | 2020-10-15 | 1 | -1/+1 |
* | spec for view types (#15424) | Andreas Rumpf | 2020-09-29 | 1 | -3/+0 |
* | .noalias annotation; frontend support (#15419) | Andreas Rumpf | 2020-09-28 | 1 | -2/+3 |
* | allow old styled RTTI for arc/orc (#15331) | Andreas Rumpf | 2020-09-16 | 1 | -1/+1 |
* | fix warnings for deprecated `low` and `high` (#15291) | Miran | 2020-09-11 | 1 | -2/+2 |
* | Expand hoisted default params in sem (#15270) | Clyybber | 2020-09-05 | 1 | -41/+37 |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -18/+16 |
* | Fix #5691 (#15158) | Clyybber | 2020-08-27 | 1 | -1/+1 |
* | Use typeflag instead | Clyybber | 2020-08-10 | 1 | -5/+3 |
* | Make explicit {.nimcall.} a seperate calling convention | Clyybber | 2020-08-08 | 1 | -2/+5 |
* | cursor and mutation tracking fixes (#15113) | Andreas Rumpf | 2020-07-30 | 1 | -0/+9 |
* | fixes #15036 | Andreas Rumpf | 2020-07-23 | 1 | -1/+2 |
* | 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011) | Andreas Rumpf | 2020-07-20 | 1 | -1/+1 |
* | fix #14802 (#14803) | Timothee Cour | 2020-06-25 | 1 | -1/+2 |
* | minor bugfixes for 'func' and .borrow | Araq | 2020-06-23 | 1 | -1/+1 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -4/+8 |
* | added a space | Araq | 2020-06-19 | 1 | -1/+1 |
* | remove tyOpt, mOpt (#14636) | Timothee Cour | 2020-06-12 | 1 | -5/+5 |
* | more precise analysis about 'observable stores' [backport:1.2] (#14582) | Andreas Rumpf | 2020-06-06 | 1 | -0/+1 |
* | fix #8871 runnableExamples now preserves source code comments, litterals, and... | Timothee Cour | 2020-05-28 | 1 | -0/+1 |
* | Add thiscall calling convention, mostly for hooking purpose (#14466) | Huy Doan | 2020-05-27 | 1 | -1/+2 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -1/+1 |
* | CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ... | Timothee Cour | 2020-04-23 | 1 | -0/+3 |