summary refs log tree commit diff stats
path: root/compiler/plugins/locals.nim
Commit message (Collapse)AuthorAgeFilesLines
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
|
* rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)Arne Döring2019-05-111-1/+1
|
* 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