Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make tests green again | Andreas Rumpf | 2017-10-16 | 1 | -1/+1 |
* | make tests green again | Andreas Rumpf | 2017-09-30 | 1 | -1/+1 |
* | make tests green again | Andreas Rumpf | 2017-08-31 | 1 | -4/+4 |
* | treat var modifiers inside the concept body correctly: #1033 | Zahary Karadjov | 2017-08-19 | 1 | -0/+30 |
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 3 | -8/+5 |
* | Fix #5084 | Zahary Karadjov | 2017-06-20 | 1 | -0/+61 |
* | Fix #5983 | Zahary Karadjov | 2017-06-20 | 1 | -0/+22 |
* | Fix #5888 | Zahary Karadjov | 2017-06-20 | 3 | -0/+36 |
* | Fix #5127 | Zahary Karadjov | 2017-06-20 | 3 | -26/+53 |
* | Fix #4020; Better handling of templates within concepts | Zahary Karadjov | 2017-06-20 | 1 | -0/+56 |
* | fix #5968 | Zahary Karadjov | 2017-06-20 | 1 | -0/+20 |
* | introduce a pre-processing pass for the concept bodies | Zahary Karadjov | 2017-06-20 | 2 | -0/+40 |
* | more sophisticated test for the previous commit | Zahary Karadjov | 2017-04-16 | 1 | -2/+22 |
* | fix compilation regression in alea | Zahary Karadjov | 2017-04-16 | 1 | -0/+33 |
* | fix #5689 | Zahary Karadjov | 2017-04-15 | 1 | -1/+1 |
* | fix #5654 | Zahary Karadjov | 2017-04-07 | 1 | -0/+42 |
* | fix #5642 | Zahary Karadjov | 2017-04-07 | 1 | -0/+25 |
* | fix a typo | Zahary Karadjov | 2017-03-24 | 1 | -1/+1 |
* | close #3330 | Zahary Karadjov | 2017-03-24 | 1 | -0/+41 |
* | close #2882 | Zahary Karadjov | 2017-03-24 | 1 | -1/+33 |
* | close #2423 | Zahary Karadjov | 2017-03-24 | 1 | -1/+18 |
* | close #2018 | Zahary Karadjov | 2017-03-24 | 1 | -2/+17 |
* | close #1991 | Zahary Karadjov | 2017-03-24 | 1 | -0/+69 |
* | close #1570 | Zahary Karadjov | 2017-03-24 | 1 | -1/+21 |
* | close #1147 | Zahary Karadjov | 2017-03-24 | 1 | -0/+16 |
* | close #1128 | Zahary Karadjov | 2017-03-24 | 1 | -0/+21 |
* | close #976 | Zahary Karadjov | 2017-03-24 | 1 | -0/+32 |
* | use lower-case proc names | Zahary Karadjov | 2017-03-24 | 1 | -1/+1 |
* | restore compilation and make all concepts tests green | Zahary Karadjov | 2017-03-24 | 1 | -36/+36 |
* | Working test cases for the sophisticated matrix library example from the manual | Zahary Karadjov | 2017-03-24 | 4 | -4/+92 |
* | further improvements to the error messages produced by concepts | Zahary Karadjov | 2017-03-24 | 1 | -28/+56 |
* | proper error reporting for concepts and the introduction of the {.explain.} p... | Zahary Karadjov | 2017-03-24 | 1 | -0/+92 |
* | implement the special treatment of explicit type params in concepts | Zahary Karadjov | 2017-03-24 | 2 | -3/+13 |
* | support derived values in non-generic user type classes | Zahary Karadjov | 2017-03-24 | 1 | -2/+7 |
* | support for inferring static[T] concept params | Zahary Karadjov | 2017-03-24 | 2 | -0/+82 |
* | support the full range of type modifiers when declaring concept vars and test... | Zahary Karadjov | 2017-03-24 | 1 | -27/+43 |
* | support for matching generic types' procs in generic concepts | Zahary Karadjov | 2017-03-24 | 2 | -1/+103 |
* | 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 |