Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup main.nim's code style | Andreas Rumpf | 2018-12-11 | 1 | -14/+10 |
| | |||||
* | destructors: defensive programming against wrong generated destructor for ↵ | Andreas Rumpf | 2018-12-11 | 2 | -6/+10 |
| | | | | string/seq | ||||
* | Merge pull request #9917 from timotheecour/pr_dump_msg | Andreas Rumpf | 2018-12-11 | 1 | -1/+17 |
|\ | | | | | enhance `dump --dump.format:json` : report `out`, `hints`, `warnings`, document it ; closes #9513 | ||||
| * | enhance `dump --dump.format:json` | Timothee Cour | 2018-12-09 | 1 | -1/+17 |
| | | |||||
* | | Merge pull request #9881 from timotheecour/pr_ref_9880 | Andreas Rumpf | 2018-12-11 | 3 | -9/+13 |
|\ \ | | | | | | | refs #9880 show index and bound in lots of `index out of bounds` errors | ||||
| * | | refs #9880 show index and bound in lots of `index out of bounds` errors | Timothee Cour | 2018-12-09 | 3 | -9/+13 |
| | | | |||||
* | | | the linking step doesn't mind Windows' 8K command line limit anymore | Araq | 2018-12-11 | 1 | -28/+48 |
| | | | |||||
* | | | fixes extccomp regressions | Araq | 2018-12-11 | 1 | -2/+2 |
| | | | |||||
* | | | fixes extccomp regressions | Araq | 2018-12-11 | 1 | -2/+2 |
| | | | |||||
* | | | fixes extccomp regressions | Araq | 2018-12-11 | 1 | -5/+5 |
| | | | |||||
* | | | workaround against silly Windows command line length limitations for the ↵ | Araq | 2018-12-11 | 2 | -17/+29 |
| | | | | | | | | | | | | upcoming megatest.nim | ||||
* | | | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #9929 from nc-x/fix-js-regression | Andreas Rumpf | 2018-12-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | tyProc does not require copying in JS codegen | ||||
| * | | | tyProc does not require copying in JS codegen | Neelesh Chandola | 2018-12-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #9924 from cooldome/destructor_hotfix | Andreas Rumpf | 2018-12-11 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | destructor hot fix | ||||
| * | | | | destructor_hotfix | Andrii Riabushenko | 2018-12-10 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | compiler refactoring: TSymSeq is gone for good | Araq | 2018-12-11 | 5 | -12/+11 |
| | | | | | |||||
* | | | | | fixes #9868 | Araq | 2018-12-11 | 2 | -2/+8 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #9909 from nc-x/fix-regression | Andreas Rumpf | 2018-12-11 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | Fix enum regression | ||||
| * | | | Better fix | Neelesh Chandola | 2018-12-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | Float values are invalid in enum | Neelesh Chandola | 2018-12-09 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fix enum regression | Neelesh Chandola | 2018-12-09 | 1 | -0/+2 |
| |/ / | |||||
* | | | Merge pull request #9826 from cooldome/destructor_move_them_all | Andreas Rumpf | 2018-12-10 | 2 | -59/+120 |
|\ \ \ | |_|/ |/| | | destructors: sink`em all | ||||
| * | | minor correction | Andrii Riabushenko | 2018-12-10 | 1 | -2/+1 |
| | | | |||||
| * | | reduce changes | Andrii Riabushenko | 2018-12-09 | 1 | -1/+1 |
| | | | |||||
| * | | Remove not used code | Andrii Riabushenko | 2018-12-09 | 1 | -4/+1 |
| | | | |||||
| * | | remove not used code | Andrii Riabushenko | 2018-12-09 | 1 | -8/+0 |
| | | | |||||
| * | | use control flow graph for sink params | Andrii Riabushenko | 2018-12-09 | 2 | -41/+16 |
| | | | |||||
| * | | fix | Andrii Riabushenko | 2018-12-08 | 1 | -0/+1 |
| | | | |||||
| * | | 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 |
| |\ \ | |||||
| * | | | fix spacing | Andrii Riabushenko | 2018-11-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | move moves | Andrii Riabushenko | 2018-11-29 | 1 | -61/+130 |
| | | | |