summary refs log tree commit diff stats
path: root/tests/array/t9932.nim
Commit message (Collapse)AuthorAgeFilesLines
* typeToString: type float => typedesc[float] (#17011)Timothee Cour2021-02-121-2/+2
| | | | | | | * typeToString: type float => typedesc[float] * fixup * fix tests
* disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ↵Neelesh Chandola2020-05-291-0/+11
(#13261) * disallow typedesc in arrays and move previous checks to types.typeAllowedAux
tests/gc/gcleak4.nim?h=devel&id=ee98c76d2e43eb2ff8e9bae38ac66f84bba6fb28'>^
022f3718a ^

5a838d3e0 ^
e80465dac ^
022f3718a ^













5a838d3e0 ^
e80465dac ^
022f3718a ^




5a838d3e0 ^
022f3718a ^
d9c922fc7 ^
eec18896b ^
022f3718a ^
5a838d3e0 ^




eec18896b ^
022f3718a ^

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