summary refs log tree commit diff stats
path: root/tests/concepts
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2017-11-211-3/+3
|
* language change: 'generic' and 'atomic' are not keywords anymoreAndreas Rumpf2017-11-211-2/+2
|
* concepts: fixes the stack overflow that happens for #6691Andreas Rumpf2017-11-051-0/+13
|
* make tests green againAndreas Rumpf2017-10-161-1/+1
|
* make tests green againAndreas Rumpf2017-09-301-1/+1
|
* make tests green againAndreas Rumpf2017-08-311-4/+4
|
* treat var modifiers inside the concept body correctly: #1033Zahary Karadjov2017-08-191-0/+30
|
* Remove expr/stmt (#5857)Arne Döring2017-07-253-8/+5
|
* Fix #5084Zahary Karadjov2017-06-201-0/+61
|
* Fix #5983Zahary Karadjov2017-06-201-0/+22
|
* Fix #5888Zahary Karadjov2017-06-203-0/+36
|
* Fix #5127Zahary Karadjov2017-06-203-26/+53
|
* Fix #4020; Better handling of templates within conceptsZahary Karadjov2017-06-201-0/+56
|
* fix #5968Zahary Karadjov2017-06-201-0/+20
|
* introduce a pre-processing pass for the concept bodiesZahary Karadjov2017-06-202-0/+40
| | | | | | | fixes #4982 fixes #3805 close #3414
* 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
| | | | | 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
|