summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* custom pragmas in pragma blocksAndrii Riabushenko2018-12-112-9/+7
|
* 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
| | |
* | | Merge pull request #9911 from nc-x/fixes-#9627Andreas Rumpf2018-12-091-7/+23
|\ \ \ | | | | | | | | `include` now accepts collective arguments
| * | | `include` now accepts collective argumentsNeelesh Chandola2018-12-091-7/+23
| | | |
* | | | Merge pull request #9902 from arnetheduck/daily-cleanAndreas Rumpf2018-12-092-24/+0
|\ \ \ \ | | | | | | | | | | daily cruft removal
| * | | | daily cruft removalJacek Sieka2018-12-082-24/+0
| | | | |
* | | | | Merge pull request #9912 from nim-lang/araq-fixes-nested-gensymAndreas Rumpf2018-12-098-23/+42
|\ \ \ \ \ | | | | | | | | | | | | fixes nested gensym'ed parameters; fixes #9476
| * | | | | fixes nested gensym'ed parameters; fixes #9476Araq2018-12-088-23/+42
| | | | | |
* | | | | | Merge pull request #9898 from cooldome/enum_notusedAndreas Rumpf2018-12-091-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Enum fields get hintXDeclaredButNotUsed hint even marked with used pragma
| * | | | | change approachAndrii Riabushenko2018-12-091-2/+1
| | | | | |
| * | | | | Fix hintXDeclaredButNotUsed for enum fields marked as usedAndrii Riabushenko2018-12-081-1/+2
| | |/ / / | |/| | |
* | | | | fixes #9889, fixes #9886Araq2018-12-081-1/+1
| | | | |
* | | | | fix #9872: setLen now works properly at CT [backport]Timothee Cour2018-12-081-16/+2
|/ / / /
* | | | Merge pull request #9873 from arnetheduck/uints-are-consts [bac,รถAndreas Rumpf2018-12-061-2/+1
|\ \ \ \ | |/ / / |/| | | allow uints to appear in deep constant expressions
| * | | allow uints to appear in deep constant expressionsJacek Sieka2018-12-051-2/+1
| | | |
* | | | fixes #9441Araq2018-12-061-2/+20
|/ / /
* | | fixes #9614 [backport]Araq2018-12-051-1/+1
| | |
* | | fixes #9868Araq2018-12-052-1/+19
| | |
* | | lambdalifting: be consistent in its handling for 'func'Araq2018-12-051-9/+7
| | |
* | | fixes #9864 [backport]Araq2018-12-051-5/+15
| | |
* | | IC: much faster cachingAraq2018-12-041-4/+8
| | |
* | | Don't use deprecated fmod in VM (#9837)Andreas Rumpf2018-12-041-2/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | * Don't use deprecated fmod in VM * Update changelog
| * | | Don't use deprecated fmod in VMdata-man2018-12-011-2/+1
| | | |