summary refs log tree commit diff stats
path: root/tests/distinct
Commit message (Expand)AuthorAgeFilesLines
* fix #9423 followup #17594: distinct generics now work in VM (#21816)ringabout2023-05-101-1/+25
* remove a special case in sigmatch; distinct pointer types no longer match `ni...ringabout2022-08-231-13/+5
* Fix distinct requiresInit test and manual (#19901)Khaled Hammouda2022-06-221-3/+3
* Fixed generic distinct conversions for 'var' (#18837)Jason Beetham2021-10-261-0/+17
* Fix subranges of distinct types (#18816) [backport]Jason Beetham2021-09-071-0/+14
* fix #12282 distinct now does not create erroneous copy in VM (#17594)Timothee Cour2021-03-311-0/+32
* fix #13517 (#16681)flywind2021-01-111-0/+14
* Make `{.requiresInit.}` to work for distinct types (#15869)Ivan Bobev2020-11-061-0/+32
* add testcase for #7165 (#15368)flywind2020-09-211-0/+15
* fixes #11715 (#11721)Andreas Rumpf2019-07-131-0/+8
* fixes #7167 (#11300)Andreas Rumpf2019-05-221-0/+15
* lots of small changesArne Döring2018-12-111-4/+2
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+2
* More descriptive names of test files (#9531)Miran2018-10-291-0/+0
* fixes #2760Araq2018-10-151-0/+10
* Merge tests into a larger file (part 2 of ∞) (#9335)Miran2018-10-139-142/+144
* string to string conversion keeps the dest type (#9323)LemonBoy2018-10-121-0/+12
* fixes #4435 (#9185)jcosborn2018-10-091-0/+21
* Constant folding should not drop distinct typesLemonBoy2018-09-271-0/+19
* Test case for #7010Ganesh Viswanathan2018-09-141-0/+19
* make tests green againAraq2018-08-131-15/+0
* make tests greenAraq2018-05-021-9/+6
* make tests on Windows greenAraq2017-01-311-0/+1
* test case cleanupAndreas Rumpf2016-08-261-4/+4
* Allowing `nil` for distinct types where the base type is nilableHans Raaf2016-08-051-0/+47
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
* fixes #2629, fixes #2641, fixes #2632, fixes #2630Araq2015-05-031-0/+20
* borrow dots for distinct types documentedAraq2014-03-261-0/+13
* new tester; all tests categorizedAraq2014-01-131-0/+38
449ec22751ca0e864d70424760e540a80c804'>f16449ec2 ^
fab8cee13 ^
54935e2e7 ^
a64d4dc35 ^


e65c296bc ^

62ccf1352 ^
8087f51d1 ^
a64d4dc35 ^
3d7abb958 ^
0d19de18c ^
a23d418d7 ^
e353737e3 ^

1a3b730bf ^

2958adc47 ^


c55f5b34e ^
5506e8491 ^
5f64d7a35 ^
d01ff8994 ^

9280473eb ^

d01ff8994 ^
d01ff8994 ^




62ccf1352 ^
bb3f648bd ^
bb3f648bd ^
258aabba6 ^
258aabba6 ^



258aabba6 ^
258aabba6 ^
258aabba6 ^







8b5aa221a ^
258aabba6 ^
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