Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: directly use ref object + fields (#6598) | Mamy Ratsimbazafy | 2017-11-15 | 1 | -23/+31 |
| | |||||
* | documentation improvement; make mixin easier to search (#6409) | jlp765 | 2017-09-21 | 1 | -0/+6 |
| | |||||
* | requested code review changes | Zahary Karadjov | 2017-03-29 | 1 | -8/+23 |
| | |||||
* | restore the T1-T9 types and clarify how generic concepts work | Zahary Karadjov | 2017-03-28 | 1 | -6/+25 |
| | |||||
* | use lower-case proc names | Zahary Karadjov | 2017-03-24 | 1 | -1/+1 |
| | |||||
* | Working test cases for the sophisticated matrix library example from the manual | Zahary Karadjov | 2017-03-24 | 1 | -8/+22 |
| | | | | | Fixed the dot operator when used within return types (see tgenericdotrettype) Fixed the matching of generic concepts aliases used with the implicit generics style | ||||
* | infer static parameters even when more complicated arithmetic is involved | Zahary Karadjov | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | some revisions to the Concepts and VTable types specs | Zahary Karadjov | 2017-03-24 | 1 | -25/+24 |
| | |||||
* | future manual additions for the full concept spec I'm aiming to implement | Zahary Karadjov | 2017-03-24 | 1 | -19/+361 |
| | |||||
* | expr and stmt are now deprecated | Andreas Rumpf | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | updated 'concept' docs | Andreas Rumpf | 2016-07-19 | 1 | -10/+0 |
| | |||||
* | removes 'x is iterator' special casing in the language | Araq | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | added --reportConceptFailures switch to the manual | Araq | 2015-10-22 | 1 | -0/+4 |
| | |||||
* | clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; ↵ | Araq | 2015-09-14 | 1 | -10/+1 |
| | | | | fixes #3224 | ||||
* | doc: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | rename writeln to writeLine in doc | patrick dw | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Note about deprecation in generics.txt | apense | 2015-06-08 | 1 | -2/+4 |
| | | | I'm happy to change the wording or anything. It does seem like an important thing to mention, though. It might be better not to even mention typeless procs so as not to encourage bad behavior. | ||||
* | Fix container example in manual a bit | def | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | updated the manual | Araq | 2015-03-23 | 1 | -31/+6 |
| | |||||
* | breaking change: 'concept' is now a keyword and used instead of 'generic' | Araq | 2015-03-23 | 1 | -35/+35 |
| | |||||
* | Manual renames | def | 2015-01-16 | 1 | -22/+22 |
| | |||||
* | manual split up into multiple files; documented the new concurrency system | Araq | 2014-10-02 | 1 | -0/+346 |