summary refs log tree commit diff stats
path: root/compiler/ccgreset.nim
Commit message (Collapse)AuthorAgeFilesLines
* cString => cSourceString; tyCString => tyCstring so that error msgs show ↵Timothee Cour2021-04-171-1/+1
| | | | cstring, not cString (#17744)
* specialize genericReset (#14398)Andreas Rumpf2020-05-191-0/+94
* progress * make tests green * maybe we also want to reset pointers, dunno * progress * cleanup; fixes #13879 [backport:1.2]