summary refs log tree commit diff stats
path: root/tests/proc
Commit message (Expand)AuthorAgeFilesLines
* proc does not take untyped/typed as argument (#9981)Neelesh Chandola2018-12-192-0/+14
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+1
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-164-37/+31
* Pick skParam symbols when resolving type idents (#8720)LemonBoy2018-08-221-0/+10
* Update all the default parameters after an instantiation (#8689)LemonBoy2018-08-201-0/+11
* make tests green againAndreas Rumpf2018-05-021-2/+2
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-4/+4
* new tester; all tests categorizedAraq2014-01-132-0/+25
ools/niminst/install.tmpl?h=devel&id=072f932575965b55adc55beb1bb8d61e10122257'>072f93257 ^
761936bad ^
4d4b3b1c0 ^

eaf4da041 ^
cb76f266f ^
765366c1f ^
4d4b3b1c0 ^
765366c1f ^
ddaedab83 ^
4d4b3b1c0 ^



765366c1f ^
4d4b3b1c0 ^




6c88debd5 ^
4d4b3b1c0 ^





ced1c1357 ^
4d4b3b1c0 ^


39d802188 ^
4d4b3b1c0 ^


ced1c1357 ^
4d4b3b1c0 ^


cb76f266f ^











4d4b3b1c0 ^






cb76f266f ^
761936bad ^


4d4b3b1c0 ^
ddaedab83 ^
cb76f266f ^
761936bad ^

ced1c1357 ^
cb76f266f ^
4d4b3b1c0 ^

cb76f266f ^
4d4b3b1c0 ^
3f3dda5a7 ^
cb76f266f ^
4d4b3b1c0 ^
cb76f266f ^




eaf4da041 ^
4d4b3b1c0 ^
ddaedab83 ^
4d4b3b1c0 ^
ddaedab83 ^
4d4b3b1c0 ^
eaf4da041 ^

4d4b3b1c0 ^
cb76f266f ^
eaf4da041 ^

4d4b3b1c0 ^
cb76f266f ^
eaf4da041 ^


761936bad ^
4d4b3b1c0 ^
761936bad ^
eaf4da041 ^


761936bad ^
4d4b3b1c0 ^
761936bad ^
eaf4da041 ^

4d4b3b1c0 ^
cb76f266f ^






4d4b3b1c0 ^

765366c1f ^
4d4b3b1c0 ^




6c88debd5 ^
4d4b3b1c0 ^



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