summary refs log tree commit diff stats
path: root/compiler/plugins/itersgen.nim
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-1/+1
* [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
120'>120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178