summary refs log tree commit diff stats
path: root/tests/seq
Commit message (Expand)AuthorAgeFilesLines
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-168-198/+181
* make t7346 work againAndreas Rumpf2018-09-241-10/+0
* Test cases for #6969 #7346 #7581Ganesh Viswanathan2018-09-121-0/+10
* fixes #4973Andreas Rumpf2017-02-011-2/+11
* add test for shallow seq copyJacek Sieka2016-03-231-0/+17
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-50/+50
* fixed tests/seq/tsequtils.nimDo Nhat Minh2015-01-071-1/+1
* Rename sequtils.distnct to sequtils.deduplicate.Reimer Behrends2014-06-281-2/+2
* new tester; all tests categorizedAraq2014-01-136-0/+172
commit/compiler/modules.nim?h=devel&id=70e8640244e48e8d62c5af42101c9df2b57224d9'>70e864024 ^
8ca5b71c6 ^

9e6fb3f69 ^
8ca5b71c6 ^

52bb696cd ^
33b69f0ed ^
aa88e150d ^
def61c9fc ^
aa88e150d ^
f3b8d9221 ^
aa88e150d ^
55e7d91b3 ^
aa88e150d ^
def61c9fc ^
8ca5b71c6 ^
def61c9fc ^
aa88e150d ^
b6b5a11be ^
8ca5b71c6 ^
b6b5a11be ^

9e6fb3f69 ^
9eb909baf ^
9eb909baf ^

9e6fb3f69 ^
9eb909baf ^

33b69f0ed ^
def61c9fc ^
33b69f0ed ^
9e6fb3f69 ^
def61c9fc ^
aa88e150d ^

92b8fac94 ^
9eb909baf ^

8ca5b71c6 ^
9eb909baf ^

aa88e150d ^
33b69f0ed ^
9e6fb3f69 ^
aa88e150d ^
9e6fb3f69 ^


aa88e150d ^

0b84ee167 ^


2fcc16374 ^







046ed4ed2 ^
9e6fb3f69 ^
8ca5b71c6 ^
29db0d858 ^
9e6fb3f69 ^








8ca5b71c6 ^
9e6fb3f69 ^







33b69f0ed ^
9e6fb3f69 ^
aa88e150d ^
9e6fb3f69 ^

e9eab32e5 ^

0b84ee167 ^
8ca5b71c6 ^


aa88e150d ^
33b69f0ed ^
9e6fb3f69 ^
b7116a28e ^
9e6fb3f69 ^
33b69f0ed ^
aa88e150d ^
9e6fb3f69 ^
8ca5b71c6 ^
342e50e26 ^
9e6fb3f69 ^
aa88e150d ^
8ca5b71c6 ^

342e50e26 ^

7f7b13a45 ^
45accd613 ^


9e6fb3f69 ^
33b69f0ed ^
342e50e26 ^



074f276c8 ^
92b8fac94 ^
9e6fb3f69 ^
aa88e150d ^
9e6fb3f69 ^

aa88e150d ^
9e6fb3f69 ^
342e50e26 ^
69b32637b ^

9e6fb3f69 ^
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