summary refs log tree commit diff stats
path: root/compiler/lookups.nim
Commit message (Collapse)AuthorAgeFilesLines
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-7/+7
|
* case consistency part 4Araq2013-12-271-7/+7
|
* case consistency part 1Araq2013-12-271-43/+43
|
* attempt to merge newtemplAraq2013-12-241-2/+5
|
* small REPL improvementsAraq2013-06-281-1/+2
|
* fixes #437, fixes #436Araq2013-05-181-1/+1
|
* merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-121-3/+1
|\
* | get rid of TOverloadIter.stackPtrZahary Karadjov2013-05-121-28/+36
| |
* | get rid of ImportTablePos and ModuleTablePosZahary Karadjov2013-05-121-53/+52
| |
* | get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-121-19/+60
| |
* | switch to a linked list of scopesZahary Karadjov2013-05-111-8/+4
|/
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* fixes #73Araq2012-09-231-4/+8
|
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-2/+2
|
* next steps to hygienic templatesAraq2012-08-201-14/+9
|
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-10/+13
|
* idetools improvementsAraq2012-08-031-1/+8
|
* made compiler more robust for idetools supportAraq2012-07-301-4/+9
|
* better error handling for better idetools supportAraq2012-07-291-9/+22
|
* improvements for idetools; system.compiles improvedAraq2012-07-291-1/+6
|
* next steps for closure consistency; fixes #176Araq2012-07-251-1/+1
|
* bugfix: UFCS for templates (ttempl3.nim enhanced)Araq2012-05-271-10/+11
|
* genSym support for hygienic macros and templates.Zahary Karadjov2012-03-261-1/+6
| | | | | | | | | example: template hygienic(val: expr) = var `*x` = val echo `*x` *x was chosen as mnemonic for "opposite of public" and thus private
* allowing definitions of procs and templates to be overridden in local scopesZahary Karadjov2012-03-141-2/+9
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* bugfix: preliminary symbol declaration in first pass of genericsAraq2011-12-301-1/+4
|
* bugfix: the code gen can now handle alias TLock = TSysLock; this fixes ↵Araq2011-12-231-1/+1
| | | | threading bugs
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-2/+2
|
* bugfix: forwarding of generic procs now worksAraq2011-07-301-1/+1
|
* preparations for 0.8.12Araq2011-07-101-4/+4
|
* intsets are now a proper module and part of the stdlibAraq2011-06-141-8/+8
|
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-30/+44
|
* got rid of some arcane module namesAraq2011-04-211-1/+1
|
* big repo cleanupAraq2011-04-121-0/+234
a> 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 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708