summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'devel' into araq-better-codegenAndreas Rumpf2017-09-232-1/+3
|\ \
| * | NimScript: added buildOS and buildCPU constantsAndreas Rumpf2017-09-222-1/+3
* | | added 'nim jsonscript' featureAndreas Rumpf2017-09-234-33/+76
* | | Merge branch 'araq-better-pure-enums' into araq-better-codegenAndreas Rumpf2017-09-226-7/+27
|\ \ \
| * | | .pure enums are much more convenient to use nowAndreas Rumpf2017-09-176-7/+27
| |/ /
* | | fixes #6403Andreas Rumpf2017-09-212-15/+26
* | | make tests green againAndreas Rumpf2017-09-211-0/+1
* | | refactoring: TLoc knows the node it originated from; it is planned to use thi...Andreas Rumpf2017-09-218-196/+215
* | | introduce OnHeapNew and rename TLoc.s to TLoc.storageAndreas Rumpf2017-09-217-91/+95
|/ /
* | Fix operations on string as openarray in VM. (#6257)Parashurama2017-09-154-8/+35
* | Fixes #6336 (#6337)Yuriy Glukhov2017-09-061-2/+10
* | Fixed handling of versions with dashes in nimble pkgs (#6335)Yuriy Glukhov2017-09-061-9/+20
* | C++ codgen: do not emit struct literals if not possibleAndreas Rumpf2017-09-051-4/+8
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-09-052-4/+7
|\ \
| * | improve the debugging experience when line directives are usedZahary Karadjov2017-09-042-4/+7
* | | fixes #6294Araq2017-09-051-11/+30
|/ /
* | make install.txt part of the zipsAraq2017-09-041-1/+1
* | Allow to modify backend link template (#6173)Ruslan Mustakov2017-09-031-1/+4
* | only replace the tilde when followed by a slash; refs #6176Araq2017-09-031-2/+2
* | Fix seq.setLen initialisation in VM (#6224)Parashurama2017-09-022-8/+32
* | Implement .nimble-link files in the compiler and add tests for them.Dominik Picheta2017-09-021-3/+14
* | Add readme to tests. Add fileDir option to testament & create nimble test.Dominik Picheta2017-09-021-35/+60
* | fixes #6306Andreas Rumpf2017-09-011-1/+1
* | make tests green againAndreas Rumpf2017-08-311-2/+4
* | low/high/of are now overloadable operationsAndreas Rumpf2017-08-302-38/+39
* | Fix #6295 (#6296)BigEpsilon2017-08-301-1/+1
* | fixes #6279Andreas Rumpf2017-08-292-5/+44
* | Make Nim gdb pretty print friendly (#6240)cooldome2017-08-242-2/+3
* | fixes basic type alignement issue on i386 platform. (#6209)Parashurama2017-08-191-1/+18
* | fixes mitems iterator on vm. (issue with tuple value)Parashurama2017-08-191-0/+3
* | Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-5/+8
* | treat var modifiers inside the concept body correctly: #1033Zahary Karadjov2017-08-192-8/+16
* | fix #5918Zahary Karadjov2017-08-191-1/+3
* | Fixes #5965 (#6237)Daniil Yarancev2017-08-141-1/+6
* | WIP: --gc:regions instead of --gc:stackAraq2017-08-132-5/+5
* | fixes #6234Andreas Rumpf2017-08-111-4/+4
* | reorder pass: consider the 'using' statement; disabled debug outputAndreas Rumpf2017-08-111-2/+2
* | type kind is now part of the generated name for types (#6203)Arne Döring2017-08-101-4/+5
* | fix VM intsize for 32bits and smaller targetOS. (#6211)Parashurama2017-08-101-3/+4
* | Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-063-3/+11
* | codegen: do not produce empty loops; speeds up debug builds tremendously on W...Araq2017-08-041-2/+14
* | Merge pull request #6165 from endragor/no-source-without-gitDominik Picheta2017-08-031-6/+8
|\ \
| * | Do not generate Source/Edit without git in configRuslan Mustakov2017-07-311-6/+8
* | | Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-032-3/+6
* | | fixes #6016 union alias trigger bad codegen (#6117)andri lim2017-08-031-0/+1
* | | Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988)Parashurama2017-08-033-3/+29
* | | Corrected tuple type to nkPar for unnamed tuples on getType (#6172)Yuriy Glukhov2017-08-031-1/+2
|/ /
* | distinguish between 'reorder' and 'noforward'Andreas Rumpf2017-07-264-8/+11
* | implemented reordering passAndreas Rumpf2017-07-252-1/+105
* | Remove expr/stmt (#5857)Arne Döring2017-07-253-15/+10
|/
'#n668'>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 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851