summary refs log tree commit diff stats
path: root/compiler/plugins/locals.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix locals() interaction with generic typesLemonBoy2018-09-211-1/+1
| | | | | | | Follow the same logic as semTupleFieldsConstr and only skip skVar since we're gonna add a nkDefer anyway. Fixes #8985
* refactoring: fewer global variablesAndreas Rumpf2018-05-271-0/+41