summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* work-around for defining imported types with weak covarianceZahary Karadjov2017-05-131-4/+7
* covariance for arrays and sequencesZahary Karadjov2017-05-121-36/+204
* covariance for generic importc typesZahary Karadjov2017-05-121-0/+253
* support for external types with covariant generic paramsZahary Karadjov2017-05-081-0/+26
* fix 5756Zahary Karadjov2017-04-301-0/+39
* close #5757Zahary Karadjov2017-04-301-1/+23
* 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-281-0/+11
* fix a regrsesion in signature matching of derived ptr typesZahary Karadjov2017-04-181-0/+20
* more sophisticated test for the previous commitZahary Karadjov2017-04-161-2/+22
* fix compilation regression in aleaZahary Karadjov2017-04-161-0/+33
* fix a compilation error in linalgZahary Karadjov2017-04-161-0/+16
* fix #5689Zahary Karadjov2017-04-152-1/+69
* fix #5683Zahary Karadjov2017-04-141-0/+15
* fix a parsing regression (do is still mandatory in some situations)Zahary Karadjov2017-04-141-0/+16
* allow StmtLists to pass through semExprWithTypeZahary Karadjov2017-04-111-1/+7
* lift parameter-less do block to lambdasZahary Karadjov2017-04-103-9/+11
* support post expression blocks in return and yieldZahary Karadjov2017-04-101-2/+1
* fix a regression in tlexerexZahary Karadjov2017-04-101-3/+2
* fix a parsing regression (calls with do inside param lists)Zahary Karadjov2017-04-101-0/+19
* fully consisent parsing between the new and the old 'do blocks'Zahary Karadjov2017-04-101-0/+478
* the new blocks without 'do' produce compatible AST with 'do blocks'Zahary Karadjov2017-04-091-8/+6
* improve the usability of the jsffi moduleZahary Karadjov2017-04-091-4/+48
* fix the do notation when used with procsZahary Karadjov2017-04-091-0/+47
* fix #5643; fix #5644Zahary Karadjov2017-04-081-0/+30
* Restore the Nim's 0.14 proper handling of generic aliasesZahary Karadjov2017-04-084-0/+101
* test case for #5640Zahary Karadjov2017-04-071-0/+6
* fix #5658Zahary Karadjov2017-04-071-0/+22
* fix #5654Zahary Karadjov2017-04-071-0/+42
* fix #5642Zahary Karadjov2017-04-071-0/+25
* fix #5648Zahary Karadjov2017-04-071-0/+21
* Merge pull request #5564 from nim-lang/fix/4556zah2017-04-062-1/+123
|\
| * object construction: test cases and manual additionsZahary Karadjov2017-04-061-0/+122
| * cleaned up the code and implemented proper error messagesZahary Karadjov2017-04-061-1/+1
* | parsecfg: handle streams and strings when saving or loading configuration (#5...Anatoly Galiulin2017-04-061-7/+39
|/
* Merge branch 'devel' into araqAndreas Rumpf2017-04-041-0/+18
|\
| * fixes #5638Araq2017-04-041-0/+18
* | assignments support ': stmtList' like let/var doAndreas Rumpf2017-04-041-1/+2
|/
* language addition: colon-block for expressions in let/var contextAndreas Rumpf2017-04-021-0/+33
* Fix wrong value range of ntohs ... (#5390)wt2017-03-311-3/+3
* Implementing `repr` for JS (#5578)Silvio2017-03-311-0/+422
* attempt to fix #5632 typedesc typeRel regression (#5634)andri lim2017-03-311-0/+12
* attempt to fix #5621 #5615 generic ref object typeRel (#5633)andri lim2017-03-311-0/+42
* Merge remote-tracking branch 'origin/concepts-rebased' into araqAndreas Rumpf2017-03-3117-31/+813
|\
| * fix a typoZahary Karadjov2017-03-241-1/+1
| * close #3330Zahary Karadjov2017-03-241-0/+41
| * close #2882Zahary Karadjov2017-03-241-1/+33
| * close #2423Zahary Karadjov2017-03-241-1/+18
| * close #2018Zahary Karadjov2017-03-241-2/+17