Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |