summary refs log tree commit diff stats
path: root/compiler/plugins
Commit message (Expand)AuthorAgeFilesLines
* IC: next steps (#16550)Andreas Rumpf2021-01-071-2/+2
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-022-3/+3
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-2/+1
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-252-5/+5
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-282-2/+2
* fixes #11958 (#12013)Andreas Rumpf2019-08-231-12/+11
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-182-4/+2
* rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)Arne Döring2019-05-111-1/+1
* Fix locals() interaction with generic typesLemonBoy2018-09-211-1/+1
* cleanup import pathsAraq2018-09-211-1/+1
* baby steps for incremental compilationAndreas Rumpf2018-05-301-1/+1
* active.nim: fixes the import path so that compilation with --noNimblePath worksAndreas Rumpf2018-05-291-1/+1
* refactoring: fewer global variablesAndreas Rumpf2018-05-273-9/+16
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-4/+4
* 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
270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422