summary refs log tree commit diff stats
path: root/compiler/cgmeth.nim
Commit message (Expand)AuthorAgeFilesLines
* Make explicit {.nimcall.} a seperate calling conventionClyybber2020-08-081-1/+1
* arc optimizations (#13325)Andreas Rumpf2020-03-181-1/+1
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-3/+3
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-65/+63
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-8/+8
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* fixes #10912 (#11317)Andreas Rumpf2019-05-241-3/+3
* rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)Arne Döring2019-05-111-1/+1
* Replace countup(x, y) with x .. yClyybber2019-05-071-2/+2
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-10/+10
* multi-methods need to be explicitly enabled (#10856)Miran2019-03-181-0/+3
* multi-methods: remove hack, make tmethod_various compile under strict C++ [ba...Andreas Rumpf2019-03-141-11/+11
* compiler refactoring: TSymSeq is gone for goodAraq2018-12-111-3/+3
* Change the order of compilation passes, transformation is made lazy at code g...cooldome2018-10-181-0/+1
* fixes #5479Araq2018-10-021-2/+2
* Pick the `and` symbol we need explicitly (#8249)LemonBoy2018-07-081-2/+2
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
* make tests green againAndreas Rumpf2018-05-181-1/+1
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-3/+3
* 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