summary refs log tree commit diff stats
path: root/compiler/concepts.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make error message for empty new-styled concept more descriptive (#18506)konsumlamm2021-07-181-8/+7
| | | | | | | * Allow empty new-styled concept Slightly improve error messages * Make empty new-styled concepts an error
* cString => cSourceString; tyCString => tyCstring so that error msgs show ↵Timothee Cour2021-04-171-2/+2
| | | | cstring, not cString (#17744)
* new-style concepts implementation, WIP (#15251)Andreas Rumpf2021-02-241-0/+340
* fixes #15210 [backport:1.2] * make tests green * make ordinal work * makes Swapable test compile * make Indexable example work * concepts: 'self' is now 'Self' * concepts: make Dictionary example compile * document the new concept implementation * concepts: make typeDesc work properly * concepts: allow documentation comments (d'oh)