summary refs log tree commit diff stats
path: root/compiler/plugins/itersgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-1/+1
| | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-3/+1
|
* baby steps for incremental compilationAndreas Rumpf2018-05-301-1/+1
|
* refactoring: fewer global variablesAndreas Rumpf2018-05-271-4/+2
|
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-4/+4
|
* more modules compile againAndreas Rumpf2018-05-121-5/+5
|
* fixes #7522Araq2018-04-061-4/+3
|
* fixes #3622Andreas Rumpf2015-12-041-2/+4
|
* lambda lifting support for iterToProc pluginAraq2015-12-011-0/+49