summary refs log tree commit diff stats
path: root/compiler/plugins
Commit message (Collapse)AuthorAgeFilesLines
* more modules compile againAndreas Rumpf2018-05-121-5/+5
|
* warn about inconsistent spacing around binary operators; fixes #7582Andreas Rumpf2018-05-051-1/+1
|
* fixes #7522Araq2018-04-063-7/+6
|
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-1/+1
|
* fixes #3622Andreas Rumpf2015-12-042-4/+6
|
* lambda lifting support for iterToProc pluginAraq2015-12-011-0/+49
|
* added iterToProc pluginAraq2015-12-011-1/+1
|
* Hopefully fixes nimsuggest building against the compiler package.Dominik Picheta2015-06-041-1/+2
|
* system.locals is now a plugin for educationAraq2015-04-242-0/+55
n157'>157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250