summary refs log tree commit diff stats
path: root/compiler/renderer.nim
Commit message (Expand)AuthorAgeFilesLines
* docgen: generate pragma after generic, fixes #10792 (#10865)Miran2019-03-191-2/+8
* fixes #10805 (#10806)cooldome2019-03-131-2/+9
* Render a colon for command if last arg list (#10803)Alexander Ivanov2019-03-081-1/+10
* don't crash when rendering wrong nkInfix nodesAndreas Rumpf2018-10-121-8/+8
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-5/+13
* Renderer bug fixes (#8804)cooldome2018-09-071-15/+58
* improve the error message for 'addQuitProc' etc; fixes #5794Araq2018-09-031-12/+12
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-2/+2
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-8/+8
* Render bug: if expression with statement list expression as condition (#8375)cooldome2018-07-211-5/+12
* Fixes #8343, Fixes #8344 (#8347)cooldome2018-07-181-5/+3
* Fixes #8287 (#8288)cooldome2018-07-121-6/+10
* Fixes maxLineLength's bug in the renderer (#8240)Dmitry Atamanov2018-07-091-3/+3
* fixes #7222; fixes #5595; fixes #3747Zahary Karadjov2018-06-161-2/+4
* nimpretty: first version that seems useful for others to test itAndreas Rumpf2018-06-161-2/+3
* fixex merge conflictsAraq2018-06-081-2/+12
|\
| * Merge pull request #7770 from yglukhov/yield-in-tryAndreas Rumpf2018-06-051-2/+12
| |\
| | * Merge branch 'devel' into yield-in-tryYuriy Glukhov2018-05-151-11/+11
| | |\
| | * | Closure iter transformationYuriy Glukhov2018-05-091-2/+12
* | | | more refactoringAndreas Rumpf2018-05-271-2/+3
* | | | remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
* | | | fixes yet another index out of bounds issue in renderer.nimAndreas Rumpf2018-05-211-2/+2
|/ / /
* | / fixes yet another indexing bug caused by the strict stringsAraq2018-05-211-1/+1
| |/ |/|
* | options.nim: no global variables anymoreAndreas Rumpf2018-05-131-3/+1
* | big refactoring: magicsys compiles againAndreas Rumpf2018-05-101-8/+10
|/
* warn about inconsistent spacing around binary operators; fixes #7582Andreas Rumpf2018-05-051-1/+1
* Fix renderer's errors (#7742)Dmitry Atamanov2018-05-011-5/+7
* renderer.nim: bugfixAndreas Rumpf2018-04-291-0/+1
* Don't escape multibyte characters (#7570)Oscar Nihlgård2018-04-231-28/+5
* nimpretty: next stepsAraq2018-04-181-11/+6
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-0/+8
* fewer temporary string allocations for the compiler's renderer (#7484)Arne Döring2018-04-041-15/+20
* Merge branch 'devel' into nimv2Andreas Rumpf2018-01-081-0/+8
|\
| * fixes #7019Andreas Rumpf2018-01-081-0/+8
* | preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-2/+2
|/
* fixes #6972Araq2017-12-291-0/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-211-2/+11
|\
| * Use escape sequences rather than hex in string/char literals (#6941)Mathias Stearn2017-12-181-2/+11
* | first steps in adding template/macro calls to stack tracesAraq2017-12-211-2/+2
|/
* renderer.nim: fixes a long standing bug that kept triple string literals from...Araq2017-12-171-1/+1
* renderer.nim: support for outputting symbol magics for debuggingAraq2017-11-301-1/+4
* deprecated unary '<'Andreas Rumpf2017-10-291-1/+1
* fixes c2nim regression; do not produce more newlinesAndreas Rumpf2017-10-191-18/+21
* some progress on the nimpretty tool; still not readyAraq2017-10-161-15/+53
* fixes a renderer regression that affects c2nimAndreas Rumpf2017-10-101-1/+4
* nimpretty bugfixAndreas Rumpf2017-10-061-1/+3
* beginnings of the new nimpretty tool; still unusableAndreas Rumpf2017-10-051-149/+159
* 'with' and 'without' are not keywords anymoreAraq2017-09-301-2/+2
* breaking change: getAst strips away pointless nnkStmtList nodes; node renderi...Andreas Rumpf2017-09-261-1/+7
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-1/+4
2c4b9b'>^
2169fd63b ^
90119066a ^

cd292568d ^



90119066a ^
90119066a ^


2169fd63b ^


5b789f2da ^
cd292568d ^
5b789f2da ^

8c799da86 ^
5b789f2da ^
a58a2f382 ^
5b789f2da ^
90119066a ^
cd292568d ^
5b789f2da ^




cd292568d ^
5b789f2da ^





142e849b9 ^
90119066a ^

























1db8b5cbb ^
73c355176 ^
90119066a ^











6ff8752be ^
4d5c3ebd4 ^


6ff8752be ^
740527813 ^

202972dea ^
740527813 ^
202972dea ^























740527813 ^
202972dea ^










740527813 ^
202972dea ^














740527813 ^
202972dea ^


740527813 ^


6ff8752be ^
0b4d5e45b ^


9e0649526 ^




90119066a ^

















6ff8752be ^
202972dea ^




90119066a ^


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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288