summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #5148Araq2016-12-291-1/+1
* Used typed/untyped instead of stmt/expr in semQuoteAst. Fixes issue 5120 (#5126)Chris Heller2016-12-221-2/+2
* Merge branch 'devel' into sighashesAraq2016-12-171-2/+2
|\
| * Gramma change: casted or Casted to cast or Cast respectivelyjlp7652016-12-171-2/+2
* | more fixesAraq2016-12-031-0/+1
* | Merge branch 'devel' into sighashesAraq2016-12-011-1/+2
|\|
| * fixes #5079Araq2016-11-301-1/+2
* | Merge branch 'devel' into sighashesAraq2016-11-281-1/+1
|\|
| * recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-241-1/+1
* | removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-21/+23
|/
* refactoring complete: explicit ident cacheAraq2016-10-311-4/+4
* big refactoring: step 1Araq2016-10-311-5/+5
* fixes #4875Andreas Rumpf2016-10-201-18/+18
* fixes #4845Araq2016-10-081-1/+3
* fixes #4626Andreas Rumpf2016-09-131-42/+4
* fixes #4699Andreas Rumpf2016-09-051-1/+1
* fixes #4673Andreas Rumpf2016-09-011-3/+3
* fixes #4179; disallow assignments to openarraysAndreas Rumpf2016-08-261-2/+3
* Merge pull request #4592 from arnetheduck/compiler-cleanupAndreas Rumpf2016-08-251-12/+0
|\
| * remove unused stuffJacek Sieka2016-08-091-12/+0
* | side-effect computation now done in the proper pass; fixes #4254Andreas Rumpf2016-08-251-9/+0
|/
* fixes #4353Andreas Rumpf2016-08-041-1/+3
* fixes #4564Andreas Rumpf2016-08-041-3/+5
* fixes #4555Andreas Rumpf2016-08-021-1/+1
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-301-2/+2
* fixes #4432Andreas Rumpf2016-07-291-6/+4
* remove XXX commentAndreas Rumpf2016-07-201-1/+0
* Merge pull request #4488 from mbaulch/fix4346improvedAndreas Rumpf2016-07-161-0/+2
|\
| * Handle tuples with unnamed fields, symbols, and more. Less duplication.Matthew Baulch2016-07-151-5/+2
| * Fix: Correctly (and more efficiently) handle non-tuple conversions.Matthew Baulch2016-07-141-2/+3
| * Use target field types in tuple conversions.Matthew Baulch2016-07-141-0/+4
* | better be safe than sorryAndreas Rumpf2016-07-151-1/+2
* | rollback of nimsuggest improvement until we figured out the reasonsAndreas Rumpf2016-07-151-5/+5
* | fixes #3548Andreas Rumpf2016-07-151-7/+8
|/
* fixes #4358Andreas Rumpf2016-07-121-3/+6
* fixes #4371Andreas Rumpf2016-07-081-2/+1
* fixes #537Andreas Rumpf2016-07-061-0/+3
* refactoringsAndreas Rumpf2016-05-301-42/+55
* Merge branch 'patch/fix-3496-generic-tmpl-args' of https://github.com/nanoant...Andreas Rumpf2016-05-291-4/+56
|\
| * fixes #3496Adam Strzelecki2015-10-291-4/+56
* | fixes #3882Andreas Rumpf2016-05-281-3/+7
* | fixes #4227Andreas Rumpf2016-05-271-1/+1
* | fixes #950Andreas Rumpf2016-05-121-2/+2
* | fixes #177Andreas Rumpf2016-05-111-2/+2
* | include statement is not restricted to top level statements anymoreAraq2016-05-101-1/+1
* | fixes #3544Andreas Rumpf2016-04-301-3/+6
* | fixes #4097Andreas Rumpf2016-04-191-2/+6
* | use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-5/+0
* | added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-281-0/+1
* | 'using' statement is obsoleteAndreas Rumpf2016-02-281-15/+1
'>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 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776