| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | drnim: tiny progress (#13882) | Andreas Rumpf | 2020-04-15 | 1 | -1/+1 |
* | fix last remaining warning when building nim (`intVal should be Int128`) + mi... | Timothee Cour | 2020-04-02 | 1 | -7/+9 |
* | Replace tfHasRequiresInit with a more accurate mechanism | Zahary Karadjov | 2020-04-01 | 1 | -10/+4 |
* | Turn the warning for uninitialized (result) variables into errors | Zahary Karadjov | 2020-04-01 | 1 | -0/+3 |
* | More sophistication; Allow requiresInit to be specified per-field | Zahary Karadjov | 2020-04-01 | 1 | -1/+2 |
* | First steps, the compiler can boot with enforced requiresInit | Zahary Karadjov | 2020-04-01 | 1 | -5/+7 |
* | DrNim (Nim compiler with Z3 integration) (#13743) | Andreas Rumpf | 2020-03-31 | 1 | -2/+3 |
* | macros for proc types, macros for types (#13778) | Andreas Rumpf | 2020-03-31 | 1 | -32/+27 |
* | rename sfAlwaysReturn to sfNeverRaises | Araq | 2020-03-16 | 1 | -1/+1 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -1/+3 |
* | fixes #13519 | Araq | 2020-03-11 | 1 | -2/+5 |
* | fix operators containing percent for VM usage (#13536) | Arne Döring | 2020-03-11 | 1 | -2/+0 |
* | sink parameter inference for types that have destructors (#13544) | Andreas Rumpf | 2020-03-04 | 1 | -2/+7 |
* | Remove dead magics (#13551) | Arne Döring | 2020-03-03 | 1 | -18/+16 |
* | EndsInNoReturn in expressions extension, fixes #13490 (#13520) | cooldome | 2020-02-28 | 1 | -0/+2 |
* | fix `is` with generic types; fix `genericHead(Foo[T])` (#13303) | Timothee Cour | 2020-02-09 | 1 | -1/+15 |
* | fix #13150 `nim doc --project` now works reliably (#13223) | Timothee Cour | 2020-02-06 | 1 | -0/+20 |
* | ARC: optimize complete object constructors to use nimNewObjUninit | Araq | 2020-01-26 | 1 | -0/+2 |
* | make case-object transitions explicit, make unknownLineInfo a const, replace ... | Jasper Jenkins | 2020-01-17 | 1 | -34/+60 |
* | fixes #13122 (#13126) | Andreas Rumpf | 2020-01-13 | 1 | -1/+3 |
* | fix rtti sizeof for varargs in global scope (#13125) [backport] | Jasper Jenkins | 2020-01-13 | 1 | -2/+2 |
* | VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877) | Timothee Cour | 2020-01-05 | 1 | -1/+6 |
* | --exception:goto switch for deterministic exception handling (#12977) | Andreas Rumpf | 2020-01-01 | 1 | -4/+7 |
* | minor refactorings | Andreas Rumpf | 2019-12-27 | 1 | -0/+18 |
* | ARC: cycle detector (#12823) | Andreas Rumpf | 2019-12-17 | 1 | -3/+7 |
* | ARC related bugfixes and refactorings (#12781) | Andreas Rumpf | 2019-12-05 | 1 | -13/+7 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -48/+41 |
* | ARC: solves phase ordering problems (#12654) | Andreas Rumpf | 2019-11-14 | 1 | -2/+2 |
* | implemented alignas pragma (#12643) | Arne Döring | 2019-11-13 | 1 | -0/+1 |
* | .cursor implementation (#12637) | Andreas Rumpf | 2019-11-12 | 1 | -1/+2 |
* | ast.nim: slightly better documentation | Araq | 2019-10-24 | 1 | -1/+1 |
* | refactor illegal iterator assignment detection (#12212) | Arne Döring | 2019-10-11 | 1 | -4/+4 |
* | Refactor injectdestructors (#12295) | Clyybber | 2019-10-01 | 1 | -4/+0 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -5/+5 |
* | updated comment in ast.nim | Araq | 2019-09-21 | 1 | -1/+0 |
* | add nodeId proc to macros (#11456) | Arne Döring | 2019-09-18 | 1 | -1/+2 |
* | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 1 | -28/+14 |
* | exportc now mangles same as importc, fixes #10578 (#12144) | Timothee Cour | 2019-09-06 | 1 | -0/+1 |
* | fixes #12121 (#12126) | Andreas Rumpf | 2019-09-05 | 1 | -1/+2 |
* | fix min/max for float numbers (#12068) | Arne Döring | 2019-09-02 | 1 | -4/+2 |