summary refs log tree commit diff stats
path: root/compiler/msgs.nim
Commit message (Expand)AuthorAgeFilesLines
* simple unit test and better documentation for the user defined type classesZahary Karadjov2013-11-171-19/+36
* Merge branch 'type-classes' into upstreamZahary Karadjov2013-09-031-0/+3
|\
| * implemented the using statementZahary Karadjov2013-08-311-1/+2
| * implemented delegators and improved the error messages of unmatched type classesZahary Karadjov2013-08-261-0/+2
* | -d:nocaas mode for easier bootstrapping on exotic OSes (Haiku)Araq2013-09-011-7/+15
|/
* implemented computed goto supportAraq2013-08-131-0/+3
* Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14Zahary Karadjov2013-08-071-2/+4
* var tuple unpacking works at compile timeAraq2013-06-281-5/+6
* next steps for guarded data flow analysisAraq2013-06-111-9/+14
* implemented large parts of the 'not nil' checkingAraq2013-06-091-4/+5
* implemented dataflow analysis; activate via --warning[Uninit]:onAraq2013-06-041-4/+7
* Merge branch 'master' into newparserAraq2013-05-071-5/+10
|\
| * support suggest after compile in caas modeZahary Karadjov2013-05-051-5/+9
| * experimental support for answering idetools --def requests fromZahary Karadjov2013-05-041-0/+1
* | Merge branch 'master' into newparserAraq2013-05-041-1/+4
|\|
| * nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-1/+4
* | new parser worksAraq2013-04-201-2/+3
* | next steps for the new parserAraq2013-04-201-1/+1
|/
* experimental support for outputting code snippets in error messages; implemen...Zahary Karadjov2013-04-091-0/+15
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* added isServing parameterSimon Hafner2013-02-261-2/+2
* merged upstream masterZahary Karadjov2013-01-271-5/+16
|\
| * fixes #293Araq2013-01-081-1/+1
| * fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...Araq2012-12-311-0/+3
| * implemented --listFullPaths option for aporiaAraq2012-12-271-3/+11
| * fixes #271Araq2012-12-151-1/+1
* | fixed a regression in `nimrod i`Zahary Karadjov2013-01-271-1/+2
* | fixed a regression: compiling projects not residing in the current directoryZahary Karadjov2013-01-201-7/+9
* | adds an option to interleave the generated code with snippets from the origin...Zahary Karadjov2012-12-021-4/+66
* | CaaS in-memory cachingZahary Karadjov2012-11-281-1/+5
|/
* fixes #250Araq2012-11-191-4/+5
* AST quasi-quoting for macrosZahary Karadjov2012-11-111-0/+3
* caas barely works nowAraq2012-10-241-4/+11
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-8/+11
* next steps for 'compiler as a service'Araq2012-10-031-11/+18
* always print stack traces on errors in debug builds of nimrodZahary Karadjov2012-10-031-7/+10
* semExpr/semStmt mergedAraq2012-09-131-1/+1
* first steps to deprecate 'nil' statementAraq2012-09-091-3/+3
* term rewriting macros fully implemented; still buggyAraq2012-09-031-4/+5
* top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-131-2/+4
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-4/+4
* idetools improvementsAraq2012-08-031-1/+1
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-1/+1
* more improvements for idetoolsAraq2012-07-301-4/+6
* better error handling for better idetools supportAraq2012-07-291-1/+1
* improvements for idetools; system.compiles improvedAraq2012-07-291-0/+3
* implements #173Araq2012-07-281-3/+6
* added warning for confusing var declarationsAraq2012-07-261-3/+4
* added system.compilesAraq2012-07-201-3/+5
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-3/+3
pan> ^
3e1349d2 ^

2f02189d ^
3e1349d2 ^
f344b250 ^
2f02189d ^






3e1349d2 ^

2f02189d ^
f344b250 ^

2f02189d ^
3e1349d2 ^
f344b250 ^
2f02189d ^
f344b250 ^
2f02189d ^


d990e8f0 ^


2f02189d ^







3e1349d2 ^
f344b250 ^
2f02189d ^
3e1349d2 ^
f344b250 ^
2f02189d ^
3e1349d2 ^
2f02189d ^






3e1349d2 ^
f344b250 ^
2f02189d ^
3e1349d2 ^



f344b250 ^
2f02189d ^




















3e1349d2 ^

f344b250 ^



2f02189d ^













3e1349d2 ^
f344b250 ^
2f02189d ^
3e1349d2 ^


f344b250 ^
2f02189d ^
f344b250 ^
2f02189d ^




















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