summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* cleanup main.nim's code styleAndreas Rumpf2018-12-111-14/+10
|
* destructors: defensive programming against wrong generated destructor for ↵Andreas Rumpf2018-12-112-6/+10
| | | | string/seq
* Merge pull request #9917 from timotheecour/pr_dump_msgAndreas Rumpf2018-12-111-1/+17
|\ | | | | enhance `dump --dump.format:json` : report `out`, `hints`, `warnings`, document it ; closes #9513
| * enhance `dump --dump.format:json`Timothee Cour2018-12-091-1/+17
| |
* | Merge pull request #9881 from timotheecour/pr_ref_9880Andreas Rumpf2018-12-113-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` errorsTimothee Cour2018-12-093-9/+13
| | |
* | | the linking step doesn't mind Windows' 8K command line limit anymoreAraq2018-12-111-28/+48
| | |
* | | fixes extccomp regressionsAraq2018-12-111-2/+2
| | |
* | | fixes extccomp regressionsAraq2018-12-111-2/+2
| | |
* | | fixes extccomp regressionsAraq2018-12-111-5/+5
| | |
* | | workaround against silly Windows command line length limitations for the ↵Araq2018-12-112-17/+29
| | | | | | | | | | | | upcoming megatest.nim
* | | megatest can be executedArne Döring2018-12-111-1/+2
| | |
* | | Merge pull request #9929 from nc-x/fix-js-regressionAndreas Rumpf2018-12-111-1/+1
|\ \ \ | | | | | | | | tyProc does not require copying in JS codegen
| * | | tyProc does not require copying in JS codegenNeelesh Chandola2018-12-111-1/+1
| | | |
* | | | Merge pull request #9924 from cooldome/destructor_hotfixAndreas Rumpf2018-12-111-1/+1
|\ \ \ \ | | | | | | | | | | destructor hot fix
| * | | | destructor_hotfixAndrii Riabushenko2018-12-101-1/+1
| | | | |
* | | | | compiler refactoring: TSymSeq is gone for goodAraq2018-12-115-12/+11
| | | | |
* | | | | fixes #9868Araq2018-12-112-2/+8
| |/ / / |/| | |
* | | | Merge pull request #9909 from nc-x/fix-regressionAndreas Rumpf2018-12-111-0/+4
|\ \ \ \ | |/ / / |/| | | Fix enum regression
| * | | Better fixNeelesh Chandola2018-12-111-2/+2
| | | |
| * | | Float values are invalid in enumNeelesh Chandola2018-12-091-0/+2
| | | |
| * | | Fix enum regressionNeelesh Chandola2018-12-091-0/+2
| |/ /
* | | Merge pull request #9826 from cooldome/destructor_move_them_allAndreas Rumpf2018-12-102-59/+120
|\ \ \ | |_|/ |/| | destructors: sink`em all
| * | minor correctionAndrii Riabushenko2018-12-101-2/+1
| | |
| * | reduce changesAndrii Riabushenko2018-12-091-1/+1
| | |
| * | Remove not used codeAndrii Riabushenko2018-12-091-4/+1
| | |
| * | remove not used codeAndrii Riabushenko2018-12-091-8/+0
| | |
| * | use control flow graph for sink paramsAndrii Riabushenko2018-12-092-41/+16
| | |
| * | fixAndrii Riabushenko2018-12-081-0/+1
| | |
| * | Double sink checksAndrii Riabushenko2018-12-081-7/+59
| | |
| * | style improvementsAndrii Riabushenko2018-12-081-4/+3
| | |
| * | remove dropbits in favour of destructive movesAndrii Riabushenko2018-12-081-55/+16
| | |
| * | improve testAndrii Riabushenko2018-12-071-5/+9
| | |
| * | more undoAndrii Riabushenko2018-12-071-1/+1
| | |
| * | undo more stuffAndrii Riabushenko2018-12-071-24/+37
| | |
| * | undo more changesAndrii Riabushenko2018-12-071-0/+1
| | |
| * | undo some changesAndrii Riabushenko2018-12-073-2/+10
| | |
| * | collapse to tables into oneAndrii Riabushenko2018-12-051-9/+7
| | |
| * | add commentAndrii Riabushenko2018-12-051-1/+2
| | |
| * | remove debugAndrii Riabushenko2018-12-051-2/+0
| | |
| * | remove debug statementsAndrii Riabushenko2018-12-051-9/+9
| | |
| * | implement everythingAndrii Riabushenko2018-12-054-67/+47
| | |
| * | add testAndrii Riabushenko2018-12-051-14/+19
| | |
| * | add array constructorsAndrii Riabushenko2018-11-301-7/+13
| | |
| * | reduce changesAndrii Riabushenko2018-11-301-80/+80
| | |
| * | Improve approachAndrii Riabushenko2018-11-301-22/+23
| | |
| * | revert debug statementsAndrii Riabushenko2018-11-291-5/+6
| | |
| * | merge develAndrii Riabushenko2018-11-295-24/+39
| |\ \
| * | | fix spacingAndrii Riabushenko2018-11-291-1/+1
| | | |
| * | | move movesAndrii Riabushenko2018-11-291-61/+130
| | | |