summary refs log tree commit diff stats
path: root/compiler/plugins
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-282-2/+2
* fixes #11958 (#12013)Andreas Rumpf2019-08-231-12/+11
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-182-4/+2
* rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)Arne Döring2019-05-111-1/+1
* Fix locals() interaction with generic typesLemonBoy2018-09-211-1/+1
* cleanup import pathsAraq2018-09-211-1/+1
* baby steps for incremental compilationAndreas Rumpf2018-05-301-1/+1
* active.nim: fixes the import path so that compilation with --noNimblePath worksAndreas Rumpf2018-05-291-1/+1
* refactoring: fewer global variablesAndreas Rumpf2018-05-273-9/+16
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-4/+4
* more modules compile againAndreas Rumpf2018-05-121-5/+5
* warn about inconsistent spacing around binary operators; fixes #7582Andreas Rumpf2018-05-051-1/+1
* fixes #7522Araq2018-04-063-7/+6
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-1/+1
* fixes #3622Andreas Rumpf2015-12-042-4/+6
* lambda lifting support for iterToProc pluginAraq2015-12-011-0/+49
* added iterToProc pluginAraq2015-12-011-1/+1
* Hopefully fixes nimsuggest building against the compiler package.Dominik Picheta2015-06-041-1/+2
* system.locals is now a plugin for educationAraq2015-04-242-0/+55
14:14:53 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2022-06-03 14:17:41 -0700 extract a couple of files' href='/akkartik/view.love/commit/select.lua?id=0d52962b3e6f91e458fbf858e62e684494373af8'>0d52962 ^
007b965 ^
0d52962 ^

007b965 ^
0d52962 ^

007b965 ^
0d52962 ^



1bdb931 ^
e2696fc ^
188bbc7 ^
1bdb931 ^
a655c21 ^


1bdb931 ^



a655c21 ^
95d88a8 ^
1bdb931 ^
a655c21 ^
3850fba ^
95d88a8 ^
3850fba ^
e2696fc ^
1bdb931 ^


2ae9cac ^
9656e13 ^
69c88da ^
3114176 ^
0d52962 ^
188bbc7 ^
9d792a2 ^

0d52962 ^

f2299cb ^

0d52962 ^

2ae9cac ^
188bbc7 ^

2ae9cac ^
4ad51d6 ^


2ae9cac ^
188bbc7 ^

5b91af1 ^
2ae9cac ^
5b91af1 ^
0d52962 ^

2ae9cac ^
188bbc7 ^



0d52962 ^







188bbc7 ^




1d3c9f4 ^
44fb3ec ^
188bbc7 ^
0d52962 ^
b95206f ^
a655c21 ^

0d52962 ^

a655c21 ^
0d52962 ^

007b965 ^
a655c21 ^
0d52962 ^
188bbc7 ^
d61b5df ^
0d52962 ^
a655c21 ^
0d52962 ^

188bbc7 ^




0d52962 ^







a655c21 ^

0d52962 ^
a655c21 ^
0d52962 ^
007b965 ^
a655c21 ^
0d52962 ^
a655c21 ^
0d52962 ^
a655c21 ^
e77157d ^
0d52962 ^
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161