| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #11268 (#11299) | Andreas Rumpf | 2019-05-22 | 1 | -2/+3 |
* | rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227) | Arne Döring | 2019-05-11 | 1 | -3/+3 |
* | fixes #6855 | Araq | 2019-05-10 | 1 | -4/+7 |
* | Replace countup(x, y) with x .. y | Clyybber | 2019-05-07 | 1 | -1/+1 |
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -6/+6 |
* | introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145) | Andreas Rumpf | 2019-05-02 | 1 | -15/+26 |
* | added system.unown to make 'owned' sane to use in practice; later on we might... | Araq | 2019-04-29 | 1 | -1/+1 |
* | Fix #11111 nkIdentsDef left in vmgen (#11126) | Mamy Ratsimbazafy | 2019-04-27 | 1 | -2/+2 |
* | fixes #10886 [backport] (#10897) | Andreas Rumpf | 2019-03-23 | 1 | -7/+16 |
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 1 | -1/+1 |
* | sizeof alignof offsetof macros api (#10855) | Arne Döring | 2019-03-19 | 1 | -0/+6 |
* | added system.default in order to prevent the abstraction inversion that 'temp... | Andreas Rumpf | 2019-03-05 | 1 | -9/+13 |
* | StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746) | Arne Döring | 2019-02-28 | 1 | -0/+2 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -0/+1 |
* | make the VM aware of tyOwned | Andreas Rumpf | 2019-02-23 | 1 | -4/+4 |
* | FFI at CT (#10150) | Timothee Cour | 2019-02-23 | 1 | -3/+5 |
* | Rework exception handling in the VM (#10544) | LemonBoy | 2019-02-08 | 1 | -9/+15 |
* | Vm bitops fixes (#10520) | Arne Döring | 2019-02-05 | 1 | -1/+8 |
* | Fix vm signed xor (#10519) | Arne Döring | 2019-02-01 | 1 | -2/+5 |
* | vm fix for bitwise signed ints (#10507) | cooldome | 2019-01-31 | 1 | -4/+4 |
* | free some registers after usage, allows more complex macros (#10443) | Arne Döring | 2019-01-24 | 1 | -0/+6 |
* | Support system.reset in vm (#10400) | Oscar Nihlgård | 2019-01-21 | 1 | -1/+3 |
* | improve vmgen.codeListing formatting (#10306) | Timothee Cour | 2019-01-15 | 1 | -9/+22 |
* | fixes #10058 [backport] | Araq | 2018-12-21 | 1 | -2/+3 |
* | new minor language feature: .noSideEffect blocks like .gcsafe blocks | Andreas Rumpf | 2018-11-27 | 1 | -2/+1 |
* | fixes #9675 | Andreas Rumpf | 2018-11-26 | 1 | -0/+1 |
* | Add isInstanceOf for generic procs to the macros module (#9730) | cooldome | 2018-11-21 | 1 | -0/+1 |
* | Of operator in vm fixes [backport] (#9717) | cooldome | 2018-11-15 | 1 | -1/+1 |
* | nim check fix; fixes #9609 [backport] | Andreas Rumpf | 2018-11-07 | 1 | -7/+8 |
* | VM: don't inject destructor calls, refs #7041 | Andreas Rumpf | 2018-11-06 | 1 | -3/+4 |
* | fix compiler crash | Arne Döring | 2018-10-30 | 1 | -1/+4 |
* | Add test | Andrii Riabushenko | 2018-10-24 | 1 | -5/+4 |
* | improve style | Andrii Riabushenko | 2018-10-24 | 1 | -4/+4 |
* | Add int float casts to vm | Andrii Riabushenko | 2018-10-24 | 1 | -3/+24 |
* | Change the order of compilation passes, transformation is made lazy at code g... | cooldome | 2018-10-18 | 1 | -2/+3 |
* | implement sizeof and alignof operator (manually squashed #5664) (#9356) | Timothee Cour | 2018-10-14 | 1 | -2/+2 |
* | Field checks for everybody (#8957) | LemonBoy | 2018-10-09 | 1 | -14/+76 |
* | Fix for VM codegen with static[T] types | LemonBoy | 2018-09-23 | 1 | -3/+3 |
* | The VM cannot call methods | LemonBoy | 2018-09-17 | 1 | -0/+3 |
* | Add sym owner to macros (#8253) | cooldome | 2018-09-03 | 1 | -0/+1 |
* | fixes the remaining fixable Nimrod->Nim renamings; closes #2032 | Araq | 2018-09-03 | 1 | -1/+1 |
* | Allow `hint` and `warning` to specify its loc info (#8771) | LemonBoy | 2018-08-28 | 1 | -2/+2 |
* | fixes #6255, add `system.ashr` arithmetic right shift (#8547) | andri lim | 2018-08-07 | 1 | -0/+1 |
* | fixes #5617, 'copyLineInfo' addition (#8523) | andri lim | 2018-08-05 | 1 | -8/+8 |
* | fixes #7827, bindSym enhancement (#8499) | andri lim | 2018-08-02 | 1 | -7/+38 |
* | Fix ref bug in vmgen (#8424) | Oscar Nihlgård | 2018-07-30 | 1 | -45/+43 |
* | Fixed uncaught exception in vm gen | Yuriy Glukhov | 2018-06-13 | 1 | -1/+1 |
* | bugfix: allow 'export' in the VM | Andreas Rumpf | 2018-06-12 | 1 | -1/+1 |
* | fixex merge conflicts | Araq | 2018-06-08 | 1 | -1/+2 |
|\ |
|
| * | Fix for newStringOfCap in VM (#7901) | Oscar Nihlgård | 2018-06-04 | 1 | -1/+2 |