summary refs log tree commit diff stats
path: root/compiler/sigmatch.nim
Commit message (Expand)AuthorAgeFilesLines
...
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-3/+3
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-171-0/+2
|\
| * fixes #5405Araq2017-02-161-0/+2
* | improve error message for mismatched proc typesAndreas Rumpf2017-02-101-1/+1
|/
* alternative fix for #4884; fixes tlateboundstaticZahary Karadjov2017-01-111-1/+1
* fix #4884Zahary Karadjov2017-01-081-3/+4
* fixes #4519Andreas Rumpf2016-12-251-1/+1
* Merge branch 'devel' into sighashesAraq2016-12-191-1/+3
|\
| * fixes nimsuggest issue #41Araq2016-12-181-1/+3
* | removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-15/+9
|/
* remove remnants of tyIterJacek Sieka2016-10-241-11/+3
* fixes #4863Andreas Rumpf2016-10-191-4/+7
* failed attempt to fix a 'void' inference bugAraq2016-10-081-1/+6
* fixes #4626Andreas Rumpf2016-09-131-9/+4
* fixes #4673Andreas Rumpf2016-09-011-3/+22
* fixes #4672Andreas Rumpf2016-09-011-1/+1
* do not crash on #3928Andreas Rumpf2016-08-261-0/+1
* fixes #4292Andreas Rumpf2016-08-261-8/+1
* overloading resolution: scoping is considered after typing (needs to be docum...Andreas Rumpf2016-08-241-2/+3
* fixes #4589Andreas Rumpf2016-08-101-6/+6
* fixes #4528Andreas Rumpf2016-08-081-30/+37
* Allowing `nil` for distinct types where the base type is nilableHans Raaf2016-08-051-0/+2
* fixes #4545Andreas Rumpf2016-08-041-0/+7
* fixes #4537Andreas Rumpf2016-08-021-0/+2
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-301-2/+2
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-3/+3
* generic multi-methods should work nowAndreas Rumpf2016-07-281-3/+6
* fixes a varargs of untyped regressionAndreas Rumpf2016-07-241-0/+2
* fixes #888Andreas Rumpf2016-07-191-1/+2
* fixes #4328Andreas Rumpf2016-07-191-1/+4
* make tests green againAndreas Rumpf2016-07-181-1/+1
* fixes #4478Andreas Rumpf2016-07-181-9/+30
* decent error message for 'var T' problemsAndreas Rumpf2016-07-151-1/+3
* Fix #4475Kier Davis2016-07-111-2/+2
* fixes #4371Andreas Rumpf2016-07-081-2/+2
* Accumulate penaltiesAnatoly Galiulin2016-06-271-1/+1
* Speedup generic relations detectionAnatoly Galiulin2016-06-241-1/+1
* Fix generics inheritance issuesAnatoly Galiulin2016-06-231-2/+23
* hotfix: don't crash for wrong template callsAndreas Rumpf2016-06-031-0/+1
* improve error messages for mismatched templates involving 'untyped' and stmtsAndreas Rumpf2016-05-271-3/+5
* fixes a varargs[untyped] bug that kept strscans from compilingAraq2016-05-101-20/+29
* fixes #3544Andreas Rumpf2016-04-301-0/+6
* fixes #2006Andreas Rumpf2016-04-041-1/+1
* fixed regressionsAndreas Rumpf2016-03-291-1/+1
* fixes #3998Andreas Rumpf2016-03-281-19/+18
* fixes #3836Andreas Rumpf2016-03-041-4/+7
* fixes #3686Andreas Rumpf2016-03-011-5/+2
* added experimental .this pragmaAndreas Rumpf2016-02-281-1/+3
* fixes #3584Araq2016-01-181-1/+2
* fixes another regressionAndreas Rumpf2016-01-131-2/+2