summary refs log tree commit diff stats
path: root/tests/vm/tstaticprintseq.nim
Commit message (Expand)AuthorAgeFilesLines
* make tstaticprintseq greenAraq2014-04-011-2/+2
* fixed another vm bugAraq2014-04-011-1/+5
* failing test case preventing the use of --gc:v2: tsymchoicefieldZahary Karadjov2014-03-241-4/+7
* fixes #1010Araq2014-03-221-1/+21
* teach opcLdObj about nkExprColonExprZahary Karadjov2014-03-091-18/+18
* few more fixes for static params in macros; new failing test cases for static...Zahary Karadjov2014-03-091-7/+41
* failing test case for static evaluationZahary Karadjov2014-03-041-0/+21
ba4cc4bf3 ^
8d734244b ^


d61f326f3 ^
70ea45cdb ^
8d734244b ^


70ea45cdb ^
8d734244b ^
2df9b442c ^
8d734244b ^



a4e2b0c15 ^
8d734244b ^
a4e2b0c15 ^
8d734244b ^


d61f326f3 ^
92b8fac94 ^
8d734244b ^





d61f326f3 ^
8d734244b ^
d61f326f3 ^
92b8fac94 ^
8d734244b ^





e25474154 ^
479212995 ^
e25474154 ^
0f0dfd637 ^


669a56449 ^
0f0dfd637 ^
e25474154 ^
a568c6102 ^
e65c296bc ^
fab69661a ^








a568c6102 ^

848676cec ^
a568c6102 ^
848676cec ^


e213b120a ^
848676cec ^


fab69661a ^









34388c5cc ^
fab69661a ^







a568c6102 ^
fab69661a ^



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