summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Fixes #5821 (float32 literal comparison issue) (#5825)Dominik Picheta2017-05-172-4/+6
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-05-162-4/+7
|\ \ \
| * | | Async macro fixes (#5739)Yuriy Glukhov2017-05-161-0/+3
| * | | Create correct C protoypes in genMainProc. (#5822)Markus F.X.J. Oberhumer2017-05-161-4/+4
| |/ /
* / / weaken the rules for proc definition pragmas that have been forwardedAraq2017-05-161-2/+10
|/ /
* | fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812)jcosborn2017-05-141-1/+6
* | fixes multiple nil-checks for methods (#5806)Parashurama2017-05-121-3/+6
* | Consider optNoCppExceptions in blockLeaveActions (#5801)Ruslan Mustakov2017-05-111-2/+2
* | Fixed const sets in JS (#5790)Yuriy Glukhov2017-05-102-2/+1
* | fixes an internal compiler error when json.to is used wronglyAndreas Rumpf2017-05-061-1/+9
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-05-041-11/+30
|\ \
| * \ Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-05-023-15/+20
| |\ \
| * | | fixes #5752Araq2017-05-021-11/+30
* | | | isDeepConstExpr helper can handle nkRangeAndreas Rumpf2017-05-011-1/+1
* | | | JS codegen: produce better code for constant setsAndreas Rumpf2017-05-011-2/+8
| |/ / |/| |
* | | js codegen: emit more line informationAndreas Rumpf2017-04-261-12/+14
* | | fixes tuple unpacking regressionAndreas Rumpf2017-04-261-1/+1
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-04-262-7/+4
|\| |
| * | fixes a parser bugAraq2017-04-251-4/+1
| * | Fix for #5695 make subscript operator overloadable for tuples (#5749)cooldome2017-04-241-3/+3
* | | make -d:nimdiff feature more robustAndreas Rumpf2017-04-261-2/+5
|/ /
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-04-241-1/+1
|\ \
| * \ Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-04-191-1/+1
| |\ \
| * | | fixes #5729Araq2017-04-191-1/+1
* | | | make nimble compile againAndreas Rumpf2017-04-221-1/+1
* | | | make sighashes work in more casesAndreas Rumpf2017-04-211-10/+54
| |/ / |/| |
* | | attempt to make sighashes produce smaller diffsAndreas Rumpf2017-04-191-1/+1
|/ /
* | fixes yet another regression caused by the .procvar removalAndreas Rumpf2017-04-141-0/+4
* | Linux abi take 3 (#5692)Jacek Sieka2017-04-121-1/+1
* | Error Message if CC invocation fails (#5663)Fredrik Høisæther Rasch2017-04-081-11/+26
|/
* 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