summary refs log tree commit diff stats
path: root/tests/collections
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-132-3/+9
|\
| * Rename mget to `[]`def2015-03-312-17/+23
* | improves new testsAraq2015-10-122-3/+12
* | sequtils related changesPeter Mora2015-10-052-0/+35
* | tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-3/+3
* | added hash function for ordinal typesFabian Keller2015-07-031-0/+75
* | Merge pull request #2660 from MrJohz/contains-tablesAndreas Rumpf2015-05-082-15/+19
|\ \
| * | Add contains proc for tables to allow usage of `in`Jonathan2015-05-052-15/+19
* | | Merge pull request #2596 from Nycto/develVarriount2015-05-071-14/+34
|\ \ \ | |/ / |/| |
| * | Fix floats in tuples in HashSetsNycto2015-04-241-14/+34
| |/
* / fixes #2625Araq2015-05-031-0/+19
|/
* Added Test for zip() with anonymous tuples.Hans Raaf2015-03-171-2/+7
* Fix unknown symbol in tables mpairs iterator.Hans Raaf2015-02-211-0/+16
* added test case for #2107Araq2015-02-201-0/+10
* Add some unit tests for mgetOrPut and hasKeyOrPut.Charles Blake2015-02-171-1/+9
* New probe seq swaps 1st two keys. Fix in compare.Charles Blake2015-02-161-1/+1
* New probe seq swaps 1st two keys. Fix in cmp.Charles Blake2015-02-131-1/+1
* fixed minor bugs; cleaned up testsAraq2015-02-126-21/+342
* moved tsets test to collections/Simon Hafner2014-02-121-0/+17
* indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-061-0/+22
dev> 2019-05-19 23:45:48 -0400 committer Ben Morrison <ben@gbmor.dev> 2019-05-20 02:09:20 -0400 middleware func to attach remote ip to context' href='/gbmor/getwtxt/commit/http.go?id=747f4fb70ff61d3f8a7bb1bed896a913b0999450'>747f4fb ^
1168570 ^


893123c ^
fc49c57 ^
df1d1ef ^
893123c ^
b9d16fb ^
1168570 ^

747f4fb ^
1168570 ^



b9d16fb ^
d3d9df2 ^
1168570 ^
b6e7bb3 ^
1168570 ^

b9d16fb ^
d3d9df2 ^
37be25f ^
505c5d8 ^

37be25f ^
505c5d8 ^

1168570 ^
d2680fb ^
1168570 ^


d2680fb ^

1168570 ^
fc49c57 ^
1168570 ^


d6fbc25 ^
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