summary refs log tree commit diff stats
path: root/compiler/rodwrite.nim
Commit message (Expand)AuthorAgeFilesLines
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency: next stepsAraq2013-12-291-5/+5
* case consistency part 4Araq2013-12-271-26/+26
* the compiler can now deal with multiple modules of the same nameAraq2013-09-261-1/+8
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-1/+2
* 'nimrod pretty' usableAraq2013-07-311-7/+3
* Merge branch 'master' of gh:/Araq/Nimrod into upstreamZahary Karadjov2013-05-041-0/+3
|\
| * rod file viewer for easier debugging of rod filesAraq2013-04-041-0/+3
| * Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* | containerID is no longer needed for genericsZahary Karadjov2013-03-011-3/+0
|/
* merged upstream masterZahary Karadjov2013-01-271-3/+3
|\
| * constraint now part of the parameter symbol and not of the typeAraq2012-12-051-3/+3
* | CaaS in-memory cachingZahary Karadjov2012-11-281-6/+7
* | caas is now drivable through stdinZahary Karadjov2012-11-281-7/+1
|/
* term rewriting macros fully implemented; still buggyAraq2012-09-031-0/+3
* first steps towards term rewriting macrosAraq2012-08-301-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* path canonicalization for imported modules, relative paths written in rod filesZahary Karadjov2011-12-111-8/+9
* bugfixes for .rod files and visual C++Araq2011-12-031-0/+1
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-1/+1
* implemented 'let' statementAraq2011-11-291-9/+2
* compilation cache: fixed recently introduced bug (lazy loading of bodies)Araq2011-11-061-5/+5
* lazy loading of body ast implementedAraq2011-10-301-1/+3
* compilation cache: slurped files are a dependency tooAraq2011-10-301-1/+1
* compilation cache: various bugfixes; works for the compiler itselfAraq2011-10-271-32/+46
* compilation cache: mostly working; generics not yetAraq2011-10-251-9/+16
* compilation cache: multi methods now workAraq2011-10-241-3/+2
* compilation cache: better dependency checkingAraq2011-10-231-0/+10
* compilation cache: small fixes; methods still not workingAraq2011-10-231-2/+3
* compilation cache: methods have a chance to workAraq2011-10-231-4/+12
* rod files: next trivial examples workingAraq2011-10-221-1/+1
* preparations for proper memmap'ed filesAraq2011-10-221-8/+16
* bugfix: nil -> emptyNodeAraq2011-10-221-1/+1
* bugfixes for ROD file generation; nimcache dir is now flatAraq2011-10-201-5/+5
* much more efficient rod file generationAraq2011-10-181-0/+1
* much more efficient rod file generationAraq2011-10-181-212/+307
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-2/+2
* doc improvements; added lazarus exampleAraq2011-07-241-5/+5
* intsets are now a proper module and part of the stdlibAraq2011-06-141-3/+3
* big repo cleanupAraq2011-04-121-0/+449
='#n483'>483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661