summary refs log tree commit diff stats
path: root/tests/varres
Commit message (Expand)AuthorAgeFilesLines
* require errormsg to be specified before file.Arne Döring2018-12-117-11/+6
* added a test to ensure that for-loop-variables cannot be mutatedAraq2018-08-281-0/+15
* fixes #5113Andreas Rumpf2018-04-211-0/+9
* fixes the 'var T' checkingAndreas Rumpf2018-03-241-4/+8
* enforce 'var T' produces a view into the first parameter; refs #7373Andreas Rumpf2018-03-241-0/+12
* more checking for 'var T' as return type; refs #7373Andreas Rumpf2018-03-242-1/+13
* the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-301-1/+1
* Fixed ret by var in jsYuriy Glukhov2015-10-152-5/+31
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-7/+7
* new tester; all tests categorizedAraq2014-01-135-0/+85
Ivanov <alehander42@gmail.com> 2018-02-27 16:23:19 +0200 committer Andreas Rumpf <rumpf_a@web.de> 2018-02-27 15:23:19 +0100 Fix return (#7225)' href='/ahoang/Nim/commit/lib/js/asyncjs.nim?h=devel&id=9c7374abcd2c1c79daccfef58c74964155985bbc'>9c7374abc ^
a9ba02e8c ^
9c7374abc ^

a9ba02e8c ^
9c7374abc ^
a9ba02e8c ^



7f6afa9e9 ^




a9ba02e8c ^


7f6afa9e9 ^
9c7374abc ^
a9ba02e8c ^

7f6afa9e9 ^


b3dfc93be ^
a9ba02e8c ^


7f6afa9e9 ^
b3dfc93be ^



7f6afa9e9 ^
b3dfc93be ^


9c7374abc ^
b3dfc93be ^



7f6afa9e9 ^
b3dfc93be ^
a9ba02e8c ^

7f6afa9e9 ^
b3dfc93be ^
7f6afa9e9 ^
9c7374abc ^
7f6afa9e9 ^

3bffbf5a4 ^
a9ba02e8c ^

b6c69dd45 ^
b3dfc93be ^
a9ba02e8c ^







c93655e8b ^



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