summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #5962Zahary Karadjov2017-06-202-16/+52
* introduce a pre-processing pass for the concept bodiesZahary Karadjov2017-06-2011-60/+98
* fix #5890Zahary Karadjov2017-06-201-1/+2
* Fixes #5995Yuriy Glukhov2017-06-181-1/+1
* Ascii character code 127 (DEL) is not printable and must be quoted. (#5984)Markus F.X.J. Oberhumer2017-06-151-1/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-06-136-6/+28
|\
| * cgen: #undef some more predefined symbols. (#5831)Markus F.X.J. Oberhumer2017-06-131-0/+10
| * fixes #5959Araq2017-06-091-2/+1
| * fixes tproctypecache_falsepositive.nim test caseAraq2017-06-083-3/+11
| * restrict casting for closure. (#5948); fixes #5742Parashurama2017-06-071-1/+6
* | fixes #5824Andreas Rumpf2017-06-131-1/+6
|/
* fix logical right shift in VM. (#5916)Parashurama2017-06-051-1/+17
* .partial object field names are left unmangled; mangling should be done by th...Andreas Rumpf2017-06-051-1/+1
* first steps to allow easy functors via macrosAndreas Rumpf2017-06-044-20/+46
* fixes #5933Andreas Rumpf2017-06-031-2/+17
* fixes #4139Andreas Rumpf2017-06-031-8/+15
* review and merge zahary's work (#5849)zah2017-06-033-133/+199
* improved comment satement support in macros (#5904)Arne Döring2017-06-022-1/+2
* fix right shift c codegen bug. (#5919)Parashurama2017-05-311-3/+4
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-05-311-0/+2
|\
| * Creating and setting comment nodes in macros (#5850)Fredrik Høisæther Rasch2017-05-311-0/+2
* | improve confusing error messages for failed overloading resolution when deref...Araq2017-05-311-1/+7
|/
* 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