Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Double sink checks | Andrii Riabushenko | 2018-12-08 | 1 | -7/+59 |
* | style improvements | Andrii Riabushenko | 2018-12-08 | 1 | -4/+3 |
* | remove dropbits in favour of destructive moves | Andrii Riabushenko | 2018-12-08 | 1 | -55/+16 |
* | improve test | Andrii Riabushenko | 2018-12-07 | 1 | -5/+9 |
* | more undo | Andrii Riabushenko | 2018-12-07 | 1 | -1/+1 |
* | undo more stuff | Andrii Riabushenko | 2018-12-07 | 1 | -24/+37 |
* | undo more changes | Andrii Riabushenko | 2018-12-07 | 1 | -0/+1 |
* | undo some changes | Andrii Riabushenko | 2018-12-07 | 3 | -2/+10 |
* | collapse to tables into one | Andrii Riabushenko | 2018-12-05 | 1 | -9/+7 |
* | add comment | Andrii Riabushenko | 2018-12-05 | 1 | -1/+2 |
* | remove debug | Andrii Riabushenko | 2018-12-05 | 1 | -2/+0 |
* | remove debug statements | Andrii Riabushenko | 2018-12-05 | 1 | -9/+9 |
* | implement everything | Andrii Riabushenko | 2018-12-05 | 4 | -67/+47 |
* | add test | Andrii Riabushenko | 2018-12-05 | 1 | -14/+19 |
* | add array constructors | Andrii Riabushenko | 2018-11-30 | 1 | -7/+13 |
* | reduce changes | Andrii Riabushenko | 2018-11-30 | 1 | -80/+80 |
* | Improve approach | Andrii Riabushenko | 2018-11-30 | 1 | -22/+23 |
* | revert debug statements | Andrii Riabushenko | 2018-11-29 | 1 | -5/+6 |
* | merge devel | Andrii Riabushenko | 2018-11-29 | 5 | -24/+39 |
|\ | |||||
| * | gc:destructors: more progress | Andreas Rumpf | 2018-11-29 | 2 | -3/+3 |
| * | gc:destructors further progress | Andreas Rumpf | 2018-11-29 | 4 | -22/+37 |
* | | fix spacing | Andrii Riabushenko | 2018-11-29 | 1 | -1/+1 |
* | | move moves | Andrii Riabushenko | 2018-11-29 | 1 | -61/+130 |
|/ | |||||
* | Destructors: more moves for tuples (#9808) | cooldome | 2018-11-27 | 3 | -2/+7 |
* | new minor language feature: .noSideEffect blocks like .gcsafe blocks | Andreas Rumpf | 2018-11-27 | 4 | -8/+14 |
* | don't crash where there is an unknown statement pragma [backport] | Andreas Rumpf | 2018-11-27 | 1 | -2/+5 |
* | fixes #7365 | alaviss | 2018-11-26 | 1 | -1/+1 |
* | fixes #9675 | Andreas Rumpf | 2018-11-26 | 4 | -2/+5 |
* | More converter fixes (#9737) | cooldome | 2018-11-26 | 1 | -5/+13 |
* | Remove dead code (#9777) | Jacek Sieka | 2018-11-26 | 2 | -8/+2 |
* | fixes #9794: sizeof tuple is incorrect if contains imported object (#9795) | cooldome | 2018-11-26 | 1 | -3/+3 |
* | Fixes multiple bugs with sink arguments (#9802) | cooldome | 2018-11-26 | 3 | -9/+9 |
* | Fixes 9716 [backport] (#9790) | Yuriy Glukhov | 2018-11-24 | 2 | -12/+15 |
* | fix #9759 (#9789) | Arne Döring | 2018-11-23 | 1 | -1/+2 |
* | fixes #9764 | Araq | 2018-11-23 | 1 | -1/+1 |
* | IC: further progress | Araq | 2018-11-22 | 3 | -11/+30 |
* | Destructors: move into nkTupleConstr and move on tuple unpacking (#9776) | cooldome | 2018-11-22 | 1 | -1/+24 |
* | Add isInstanceOf for generic procs to the macros module (#9730) | cooldome | 2018-11-21 | 5 | -3/+17 |
* | document the --incremental build switch; make CIs green again | Araq | 2018-11-21 | 1 | -2/+3 |
* | pathutils: remove dead code | Araq | 2018-11-21 | 1 | -17/+0 |
* | compiler: remove unused assignment flags (#9760) | Jacek Sieka | 2018-11-21 | 2 | -20/+5 |
* | IC: produce a good error message for when the compiler was built without the ... | Andreas Rumpf | 2018-11-20 | 1 | -0/+4 |
* | IR: also serialize the new transformedBody field | Araq | 2018-11-20 | 1 | -0/+6 |
* | IC: further progress | Araq | 2018-11-20 | 3 | -4/+11 |
* | fix #9726 (#9765) | Arne Döring | 2018-11-20 | 1 | -2/+3 |
* | incremental compilation: bugfixes | Araq | 2018-11-19 | 2 | -2/+4 |
* | incremental compilation: simple recompilation works | Araq | 2018-11-19 | 4 | -0/+11 |
* | bitsize respected in size calculation. (#9756) | Arne Döring | 2018-11-19 | 2 | -3/+10 |
* | fixes #9743 | Araq | 2018-11-19 | 1 | -1/+2 |
* | Fixes #9671 (#9750) | Randy Smith | 2018-11-19 | 1 | -3/+0 |