summary refs log tree commit diff stats
path: root/tests/rodfiles
Commit message (Expand)AuthorAgeFilesLines
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-3/+0
* updated test caseAraq2016-08-271-2/+2
* next steps in getting symbol files to work againAraq2016-08-163-7/+6
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-24/+24
* nimrod -> nim in some filenamesdef2015-02-141-0/+0
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-163-0/+0
* pragma statements in rodfiles -- couldn't reproduceAraq2012-09-181-0/+3
* fixed the rodfiles testsZahary Karadjov2012-07-201-0/+2
* attempt to make tests greenAraq2012-04-171-1/+1
* re-enable rodfiles tests; fixes #91Zahary Karadjov2012-04-112-2/+0
* the test suite is mostly green againZahary Karadjov2012-03-162-1/+3
* compilation cache: fixed recently introduced bug (lazy loading of bodies)Araq2011-11-062-0/+26
* splicing tested and documentedAraq2011-10-284-8/+4
* compilation cache: tests now part of test suiteAraq2011-10-2715-30/+194
* rod files: next trivial examples workingAraq2011-10-221-0/+30
transform.cc.html?h=hlt&id=e4ac3c9e6e5464a0fc0f8fd3763a572e0e180c04'>e4ac3c9e ^
ac07e589 ^






672e3e50 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

672e3e50 ^
e5c11a51 ^
e4ac3c9e ^
a654e4ec ^
204dae92 ^

















201458e3 ^
204dae92 ^
201458e3 ^
204dae92 ^


201458e3 ^
204dae92 ^

e4ac3c9e ^
204dae92 ^

201458e3 ^
204dae92 ^
201458e3 ^
204dae92 ^
805d58c6 ^

204dae92 ^
805d58c6 ^

204dae92 ^





201458e3 ^
104e521c ^
9e751bb8 ^
e4ac3c9e ^

805d58c6 ^


e4ac3c9e ^
805d58c6 ^

9e751bb8 ^











e4ac3c9e ^
9e751bb8 ^
e4ac3c9e ^
9e751bb8 ^


104e521c ^
e4ac3c9e ^
805d58c6 ^










9e751bb8 ^






5fe060d5 ^
9e751bb8 ^






672e3e50 ^


a654e4ec ^
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