summary refs log tree commit diff stats
path: root/doc/manual/generics.txt
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: directly use ref object + fields (#6598)Mamy Ratsimbazafy2017-11-151-23/+31
|
* documentation improvement; make mixin easier to search (#6409)jlp7652017-09-211-0/+6
|
* requested code review changesZahary Karadjov2017-03-291-8/+23
|
* restore the T1-T9 types and clarify how generic concepts workZahary Karadjov2017-03-281-6/+25
|
* use lower-case proc namesZahary Karadjov2017-03-241-1/+1
|
* Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-241-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 involvedZahary Karadjov2017-03-241-2/+2
|
* some revisions to the Concepts and VTable types specsZahary Karadjov2017-03-241-25/+24
|
* future manual additions for the full concept spec I'm aiming to implementZahary Karadjov2017-03-241-19/+361
|
* expr and stmt are now deprecatedAndreas Rumpf2016-07-301-1/+1
|
* updated 'concept' docsAndreas Rumpf2016-07-191-10/+0
|
* removes 'x is iterator' special casing in the languageAraq2015-12-031-1/+1
|
* added --reportConceptFailures switch to the manualAraq2015-10-221-0/+4
|
* clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; ↵Araq2015-09-141-10/+1
| | | | fixes #3224
* doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* rename writeln to writeLine in docpatrick dw2015-06-191-1/+1
|
* Note about deprecation in generics.txtapense2015-06-081-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 bitdef2015-04-071-1/+1
|
* updated the manualAraq2015-03-231-31/+6
|
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-35/+35
|
* Manual renamesdef2015-01-161-22/+22
|
* manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-0/+346