summary refs log tree commit diff stats
path: root/tests/concepts/tmatrixconcept.nim
Commit message (Collapse)AuthorAgeFilesLines
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-231-1/+1
|
* make concepts tests green againAndreas Rumpf2018-07-061-3/+3
|
* Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-241-4/+18
| | | | | Fixed the dot operator when used within return types (see tgenericdotrettype) Fixed the matching of generic concepts aliases used with the implicit generics style
* implement the special treatment of explicit type params in conceptsZahary Karadjov2017-03-241-1/+1
|
* support for inferring static[T] concept paramsZahary Karadjov2017-03-241-0/+67
dee9a9427 ^
dafd99540 ^
dee9a9427 ^
8b39551fc ^

08fdffc71 ^
8b39551fc ^
9f6f78ac6 ^

c93655e8b ^
08fdffc71 ^

9f6f78ac6 ^
05fe52383 ^
96c571dd9 ^
9f6f78ac6 ^

08fdffc71 ^
9f6f78ac6 ^


5b8544424 ^

9f6f78ac6 ^
c60916a2a ^
9f6f78ac6 ^

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