summary refs log tree commit diff stats
path: root/compiler/rodwrite.nim
Commit message (Expand)AuthorAgeFilesLines
* tester cleanup; enable some rod testsAraq2016-08-271-6/+9
* next steps in getting symbol files to work againAraq2016-08-161-12/+60
* some attempts to make symbolfiles work againAraq2016-08-131-16/+12
* small steps for making --symbolFiles:on work againAraq2015-07-201-94/+95
* CRC -> HashFlaviu Tamas2015-07-031-8/+8
* securehash: Keep module name consistentAdam Strzelecki2015-06-091-1/+2
* Use sha1 instead of crcFlaviu Tamas2015-05-261-2/+2
* Rename crc module to "secure_hash"Flaviu Tamas2015-05-231-1/+1
* Clean up crc moduleFlaviu Tamas2015-05-231-4/+4
* compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-2/+2
* Fix typosFederico Ceratto2015-02-151-1/+1
* implemented 'guard' annotationAraq2014-09-211-3/+0
* Nimrod renamed to NimAraq2014-08-281-2/+2
* renamefestAraq2014-08-231-1/+1
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency: next stepsAraq2013-12-291-5/+5
* case consistency part 4Araq2013-12-271-26/+26
* the compiler can now deal with multiple modules of the same nameAraq2013-09-261-1/+8
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-1/+2
* 'nimrod pretty' usableAraq2013-07-311-7/+3
* Merge branch 'master' of gh:/Araq/Nimrod into upstreamZahary Karadjov2013-05-041-0/+3
|\
| * rod file viewer for easier debugging of rod filesAraq2013-04-041-0/+3
| * Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* | containerID is no longer needed for genericsZahary Karadjov2013-03-011-3/+0
|/
* merged upstream masterZahary Karadjov2013-01-271-3/+3
|\
| * constraint now part of the parameter symbol and not of the typeAraq2012-12-051-3/+3
* | CaaS in-memory cachingZahary Karadjov2012-11-281-6/+7
* | caas is now drivable through stdinZahary Karadjov2012-11-281-7/+1
|/
* term rewriting macros fully implemented; still buggyAraq2012-09-031-0/+3
* first steps towards term rewriting macrosAraq2012-08-301-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* path canonicalization for imported modules, relative paths written in rod filesZahary Karadjov2011-12-111-8/+9
* bugfixes for .rod files and visual C++Araq2011-12-031-0/+1
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-1/+1
* implemented 'let' statementAraq2011-11-291-9/+2
* compilation cache: fixed recently introduced bug (lazy loading of bodies)Araq2011-11-061-5/+5
* lazy loading of body ast implementedAraq2011-10-301-1/+3
* compilation cache: slurped files are a dependency tooAraq2011-10-301-1/+1
* compilation cache: various bugfixes; works for the compiler itselfAraq2011-10-271-32/+46
* compilation cache: mostly working; generics not yetAraq2011-10-251-9/+16
* compilation cache: multi methods now workAraq2011-10-241-3/+2
* compilation cache: better dependency checkingAraq2011-10-231-0/+10
* compilation cache: small fixes; methods still not workingAraq2011-10-231-2/+3
* compilation cache: methods have a chance to workAraq2011-10-231-4/+12
* rod files: next trivial examples workingAraq2011-10-221-1/+1
* preparations for proper memmap'ed filesAraq2011-10-221-8/+16
* bugfix: nil -> emptyNodeAraq2011-10-221-1/+1
* bugfixes for ROD file generation; nimcache dir is now flatAraq2011-10-201-5/+5
* much more efficient rod file generationAraq2011-10-181-0/+1
* much more efficient rod file generationAraq2011-10-181-212/+307
Morrison <ben@gbmor.dev> 2019-09-05 03:25:45 -0400 letting errors flow up' href='/gbmor/clinte/commit/src/posts.rs?id=fd2f77093812a19536487bbf6928d02fb9b1f372'>fd2f770 ^
8b3c06f ^









fd2f770 ^
8b3c06f ^

fd2f770 ^
8b3c06f ^

fd2f770 ^

8b3c06f ^


fd2f770 ^
d098a93 ^













8b3c06f ^
fd2f770 ^
d098a93 ^




8b3c06f ^
fd2f770 ^
8b3c06f ^



fd2f770 ^

8b3c06f ^






fd2f770 ^

8b3c06f ^
fd2f770 ^
8b3c06f ^
e2c857a ^
8b3c06f ^


fd2f770 ^
8b3c06f ^

fd2f770 ^

8b3c06f ^

d098a93 ^



cf6e351 ^
d098a93 ^
cf0ad9b ^

d098a93 ^






8b3c06f ^
cf0ad9b ^
d098a93 ^





cf0ad9b ^
d098a93 ^



cf0ad9b ^
d098a93 ^
d098a93 ^
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