summary refs log tree commit diff stats
path: root/compiler/cgmeth.nim
Commit message (Expand)AuthorAgeFilesLines
* refactor: The popular 'r' field is now named 'snippet' (#23829)Andreas Rumpf2024-07-121-1/+1
* fixes #23273; forbids methods having importc pragmas (#23324)ringabout2024-03-031-0/+4
* type refactor: part 4 (#23077)Andreas Rumpf2023-12-151-10/+12
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-12/+13
* enable vtable implementation for C++ and make it an experimental feature (#23...ringabout2023-11-301-1/+1
* rework the vtable implementation embedding the vtable array directly with new...ringabout2023-11-281-8/+15
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-1/+1
* fixes #22673; Cannot prove that result is initialized for a placehold… (#22...ringabout2023-11-061-1/+2
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-1/+4
* use strictdefs for compiler (#22365)ringabout2023-08-061-1/+6
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-241-2/+2
* fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...ringabout2023-04-071-5/+1
* fixes #21592; create type bound operations for calls in the method dispatcher...ringabout2023-04-011-4/+8
* fix dispatcher call type [backport] (#20696)Jacek Sieka2022-10-291-0/+1
* Fix "imported but not used" warnings (#20575)Andrey Makarov2022-10-161-1/+1
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-17/+0
* no ropes WIP (#20433)Andreas Rumpf2022-09-271-1/+1
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* IC: final implementation steps (#16801)Andreas Rumpf2021-01-251-3/+1
* IC: next steps (#16729)Andreas Rumpf2021-01-231-2/+5
* fix #16516 method dispatch for sink args (#16594)cooldome2021-01-061-1/+1
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-3/+3
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-6/+6
* 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