summary refs log tree commit diff stats
path: root/compiler/ccgreset.nim
Commit message (Expand)AuthorAgeFilesLines
* NIR: Nim intermediate representation (#22777)Andreas Rumpf2023-10-111-2/+2
* replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...ringabout2023-08-101-1/+1
* `getTemp` and friends now return `TLoc` as requested (#22440)ringabout2023-08-101-2/+1
* use out parameters for getTemp (#22399)ringabout2023-08-071-1/+1
* use strictdefs for compiler (#22365)ringabout2023-08-061-1/+1
* no ropes WIP (#20433)Andreas Rumpf2022-09-271-2/+2
* fixes #19967; reset does not work on set [backport: 1.2] (#19968)ringabout2022-08-231-1/+14
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-171-1/+1
* specialize genericReset (#14398)Andreas Rumpf2020-05-191-0/+94