summary refs log tree commit diff stats
path: root/tests/concepts
Commit message (Expand)AuthorAgeFilesLines
* support for accessing types and consts defined in concepts with the dot operatorZahary Karadjov2017-03-241-3/+16
* support for accessing the inferred concept type params with the dot operatorZahary Karadjov2017-03-241-1/+2
* concept type params inference working in basic examplesZahary Karadjov2017-03-241-0/+49
* fixes #3686Andreas Rumpf2016-03-011-0/+13
* removes 'x is iterator' special casing in the languageAraq2015-12-031-1/+1
* fixes #3452Araq2015-10-221-0/+29
* fixes #2404Araq2015-03-252-12/+19
* added missing test caseAraq2015-03-231-0/+15
* concept example from the manual now works againAraq2015-03-231-4/+3
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-234-8/+8
* fixes #2346Araq2015-03-164-0/+216