summary refs log tree commit diff stats
path: root/tests/concepts
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | Fixed the dot operator when used within return types (see tgenericdotrettype) Fixed the matching of generic concepts aliases used with the implicit generics style
* 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.} ↵Zahary Karadjov2017-03-241-0/+92
| | | | pragma
* 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 ↵Zahary Karadjov2017-03-241-27/+43
| | | | testing proc signatures
* 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