summary refs log tree commit diff stats
path: root/compiler/cgmeth.nim
Commit message (Expand)AuthorAgeFilesLines
* pragmas compiles againAndreas Rumpf2018-05-111-22/+23
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-1/+1
* Fixes #5946 (#6017)Yuriy Glukhov2017-06-261-2/+3
* fixes multiple nil-checks for methods (#5806)Parashurama2017-05-121-3/+6
* fixes #5599 (#5610)Andreas Rumpf2017-03-261-2/+8
* fixes #5432Araq2017-02-261-1/+2
* another attempt to make test green againAraq2017-02-241-2/+10
* fixes a multimethod regressionAndreas Rumpf2017-02-241-6/+9
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-24/+26
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-2/+2
* some progress on --symbolfiles:onAndreas Rumpf2016-11-021-2/+3
* tester cleanup; enable some rod testsAraq2016-08-271-2/+3
* generic multi-methods should work nowAndreas Rumpf2016-07-281-2/+2
* fixes #4428Andreas Rumpf2016-07-191-2/+8
* fix issue #3550trustable-code2015-12-241-4/+1
* better error handling for bug #3550Araq2015-11-181-2/+2
* fixes #3550Araq2015-11-181-1/+6
* fixes #3431, fixes #3370, fixes #3468Araq2015-10-251-3/+4
* Fixed ret by var in jsYuriy Glukhov2015-10-151-2/+1
* fixes #2590; methods now require a .base annotationAraq2015-09-061-9/+26
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-42/+42
* Merge branch 'devel' into bigbreakAraq2014-11-031-23/+64
|\
| * Fix dispatcher creation for method prototypes.Reimer Behrends2014-11-021-24/+64
| * Reset location when creating a method dispatcherReimer Behrends2014-11-011-0/+1
* | updated the compiler to use the new symbol namesAraq2014-08-281-3/+3
* | Nimrod renamed to NimAraq2014-08-281-1/+1
|/
* implemented region pointersAraq2014-04-091-2/+2
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency part 4Araq2013-12-271-8/+8
* case consistency part 1Araq2013-12-271-3/+3
* fixes #332Araq2013-03-171-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* implemented generic multi methodsAraq2013-01-161-10/+9
* next steps for exception trackingAraq2012-11-031-4/+7
* bugfix for methods (comment in #185)Araq2012-08-221-0/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* lazy loading of body ast implementedAraq2011-10-301-2/+2
* compilation cache: multi methods now workAraq2011-10-241-4/+18
* compilation cache: small fixes; methods still not workingAraq2011-10-231-13/+15
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-311-1/+1
* intsets are now a proper module and part of the stdlibAraq2011-06-141-6/+5
* fixes #12Araq2011-05-021-58/+43
* got rid of some arcane module namesAraq2011-04-211-1/+1
* big repo cleanupAraq2011-04-121-0/+196