summary refs log tree commit diff stats
path: root/compiler/ccgreset.nim
Commit message (Expand)AuthorAgeFilesLines
* remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018)metagn2024-08-281-1/+1
* refactor: The popular 'r' field is now named 'snippet' (#23829)Andreas Rumpf2024-07-121-7/+7
* Fix reset code gen for range types (#22462, #23214) (#23215)Giuliano Mega2024-01-181-2/+2
* type refactor: part 4 (#23077)Andreas Rumpf2023-12-151-6/+5
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-3/+3
* 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