summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9826 from cooldome/destructor_move_them_allAndreas Rumpf2018-12-104-70/+178
|\
| * 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-093-44/+23
| * fixAndrii Riabushenko2018-12-081-0/+1
| * Double sink checksAndrii Riabushenko2018-12-082-13/+65
| * style improvementsAndrii Riabushenko2018-12-081-4/+3
| * remove dropbits in favour of destructive movesAndrii Riabushenko2018-12-081-55/+16
| * improve testAndrii Riabushenko2018-12-072-8/+17
| * more undoAndrii Riabushenko2018-12-072-2/+1
| * undo more stuffAndrii Riabushenko2018-12-072-68/+37
| * undo more changesAndrii Riabushenko2018-12-071-0/+1
| * undo some changesAndrii Riabushenko2018-12-074-3/+16
| * collapse to tables into oneAndrii Riabushenko2018-12-052-10/+7
| * add commentAndrii Riabushenko2018-12-051-1/+2
| * remove debugAndrii Riabushenko2018-12-051-2/+0
| * remove debug statementsAndrii Riabushenko2018-12-052-15/+10
| * implement everythingAndrii Riabushenko2018-12-055-67/+93
| * add testAndrii Riabushenko2018-12-052-15/+29
| * 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-298-45/+73
| |\
| * | fix spacingAndrii Riabushenko2018-11-291-1/+1
| * | move movesAndrii Riabushenko2018-11-292-63/+161
* | | Merge pull request #9914 from nc-x/fix-kochAndreas Rumpf2018-12-101-0/+2
|\ \ \
| * | | Fixes #9913Neelesh Chandola2018-12-091-0/+2
* | | | Merge pull request #9911 from nc-x/fixes-#9627Andreas Rumpf2018-12-094-7/+32
|\ \ \ \
| * | | | Fix compilation of test on linux and macNeelesh Chandola2018-12-093-1/+1
| * | | | Add final newlinesNeelesh Chandola2018-12-093-3/+3
| * | | | add testsNeelesh Chandola2018-12-093-0/+9
| * | | | `include` now accepts collective argumentsNeelesh Chandola2018-12-091-7/+23
| |/ / /
* | | | Merge pull request #9890 from nim-lang/remove-asynccommonAndreas Rumpf2018-12-092-213/+211
|\ \ \ \
| * | | | Merge async common into asyncdispatch.Dominik Picheta2018-12-072-213/+211
* | | | | Merge pull request #9902 from arnetheduck/daily-cleanAndreas Rumpf2018-12-092-24/+0
|\ \ \ \ \
| * | | | | daily cruft removalJacek Sieka2018-12-082-24/+0
* | | | | | Merge pull request #9912 from nim-lang/araq-fixes-nested-gensymAndreas Rumpf2018-12-099-23/+82
|\ \ \ \ \ \
| * | | | | | fixes nested gensym'ed parameters; fixes #9476Araq2018-12-089-23/+82
* | | | | | | Merge pull request #9898 from cooldome/enum_notusedAndreas Rumpf2018-12-092-1/+7
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | change approachAndrii Riabushenko2018-12-091-2/+1
| * | | | | | add comment, fixes #9896Andrii Riabushenko2018-12-081-0/+1
| * | | | | | Fix hintXDeclaredButNotUsed for enum fields marked as usedAndrii Riabushenko2018-12-082-1/+7
| | |/ / / / | |/| | | |
* | | | | | fixes #9889, fixes #9886Araq2018-12-081-1/+1
* | | | | | fix #9872: setLen now works properly at CT [backport]Timothee Cour2018-12-082-16/+32
* | | | | | Merge pull request #9895 from GULPF/unpack-defectAndreas Rumpf2018-12-082-19/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make options.UnpackError inherit from system.DefectOscar NihlgÄrd2018-12-082-19/+17
|/ / / / /
* | | | | Merge pull request #9803 from GULPF/walkdirrec-relativeAndreas Rumpf2018-12-062-7/+31
|\ \ \ \ \