summary refs log tree commit diff stats
path: root/compiler/concepts.nim
Commit message (Expand)AuthorAgeFilesLines
* chore: fix some typos (#23412)soonsouth2024-03-161-1/+1
* refactoring: no inheritance for PType/PSym (#23403)Andreas Rumpf2024-03-141-1/+1
* type refactor: part 4 (#23077)Andreas Rumpf2023-12-151-24/+26
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-3/+3
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-2/+2
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-1/+3
* minor refactoring, move some sym/type construction to semdata (#22654)metagn2023-09-071-14/+0
* unpublic the sons field of PType; the precursor to PType refactorings (#22446)ringabout2023-08-111-3/+3
* use strictdefs for compiler (#22365)ringabout2023-08-061-0/+7
* Fix concepts with doc comments (#22228)Jake Leahy2023-07-061-1/+3
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-241-1/+1
* fixes #21263; consider all candidates for concept matches (#21265)ringabout2023-01-171-1/+1
* fix a few "broken link" warnings (#20837)Andrey Makarov2022-11-141-1/+1
* Support doc comments in new-styled concepts (#20752)konsumlamm2022-11-041-0/+2
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* Make error message for empty new-styled concept more descriptive (#18506)konsumlamm2021-07-181-8/+7
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-171-2/+2
* new-style concepts implementation, WIP (#15251)Andreas Rumpf2021-02-241-0/+340