summary refs log tree commit diff stats
path: root/doc/advopt.txt
Commit message (Expand)AuthorAgeFilesLines
...
* cleaner GC switchingAraq2013-01-311-1/+1
* merged upstream masterZahary Karadjov2013-01-271-1/+3
|\
| * implemented --listFullPaths option for aporiaAraq2012-12-271-0/+1
| * compiler support for babelAraq2012-12-071-2/+2
| * replaced recursivePath with shallowPath for BabelAraq2012-12-061-1/+2
* | adds an option to interleave the generated code with snippets from the origin...Zahary Karadjov2012-12-021-0/+2
* | caas is now drivable through stdinZahary Karadjov2012-11-281-0/+1
|/
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-0/+1
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-0/+1
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-1/+2
* implements #173Araq2012-07-281-0/+2
* doc2 improvementsAraq2012-06-241-2/+0
* docgen2 improvementsAraq2012-06-231-1/+1
* first implementation of docgen2Araq2012-06-231-0/+1
* deprecated the pretty printer commandAraq2012-06-221-1/+0
* extracted documentation generatorAraq2012-05-091-1/+2
* first steps for cleaner static/const distinctionAraq2012-03-131-0/+1
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-1/+2
* New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-1/+9
* documented --recursivePathAraq2011-11-041-0/+1
* new compiler option tlsEmulationAraq2011-10-271-0/+1
* bugfixes for ROD file generation; nimcache dir is now flatAraq2011-10-201-0/+1
* beginning of a taint mode; type system enhancementsAraq2011-09-241-0/+1
* documentation for --nimcache optionAraq2011-08-191-0/+1
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-1/+2
* basic thread analysis workingAraq2011-06-131-1/+1
* --stdout support; idetools implementedAraq2011-02-251-7/+14
* REPL improvementsAraq2011-02-131-0/+3
* changes to threads; --recursivePath supportAraq2011-01-291-0/+1
* support for objective C generationAraq2011-01-101-0/+1
* tiny C support; cosmetic improvements for the docsAraq2010-08-281-0/+39
a6058fedce'>^
fb93cee95 ^
4d4b3b1c0 ^
bbe05c153 ^
4d4b3b1c0 ^

7ba2659f7 ^










657dca5c3 ^
3e25d5f24 ^
44f672a51 ^


4d4b3b1c0 ^
de8cb0a1c ^
d8a6b0b04 ^
4d4b3b1c0 ^

112b11c15 ^


44f672a51 ^
112b11c15 ^



3e25d5f24 ^
cbd78ec1f ^
3e25d5f24 ^
c0f78ec01 ^

3e25d5f24 ^

cbd78ec1f ^
3e25d5f24 ^
fb93cee95 ^
dc8ec4296 ^

097952413 ^
dc8ec4296 ^
3e25d5f24 ^
7d217a71d ^





4d4b3b1c0 ^
fb93cee95 ^
4d4b3b1c0 ^

fb93cee95 ^
4d4b3b1c0 ^
3cf88c2b4 ^






fb93cee95 ^
4d4b3b1c0 ^

821a6ef4c ^




083b31b47 ^


c282cee4d ^






821a6ef4c ^
8cb80238c ^
d3b27eb63 ^





821a6ef4c ^

8572085cc ^
821a6ef4c ^


3cf88c2b4 ^
821a6ef4c ^

2cb484cef ^
821a6ef4c ^

7d217a71d ^
821a6ef4c ^





d6d40a2d3 ^
2cb484cef ^
821a6ef4c ^


c282cee4d ^






821a6ef4c ^

58282547f ^


821a6ef4c ^

8572085cc ^
7621bb05c ^



083b31b47 ^







097952413 ^
083b31b47 ^

7d217a71d ^
083b31b47 ^




821a6ef4c ^
083b31b47 ^
3cf88c2b4 ^

4d4b3b1c0 ^




fd5c8ef20 ^

f7bdc205c ^

f9c93d23b ^
4d4b3b1c0 ^


37c3c0033 ^
4d4b3b1c0 ^


4d4b3b1c0 ^
20f92616d ^

fb93cee95 ^

5da27a891 ^
7db3d97cf ^
e649ddd09 ^



fb93cee95 ^

451c47634 ^
4d4b3b1c0 ^
58282547f ^
abf1951ff ^
4d4b3b1c0 ^
93b6fac46 ^
4d4b3b1c0 ^
fb93cee95 ^
02f446405 ^
fb93cee95 ^



708b9f90b ^
c282cee4d ^
fb93cee95 ^


4d4b3b1c0 ^
f9c93d23b ^
4d4b3b1c0 ^


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