summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Creating and setting comment nodes in macros (#5850)Fredrik Høisæther Rasch2017-05-311-0/+2
* a few tiny cleanups (#5712)Jacek Sieka2017-05-294-30/+12
* Merge pull request #5823 from markus-oberhumer/ascii127-is-not-printableVarriount2017-05-262-2/+2
|\
| * Ascii character code 127 (DEL) is not printable.Markus F.X.J. Oberhumer2017-05-162-2/+2
* | niminst: add missing nimsuggest tool; small koch.nim cleanupAraq2017-05-171-0/+2
* | Merge branch 'araq2' into develAraq2017-05-1723-313/+656
|\ \
| * | cleanup of in/out covariance handlingAndreas Rumpf2017-05-175-35/+32
| * | Merge branch 'zahary' into araq2Andreas Rumpf2017-05-1714-78/+293
| |\ \
| | * | fix affecting templates with explicit generic paramsZahary Karadjov2017-05-132-28/+8
| | * | fix tinvalidinoutZahary Karadjov2017-05-131-3/+0
| | * | work-around for defining imported types with weak covarianceZahary Karadjov2017-05-131-0/+16
| | * | enforce the covariance rules for user-defined generic typesZahary Karadjov2017-05-135-17/+105
| | * | covariance for arrays and sequencesZahary Karadjov2017-05-121-12/+40
| | * | doh, forgot to add all files in the previous commitZahary Karadjov2017-05-124-15/+65
| | * | support for external types with covariant generic paramsZahary Karadjov2017-05-086-3/+34
| | * | fix 5756Zahary Karadjov2017-04-301-1/+1
| | * | 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
| * | | Merge branch 'zahary' into araq2Andreas Rumpf2017-05-1617-240/+371
| |\| | | | |/ | |/|
| | * 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
* | | 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