summary refs log tree commit diff stats
path: root/compiler/plugins/locals.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #20162; locals doesn't work with ORC [backport] (#20163)ringabout2022-08-231-1/+1
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-1/+1
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-2/+1
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-2/+2
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-1/+1
* fixes #11958 (#12013)Andreas Rumpf2019-08-231-12/+11
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)Arne Döring2019-05-111-1/+1
* Fix locals() interaction with generic typesLemonBoy2018-09-211-1/+1
* refactoring: fewer global variablesAndreas Rumpf2018-05-271-0/+41
fe26328a1 ^


e904b3f95 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35