summary refs log tree commit diff stats
path: root/tests/concepts
Commit message (Expand)AuthorAgeFilesLines
...
* more sophisticated test for the previous commitZahary Karadjov2017-04-161-2/+22
* fix compilation regression in aleaZahary Karadjov2017-04-161-0/+33
* fix #5689Zahary Karadjov2017-04-151-1/+1
* fix #5654Zahary Karadjov2017-04-071-0/+42
* fix #5642Zahary Karadjov2017-04-071-0/+25
* fix a typoZahary Karadjov2017-03-241-1/+1
* close #3330Zahary Karadjov2017-03-241-0/+41
* close #2882Zahary Karadjov2017-03-241-1/+33
* close #2423Zahary Karadjov2017-03-241-1/+18
* close #2018Zahary Karadjov2017-03-241-2/+17
* close #1991Zahary Karadjov2017-03-241-0/+69
* close #1570Zahary Karadjov2017-03-241-1/+21
* close #1147Zahary Karadjov2017-03-241-0/+16
* close #1128Zahary Karadjov2017-03-241-0/+21
* close #976Zahary Karadjov2017-03-241-0/+32
* use lower-case proc namesZahary Karadjov2017-03-241-1/+1
* restore compilation and make all concepts tests greenZahary Karadjov2017-03-241-36/+36
* Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-244-4/+92
* further improvements to the error messages produced by conceptsZahary Karadjov2017-03-241-28/+56
* proper error reporting for concepts and the introduction of the {.explain.} p...Zahary Karadjov2017-03-241-0/+92
* implement the special treatment of explicit type params in conceptsZahary Karadjov2017-03-242-3/+13
* support derived values in non-generic user type classesZahary Karadjov2017-03-241-2/+7
* support for inferring static[T] concept paramsZahary Karadjov2017-03-242-0/+82
* support the full range of type modifiers when declaring concept vars and test...Zahary Karadjov2017-03-241-27/+43
* support for matching generic types' procs in generic conceptsZahary Karadjov2017-03-242-1/+103
* 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