index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
cgmeth.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
1
-1
/
+1
*
fixes #23273; forbids methods having importc pragmas (#23324)
ringabout
2024-03-03
1
-0
/
+4
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
1
-10
/
+12
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-12
/
+13
*
enable vtable implementation for C++ and make it an experimental feature (#23...
ringabout
2023-11-30
1
-1
/
+1
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
1
-8
/
+15
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-1
/
+1
*
fixes #22673; Cannot prove that result is initialized for a placehold… (#22...
ringabout
2023-11-06
1
-1
/
+2
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+4
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-1
/
+6
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-2
/
+2
*
fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...
ringabout
2023-04-07
1
-5
/
+1
*
fixes #21592; create type bound operations for calls in the method dispatcher...
ringabout
2023-04-01
1
-4
/
+8
*
fix dispatcher call type [backport] (#20696)
Jacek Sieka
2022-10-29
1
-0
/
+1
*
Fix "imported but not used" warnings (#20575)
Andrey Makarov
2022-10-16
1
-1
/
+1
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
1
-17
/
+0
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-1
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
1
-3
/
+1
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-2
/
+5
*
fix #16516 method dispatch for sink args (#16594)
cooldome
2021-01-06
1
-1
/
+1
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-3
/
+3
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-6
/
+6
*
Make explicit {.nimcall.} a seperate calling convention
Clyybber
2020-08-08
1
-1
/
+1
*
arc optimizations (#13325)
Andreas Rumpf
2020-03-18
1
-1
/
+1
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-3
/
+3
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-65
/
+63
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-8
/
+8
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
fixes #10912 (#11317)
Andreas Rumpf
2019-05-24
1
-3
/
+3
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-1
/
+1
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-2
/
+2
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-10
/
+10
*
multi-methods need to be explicitly enabled (#10856)
Miran
2019-03-18
1
-0
/
+3
*
multi-methods: remove hack, make tmethod_various compile under strict C++ [ba...
Andreas Rumpf
2019-03-14
1
-11
/
+11
*
compiler refactoring: TSymSeq is gone for good
Araq
2018-12-11
1
-3
/
+3
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-0
/
+1
*
fixes #5479
Araq
2018-10-02
1
-2
/
+2
*
Pick the `and` symbol we need explicitly (#8249)
LemonBoy
2018-07-08
1
-2
/
+2
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2018-05-18
1
-1
/
+1
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-3
/
+3
*
pragmas compiles again
Andreas Rumpf
2018-05-11
1
-22
/
+23
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-1
/
+1
*
Fixes #5946 (#6017)
Yuriy Glukhov
2017-06-26
1
-2
/
+3
*
fixes multiple nil-checks for methods (#5806)
Parashurama
2017-05-12
1
-3
/
+6
*
fixes #5599 (#5610)
Andreas Rumpf
2017-03-26
1
-2
/
+8
*
fixes #5432
Araq
2017-02-26
1
-1
/
+2
*
another attempt to make test green again
Araq
2017-02-24
1
-2
/
+10
*
fixes a multimethod regression
Andreas Rumpf
2017-02-24
1
-6
/
+9
[next]