summary refs log tree commit diff stats
path: root/tests/vm
Commit message (Expand)AuthorAgeFilesLines
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-1/+1
* fixes #9829 (#11849)Arne Döring2019-08-041-0/+15
* VM exception fixes (#11868)Oscar Nihlgård2019-08-021-0/+14
* Fix VM conversion to var type [bugfix] (#11866)Oscar Nihlgård2019-08-011-0/+5
* fixes tcompiletimerange [bugfix] (#11720)Andreas Rumpf2019-07-121-5/+4
* [bugfix] VM: finally do inheritance properlyAraq2019-07-121-10/+24
* fixes #11610 (#11659)Andreas Rumpf2019-07-051-2/+14
* VM can now cast integer type arbitrarily. (#11459) [feature]Arne Döring2019-06-101-0/+128
* make megatest work with 'koch boot -d:release' tooAraq2019-06-051-0/+4
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-1/+1
* close #8199 by adding a testnarimiran2019-05-291-0/+25
* make tests greennarimiran2019-05-281-0/+1
* tableinstatic test: make it arch-independednarimiran2019-05-271-2/+1
* Allow void macro result (#11286)Arne Döring2019-05-213-5/+5
* Fixes #11045. Assigning a proc to const and invoking. (#11076)Aditya Siram2019-05-041-0/+18
* Compiler plugin for implementing incremental computation in user space (#10819)cooldome2019-04-112-0/+47
* fixes #10886 [backport] (#10897)Andreas Rumpf2019-03-231-0/+18
* added system.default in order to prevent the abstraction inversion that 'temp...Andreas Rumpf2019-03-051-1/+26
* disable compile-time FFI supportAndreas Rumpf2019-02-231-1/+1
* FFI at CT (#10150)Timothee Cour2019-02-231-0/+81
* 32 bit fixes (#10608)Arne Döring2019-02-132-6/+11
* Rework exception handling in the VM (#10544)LemonBoy2019-02-081-0/+20
* Fix vm signed xor (#10519)Arne Döring2019-02-011-5/+11
* vm fix for bitwise signed ints (#10507)cooldome2019-01-311-0/+39
* Harmonize the var/let and const handling (#10410)LemonBoy2019-01-231-0/+11
* Fix compileTime pragma applying to whole var/let section (#10389)Neelesh Chandola2019-01-221-0/+15
* Object downconversion in VM should not copy (#10378)LemonBoy2019-01-221-0/+17
* Support system.reset in vm (#10400)Oscar Nihlgård2019-01-211-0/+28
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-081-8/+6
* Check there are no side effects before optimizing away compile time expressio...deech2018-12-311-0/+42
* add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...Timothee Cour2018-12-182-0/+49
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-2/+3
* lots of small changesArne Döring2018-12-111-1/+1
* megatest can be executedArne Döring2018-12-113-5/+20
* require errormsg to be specified before file.Arne Döring2018-12-112-4/+3
* fix #9872: setLen now works properly at CT [backport]Timothee Cour2018-12-081-0/+30
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-238-8/+8
* more eyewashArne Döring2018-11-231-0/+7
* updated tests to be executedArne Döring2018-11-233-7/+12
* make run the default action of a test in testerArne Döring2018-11-232-0/+0
* Fixes #9671 (#9750)Randy Smith2018-11-191-1/+0
* Of operator in vm fixes [backport] (#9717)cooldome2018-11-151-0/+51
* #9348 Merge some small test files (#9561)Ian2018-10-303-27/+30
* Remove install.txt and readme.txt (#9521)Utwo2018-10-281-2/+2
* Merge pull request #9496 from cooldome/vm_float_castsArne Döring2018-10-281-0/+47
|\
| * Add testAndrii Riabushenko2018-10-241-0/+47
* | Improve dumpLisp macro (#9515)Kaushal Modi2018-10-271-7/+7
|/
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-162-2/+2
* Field checks for everybody (#8957)LemonBoy2018-10-091-0/+3
* Fix for VM codegen with static[T] typesLemonBoy2018-09-231-0/+10
;hut@lavabit.com> 2009-12-12 00:23:18 +0100 clean ups/fixes' href='/akspecs/ranger/commit/ranger/gui/widgets/console.py?id=22449efdeaec4ae089a6461ab93700536b5ea1bd'>22449efd ^
e6dfc442 ^

cc952d63 ^

e6dfc442 ^




22449efd ^
cc952d63 ^
22449efd ^
cc952d63 ^

e6dfc442 ^



22449efd ^
ffec67de ^
22449efd ^
ffec67de ^

22449efd ^


ffec67de ^

cc952d63 ^
22449efd ^
cc952d63 ^

22449efd ^
cc952d63 ^
22449efd ^
cc952d63 ^
22449efd ^
cc952d63 ^
22449efd ^

cc952d63 ^




22449efd ^
cc952d63 ^

22449efd ^
cc952d63 ^


65cb1a32 ^






cc952d63 ^








































































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