summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* a simple way to simulate covariance in generic typesZahary Karadjov2017-04-281-1/+6
* Allow tyOr,tyAnd and tyNot to be constructed in more contextsZahary Karadjov2017-04-282-16/+36
* fix a regrsesion in signature matching of derived ptr typesZahary Karadjov2017-04-181-3/+5
* 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
* fix compilation regression in aleaZahary Karadjov2017-04-163-12/+4
* fix a compilation error in linalgZahary Karadjov2017-04-161-25/+23
* fix #5689Zahary Karadjov2017-04-152-10/+13
* fix #5683Zahary Karadjov2017-04-142-6/+10
* fix a parsing regression (do is still mandatory in some situations)Zahary Karadjov2017-04-141-1/+4
* wipZahary Karadjov2017-04-111-4/+5
* lift parameter-less do block to lambdasZahary Karadjov2017-04-106-15/+27
* support post expression blocks in return and yieldZahary Karadjov2017-04-101-1/+3
* fix a regression in tlexerexZahary Karadjov2017-04-101-13/+14
* 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-101-2/+5
* fully consisent parsing between the new and the old 'do blocks'Zahary Karadjov2017-04-101-78/+67
* the new blocks without 'do' produce compatible AST with 'do blocks'Zahary Karadjov2017-04-091-4/+4
* fix the do notation when used with procsZahary Karadjov2017-04-096-11/+12
* fix #5643; fix #5644Zahary Karadjov2017-04-083-7/+12
* Restore the Nim's 0.14 proper handling of generic aliasesZahary Karadjov2017-04-088-55/+135
* fix #5658Zahary Karadjov2017-04-072-4/+14
* fix #5654Zahary Karadjov2017-04-072-2/+5
* fix #5642Zahary Karadjov2017-04-073-3/+6
* fix #5648Zahary Karadjov2017-04-071-2/+4
* wip fix #5640Zahary Karadjov2017-04-072-1/+3
* move the object construction logic to a separate fileZahary Karadjov2017-04-063-278/+294
* object construction: test cases and manual additionsZahary Karadjov2017-04-061-10/+8
* cleaned up the code and implemented proper error messagesZahary Karadjov2017-04-063-80/+206
* fix #4556Zahary Karadjov2017-04-062-56/+165
* fix another compiler regressionAndreas Rumpf2017-04-051-0/+4
* make tests green againAndreas Rumpf2017-04-041-1/+1
* Merge branch 'devel' into araqAndreas Rumpf2017-04-041-4/+2
|\
| * fixes #5638Araq2017-04-041-3/+1
| * revert PR #5638 because it breaks codeAraq2017-04-041-2/+2
* | attempt to make tests green againAndreas Rumpf2017-04-041-1/+2
* | assignments support ': stmtList' like let/var doAndreas Rumpf2017-04-041-1/+7
* | remove the need for the .procvar annotationAndreas Rumpf2017-04-032-21/+32
* | de-deprecate silly warning about non-exhaustive string case statmentsAndreas Rumpf2017-04-031-7/+3
|/
* remove en-dash from the languageAndreas Rumpf2017-04-022-21/+6
* language addition: colon-block for expressions in let/var contextAndreas Rumpf2017-04-021-10/+16
* Fixed issue #5638 (#5639)Anatoly Galiulin2017-04-011-0/+1
* support for the Genode OS framework (#5560)Emery Hemingway2017-03-313-5/+31
* Implementing `repr` for JS (#5578)Silvio2017-03-311-9/+43
* attempt to fix #5632 typedesc typeRel regression (#5634)andri lim2017-03-311-1/+1
* attempt to fix #5621 #5615 generic ref object typeRel (#5633)andri lim2017-03-311-1/+1
* make pragma expression parsing use the same parser mechanism as elsewhereAndreas Rumpf2017-03-311-3/+2
* Merge remote-tracking branch 'origin/concepts-rebased' into araqAndreas Rumpf2017-03-3127-288/+798
|\
| * make all tests green againZahary Karadjov2017-03-311-1/+1
| * requested code review changesZahary Karadjov2017-03-294-30/+43