summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zahary' into araq2Andreas Rumpf2017-05-1725-84/+1017
|\
| * fix affecting templates with explicit generic paramsZahary Karadjov2017-05-134-30/+23
| * fix tinvalidinoutZahary Karadjov2017-05-132-7/+4
| * attempt to fix a compilation problem caused by nimcacheZahary Karadjov2017-05-131-0/+0
| * work-around for defining imported types with weak covarianceZahary Karadjov2017-05-132-4/+23
| * enforce the covariance rules for user-defined generic typesZahary Karadjov2017-05-135-17/+105
| * manual additions for the covariant generic parametersZahary Karadjov2017-05-121-2/+87
| * explain covariance in the manualZahary Karadjov2017-05-121-0/+16
| * covariance for arrays and sequencesZahary Karadjov2017-05-123-48/+245
| * doh, forgot to add all files in the previous commitZahary Karadjov2017-05-124-15/+65
| * covariance for generic importc typesZahary Karadjov2017-05-121-0/+253
| * support for external types with covariant generic paramsZahary Karadjov2017-05-088-3/+62
| * fix 5756Zahary Karadjov2017-04-302-1/+40
| * close #5757Zahary Karadjov2017-04-302-3/+23
| * close #5726Zahary Karadjov2017-04-281-2/+4
| * hold back the new | operator for types as it creates mysterious problems fro ...Zahary Karadjov2017-04-281-3/+0
| * alternative fake covariance based on convertersZahary Karadjov2017-04-282-3/+25
| * more advanced fake covarianceZahary Karadjov2017-04-281-3/+48
| * a simple way to simulate covariance in generic typesZahary Karadjov2017-04-282-1/+17
| * Allow tyOr,tyAnd and tyNot to be constructed in more contextsZahary Karadjov2017-04-283-18/+53
* | 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
|\ \