summary refs log tree commit diff stats
path: root/compiler/semtempl.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #5478Araq2017-03-061-4/+4
* make tests green againAndreas Rumpf2017-03-021-0/+4
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-241-5/+7
|\
| * fixes #5417Andreas Rumpf2017-02-241-5/+7
* | big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-4/+4
|/
* fixes #5383Araq2017-02-161-1/+1
* Merge branch 'devel' into feature/3691Dominik Picheta2017-02-071-2/+9
|\
| * fixes #5285Andreas Rumpf2017-02-041-2/+9
* | Adds `except T as ident` handling in semtempl.Dominik Picheta2017-02-061-1/+7
|/
* template+emit supports volatileRead and volatileWrite opsAndreas Rumpf2017-01-231-1/+3
* Fixes #5225 (#5243)Lolo Iccl2017-01-181-1/+8
* remove unused stuffJacek Sieka2016-08-091-29/+0
* fixes #4353Andreas Rumpf2016-08-041-4/+6
* fixes #4555Andreas Rumpf2016-08-021-1/+1
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-301-1/+1
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-2/+6
* Merge branch 'devel' into new-llAndreas Rumpf2016-01-141-4/+1
|\
| * fixes #3498Adam Strzelecki2015-10-301-4/+1
* | first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-261-3/+1
|/
* fixes regression: NimForum compiles againAraq2015-09-211-24/+61
* Merge branch 'devel' into fix_bracket_exprAraq2015-09-121-0/+11
|\
| * fixes some regressionsAraq2015-09-121-0/+11
| * fixes #1528Araq2015-09-121-24/+1
* | first attempt to fix 'a[i]' handling in genericsAraq2015-09-121-0/+51
* | fixes #1528Araq2015-09-101-24/+1
|/
* fixes #2670Araq2015-08-081-4/+19
* minor refactoring for big fixes to comeAraq2015-07-241-3/+7
* fixes #1738Araq2015-07-221-1/+1
* don't store the scope for routinesAraq2015-04-041-1/+1
* fixes #2390Araq2015-03-231-53/+59
* fixes #2215Araq2015-02-251-1/+1
* Fix typosFederico Ceratto2015-02-151-1/+1
* Fix typosFederico Ceratto2015-02-151-2/+2
* nimsuggest improvementsAraq2015-01-301-3/+7
* fixes #1915Araq2015-01-121-3/+12
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #940Araq2014-11-171-1/+2
* nimfix improvementsAraq2014-09-101-4/+2
* 'pretty' command does not exist anymore; improvements for nimfixAraq2014-09-101-1/+15
* updated the compiler to use the new symbol namesAraq2014-08-281-3/+3
* Nimrod renamed to NimAraq2014-08-281-1/+1
* fixes #1285Araq2014-06-301-1/+1
* Renamed considerAccents to considerQuotedIdentClay Sweetser2014-05-261-2/+2
* Renamed 'considerAcc' to 'considerAccents' for clarityClay Sweetser2014-05-241-2/+2
* propagate semExpr flags in macro/template expansionZahary Karadjov2014-04-061-2/+2
* fixes #880Araq2014-04-011-14/+20
* fixes tmemit regressionAraq2014-03-261-0/+14
* fixes #1025; don't know what this breaksAraq2014-03-261-2/+0
* fixes #993Araq2014-03-131-1/+7
* fix #909Zahary Karadjov2014-03-091-1/+3
rt' href='/ahoang/Nim/commit/compiler/modules.nim?h=devel&id=a2c040e3bd2a34bff889c22e4fb098b95b45fe53'>a2c040e3b ^
aa88e150d ^



614557994 ^
aa88e150d ^

69b32637b ^






69b32637b ^
aa88e150d ^








62b55592e ^
aa88e150d ^
def61c9fc ^
aa88e150d ^






def61c9fc ^
aa88e150d ^




def61c9fc ^
aa88e150d ^


55e7d91b3 ^
aa88e150d ^
def61c9fc ^
aa88e150d ^
def61c9fc ^
aa88e150d ^
614557994 ^

aa88e150d ^
def61c9fc ^
aa88e150d ^


def61c9fc ^
aa88e150d ^

92b8fac94 ^
aa88e150d ^









0b84ee167 ^


aa88e150d ^

def61c9fc ^
92b8fac94 ^
aa88e150d ^


261311001 ^
def61c9fc ^


aa88e150d ^


62b55592e ^
aa88e150d ^

92b8fac94 ^
aa88e150d ^







b731e6ef1 ^
0b84ee167 ^


aa88e150d ^





62b55592e ^
aa88e150d ^



2f43fdb83 ^
aa88e150d ^


b731e6ef1 ^
92b8fac94 ^

aa88e150d ^
7f7b13a45 ^




45accd613 ^


7f7b13a45 ^

aa88e150d ^
7f7b13a45 ^
92b8fac94 ^

aa88e150d ^

92b8fac94 ^
aa88e150d ^
69b32637b ^




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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233