summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * gc:destructors: more progressAndreas Rumpf2018-11-294-22/+18
| * gc:destructors further progressAndreas Rumpf2018-11-296-24/+52
| * add: proc deepCopy*[T](y: T): T (#9740)Timothee Cour2018-11-281-0/+4
* | fix spacingAndrii Riabushenko2018-11-291-1/+1
* | move movesAndrii Riabushenko2018-11-292-63/+161
|/
* Merge pull request #9813 from yyyc514/fix_outdated_invoke_exampleDominik Picheta2018-11-271-1/+1
|\
| * fix outdated example to invoke Nim from CJosh Goebel2018-11-271-1/+1
* | Destructors: more moves for tuples (#9808)cooldome2018-11-274-4/+13
* | Tester tests (#9787)Arne Döring2018-11-2715-21/+164
* | some progress on --gc:destructorsAndreas Rumpf2018-11-271-17/+18
* | new minor language feature: .noSideEffect blocks like .gcsafe blocksAndreas Rumpf2018-11-277-12/+30
* | don't crash where there is an unknown statement pragma [backport]Andreas Rumpf2018-11-271-2/+5
* | fixes #9800 (#9804) [backport]pgkos2018-11-261-2/+5
* | times: use clock_gettime for cpuTime with POSIX (#9793)Emery Hemingway2018-11-261-3/+13
* | fixes #7365alaviss2018-11-261-1/+1
* | fixes #9675Andreas Rumpf2018-11-265-3/+6
* | document the breaking change for osprocAndreas Rumpf2018-11-261-1/+2
* | Add workingDir parameter to execProcess and test (#9549)Tomohiro2018-11-263-1/+35
* | Added cgi.readData. Add test for cgi module. (#9645)Constantine Molchanov2018-11-261-0/+23
* | More converter fixes (#9737)cooldome2018-11-263-12/+82
* | Remove dead code (#9777)Jacek Sieka2018-11-267-155/+32
* | fixes #9794: sizeof tuple is incorrect if contains imported object (#9795)cooldome2018-11-262-4/+21
* | Fixes multiple bugs with sink arguments (#9802)cooldome2018-11-264-11/+59
* | Fixes 9716 [backport] (#9790)Yuriy Glukhov2018-11-244-14/+30
* | Merge pull request #9548 from tonygparsehub/put-deleteDominik Picheta2018-11-231-42/+78
|\ \
| * | fix #8777 add missing http methods in httpClientTony G2018-10-301-42/+78
* | | fix #9759 (#9789)Arne Döring2018-11-231-1/+2
* | | Made nimsuggest importable as a library and add Nim-path override option (#9784)PMunch2018-11-231-1/+100
* | | Support only some types as JsAssoc types (#8627)Alexander Ivanov2018-11-232-45/+46
* | | cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-2331-59/+60
* | | testament: remove debugging echoAraq2018-11-231-1/+0