summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zahary' into araq2Andreas Rumpf2017-05-1639-261/+1472
|\
| * fix a regrsesion in signature matching of derived ptr typesZahary Karadjov2017-04-182-3/+25
| * Restore the compilation of linalg by tweaking the complex disambiguation rulesZahary Karadjov2017-04-161-10/+18
| * fix regression in tmatrixconceptZahary Karadjov2017-04-161-0/+4
| * more sophisticated test for the previous commitZahary Karadjov2017-04-161-2/+22
| * fix compilation regression in aleaZahary Karadjov2017-04-164-12/+37
| * fix a compilation error in linalgZahary Karadjov2017-04-162-25/+39
| * fix #5689Zahary Karadjov2017-04-154-11/+82
| * fix #5683Zahary Karadjov2017-04-143-6/+25
| * fix a parsing regression (do is still mandatory in some situations)Zahary Karadjov2017-04-142-1/+20
| * allow StmtLists to pass through semExprWithTypeZahary Karadjov2017-04-112-5/+8
| * wipZahary Karadjov2017-04-111-4/+5
| * lift parameter-less do block to lambdasZahary Karadjov2017-04-1010-26/+46
| * support post expression blocks in return and yieldZahary Karadjov2017-04-102-3/+4
| * fix a regression in tlexerexZahary Karadjov2017-04-102-16/+16
| * adapt quote to the new parsing rulesZahary Karadjov2017-04-101-8/+11
| * fix a parsing regression (calls with do inside param lists)Zahary Karadjov2017-04-102-2/+24
| * fully consisent parsing between the new and the old 'do blocks'Zahary Karadjov2017-04-102-78/+545
| * the new blocks without 'do' produce compatible AST with 'do blocks'Zahary Karadjov2017-04-092-12/+10
| * improve the usability of the jsffi moduleZahary Karadjov2017-04-092-10/+104
| * fix the do notation when used with procsZahary Karadjov2017-04-097-11/+59
| * fix #5643; fix #5644Zahary Karadjov2017-04-084-7/+42
| * Restore the Nim's 0.14 proper handling of generic aliasesZahary Karadjov2017-04-0812-55/+236
| * test case for #5640Zahary Karadjov2017-04-071-0/+6
| * fix #5658Zahary Karadjov2017-04-073-4/+36
| * fix #5654Zahary Karadjov2017-04-073-2/+47
| * fix #5642Zahary Karadjov2017-04-074-3/+31
| * fix #5648Zahary Karadjov2017-04-072-2/+25
| * wip fix #5640Zahary Karadjov2017-04-072-1/+3
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-05-162-6/+11
|\ \
| * | compiler option for testament (#5713)Jacek Sieka2017-05-152-6/+11
* | | better stack trace handlingAndreas Rumpf2017-05-161-2/+7
|/ /
* | Fixes #5532 win async write (#5791)Andreas Rumpf2017-05-143-5/+28
* | fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812)jcosborn2017-05-143-19/+55
* | Remove unused oids import from asyncdispatch (#5811)Ruslan Mustakov2017-05-142-2/+2
* | tut1.rst: Fix alignment, Change Subrange to MySubrange for clarity (#5798)Mice Pápai2017-05-131-5/+5
* | Extend documenation of formatFloat() (#5799)Simon Krauter2017-05-131-0/+2
* | Fixed syslocks for ios (#5804)Yuriy Glukhov2017-05-121-22/+88
* | Fix atomicInc under vcc, C++, amd64 (#5809)Ruslan Mustakov2017-05-121-2/+18
* | fixes multiple nil-checks for methods (#5806)Parashurama2017-05-121-3/+6
* | Consider optNoCppExceptions in blockLeaveActions (#5801)Ruslan Mustakov2017-05-111-2/+2
* | attempt to make nimsuggest work with choosenimAndreas Rumpf2017-05-111-0/+2
* | Merge pull request #5797 from knockoutMice/patch-1Dominik Picheta2017-05-101-1/+1
|\ \
| * | Fix a typo in the Result variable blockMice Pápai2017-05-101-1/+1
|/ /
* | Fixed const sets in JS (#5790)Yuriy Glukhov2017-05-102-2/+1
* | Deprecate osproc.select(). Refs #90.Dominik Picheta2017-05-091-1/+5
* | Merge pull request #5782 from cdunn2001/setGlobalDispatcherDominik Picheta2017-05-082-0/+20
|\ \
| * | setGlobalDispatcher()Christopher Dunn2017-05-072-0/+20
|/ /
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-05-062-11/+45
|\ \
| * | Implement 'take' for Table and TableRef (#5773)Ruslan Mustakov2017-05-042-11/+45