summary refs log tree commit diff stats
path: root/tests/concepts/matrix.nim
Commit message (Collapse)AuthorAgeFilesLines
* Remove expr/stmt (#5857)Arne Döring2017-07-251-3/+2
|
* Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-241-0/+15
Fixed the dot operator when used within return types (see tgenericdotrettype) Fixed the matching of generic concepts aliases used with the implicit generics style