Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support for accessing types and consts defined in concepts with the dot operator | Zahary Karadjov | 2017-03-24 | 1 | -3/+16 |
* | support for accessing the inferred concept type params with the dot operator | Zahary Karadjov | 2017-03-24 | 1 | -1/+2 |
* | concept type params inference working in basic examples | Zahary Karadjov | 2017-03-24 | 1 | -0/+49 |
* | fixes #3686 | Andreas Rumpf | 2016-03-01 | 1 | -0/+13 |
* | removes 'x is iterator' special casing in the language | Araq | 2015-12-03 | 1 | -1/+1 |
* | fixes #3452 | Araq | 2015-10-22 | 1 | -0/+29 |
* | fixes #2404 | Araq | 2015-03-25 | 2 | -12/+19 |
* | added missing test case | Araq | 2015-03-23 | 1 | -0/+15 |
* | concept example from the manual now works again | Araq | 2015-03-23 | 1 | -4/+3 |
* | breaking change: 'concept' is now a keyword and used instead of 'generic' | Araq | 2015-03-23 | 4 | -8/+8 |
* | fixes #2346 | Araq | 2015-03-16 | 4 | -0/+216 |