summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* fixes #12224 (#12225)cooldome2019-09-212-5/+7
| | | | | | * fixes #12224 * improve test
* updated comment in ast.nimAraq2019-09-211-1/+0
|
* importjs symbol (#12218)Arne Döring2019-09-202-3/+19
| | | | | * importjs symbol * importjs warning message, minor warning fixes
* fixes #10981; fixes #7261 (#12217)Andreas Rumpf2019-09-191-1/+4
|
* Add --os:ios switch and docs. (#12204)treeform2019-09-182-4/+10
|
* add nodeId proc to macros (#11456)Arne Döring2019-09-185-2/+12
| | | | | | | | * add nodeId proc to macros * add doc comment. * fix typo
* rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207)Arne Döring2019-09-183-13/+17
|
* fixes #12195Araq2019-09-173-25/+32
|
* gc:destructors progressAndreas Rumpf2019-09-161-0/+1
|
* fixes #12193 (#12199)Andreas Rumpf2019-09-161-2/+1
|
* some gc:destructors progressAndreas Rumpf2019-09-162-15/+1
|
* fixes #12196Araq2019-09-161-6/+6
|
* better implementationAraq2019-09-161-2/+8
|
* fixes a weird quote do regressionAndreas Rumpf2019-09-161-1/+2
|
* changed name mangling for generated C filesAraq2019-09-132-3/+3
|
* fixes #12172Araq2019-09-132-3/+3
|
* no commas for empty importcpp splat params (#12183)Jasper Jenkins2019-09-121-5/+8
|
* Fixed c filenames mangling (#12161)Yuriy Glukhov2019-09-111-3/+3
|
* fixes #12170 (#12176)Andreas Rumpf2019-09-111-2/+2
|
* fixes #12171 (#12173)Andreas Rumpf2019-09-112-10/+14
|
* Revert "Refactored injectdestructors.nim (#11926)" (#12169)Andreas Rumpf2019-09-111-342/+383
| | | This reverts commit 20dec10722eecb1e9b9ee43a3e1cda7533837c72.
* fixes #12174Araq2019-09-111-0/+1
|
* Fix to the relevant path of the docs. (#12162)Benny Elgazar2019-09-101-1/+1
|
* fixes #12051Araq2019-09-102-2/+10
|
* closureiters.nim: finish the bugfixAndreas Rumpf2019-09-101-1/+1
|
* Fixed yield in nnkChckRange (#12160)Yuriy Glukhov2019-09-101-2/+2
|
* Small ast.nim cleanup (#12156)Clyybber2019-09-0954-573/+559
| | | | | * Remove sonsLen * Use Indexable
* Merge pull request #12153 from dumjyl/get_type-rangeAndreas Rumpf2019-09-081-2/+3
|\ | | | | fix range.getType crash
| * fix range.getType crashJasper Jenkins2019-09-051-2/+3
| |
* | fix #12130 ; improve naming scheme in fakePackageName (#12149)Andreas Rumpf2019-09-081-5/+3
|\ \ | | | | | | | | | | | | | | | * fix #12130 ; improve naming scheme in fakePackageName * fix tests
| * | fix #12130 ; improve naming scheme in fakePackageNameTimothee Cour2019-09-061-5/+3
| | |
* | | error for NimNode index kind (#12154)Jasper Jenkins2019-09-081-6/+10
| | |
* | | proper bugfixAraq2019-09-081-1/+2
| | |
* | | added a simple debugging helperAraq2019-09-081-0/+9
| | |
* | | fixes #11675Araq2019-09-082-1/+15
| | |
* | | fixes #12091Araq2019-09-081-1/+9
|/ /
* | fixes a critical --gc:boehm regressionAndreas Rumpf2019-09-061-1/+3
| |
* | exportc now mangles same as importc, fixes #10578 (#12144)Timothee Cour2019-09-064-34/+43
| | | | | | | | | | | | | | * fixes #10578 * add tests * add changelog * add {.exportcpp.}
* | fixes #12125 (#12131)Andreas Rumpf2019-09-063-23/+61
| | | | | | | | * fixes #12125
* | fixes yet another gensym regression (#12145)Andreas Rumpf2019-09-061-3/+3
| |
* | ic: update to serialize paddingAtEndAraq2019-09-052-1/+8
| |
* | allows access to .compileTime vars at runtime (#12128)Andreas Rumpf2019-09-053-13/+17
| |
* | fixes #12121 (#12126)Andreas Rumpf2019-09-054-12/+27
| |
* | fixes nimsuggest/#108: RangeError with d:releasenarimiran2019-09-041-1/+1
| |
* | introduce --oldgensym:on rather than --useVersionAndreas Rumpf2019-09-031-3/+3
| |
* | disable IC and the SQLite dependency for version 1Andreas Rumpf2019-09-032-1/+3
| |
* | Merge branch 'devel' into uint-range-checksAndreas Rumpf2019-09-0211-38/+58
|\|
| * revert #12100; typeof(nil) is weird enough, don't allow it as the return typeAndreas Rumpf2019-09-021-1/+1
| |
| * sink as lvalue (#12108)Andreas Rumpf2019-09-021-3/+3
| |\
| | * sink as lvalueAndrii Riabushenko2019-09-021-3/+3
| | |
f='#n1'>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