summary refs log tree commit diff stats
path: root/compiler/commands.nim
Commit message (Expand)AuthorAgeFilesLines
* allow to check verbosity level via compileOptionAndreas Rumpf2016-05-241-0/+1
* fixes #3763Andreas Rumpf2016-05-121-17/+21
* beginnings of --gc:stackAndreas Rumpf2016-03-121-0/+4
* Added --noCppExceptions switchRuslan Mustakov2016-02-181-0/+4
* Fixes #3871Yuriy Glukhov2016-02-161-1/+1
* make Nim always show the current yearAndreas Rumpf2016-01-191-1/+1
* compiler/commands: Always write usage to stdoutAdam Strzelecki2015-10-221-3/+4
* doc\advopt.txtAraq2015-10-221-0/+2
* gangbang support for NimScriptAraq2015-09-081-2/+9
* Merge branch 'devel' into coroutinesrku2015-08-201-1/+1
|\
| * implements experimental new config system based on NimScriptAraq2015-08-161-1/+1
* | Added fasm (external assembler) support.rku2015-07-311-0/+4
|/
* List warnings & hints via --(hints|warnings):listAdam Strzelecki2015-07-031-2/+16
* Introduce NotesVerbosity defining verbosity levelsAdam Strzelecki2015-07-031-2/+13
* Change --useColors to --colors:on|off and add helpAdam Strzelecki2015-06-241-3/+1
* use linenoise instead of GNU readlineAraq2015-06-211-1/+1
* Merge branch 'devel' into gogcStefan Talpalaru2015-06-151-0/+3
|\
| * Colors!Ryan Gonzalez2015-06-021-0/+3
* | the Go GC - initial implementationStefan Talpalaru2015-05-311-1/+6
|/
* Add path directive to allow inclusion of config file's path itselftransfuturist2015-05-141-2/+4
* fixes #2569Araq2015-04-231-3/+1
* re-enable git hash compiler infoAraq2015-04-111-3/+3
* preparations for better gcsafety messagesAraq2015-04-041-89/+89
* don't use stdout for nimsuggest server modeAraq2015-02-271-1/+1
* improved --debugger switch; updated release planAraq2015-02-271-5/+15
* fixes #2102Araq2015-02-131-9/+9
* configuration system supports %= to access environment variablesAraq2015-02-071-1/+1
* nimsuggest: sane dirty buffer handlingAraq2015-01-291-4/+5
* nimsuggest: first versionAraq2015-01-271-11/+9
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* implemented 'experimental' switchAraq2014-12-051-0/+4
* Merge branch 'devel' into bigbreakAraq2014-10-201-1/+3
|\
| * default to warnGcUnsafe for threads:onAraq2014-10-191-1/+3
* | nimfix now in its own directory; single file mode now the defaultAraq2014-10-051-1/+3
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-2/+2
|\|
| * Disable git hashing in the version commandVarriount2014-09-281-2/+2
* | nimfix handles helloworldAraq2014-09-061-2/+1
* | fixes #903, fixes #1513Araq2014-09-031-2/+32
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-6/+7
* | Nimrod renamed to NimAraq2014-08-281-2/+2
* | renamefestAraq2014-08-231-1/+1
|/
* distinguish between 'defined' and 'declared'Araq2014-08-111-0/+3
* Update commands.nimVarriount2014-08-021-2/+0
* Clean up moreClay Sweetser2014-07-291-2/+2
* Clean up a bit.Clay Sweetser2014-07-291-5/+5
* Fix #813Clay Sweetser2014-07-291-3/+9
* fixed build configuration detectionAraq2014-07-011-19/+24
* Adds git hash to compiler's version switch. Refs #1119.Grzegorz Adam Hankiewicz2014-04-221-0/+5
* Version switch displays options used during `koch boot`Grzegorz Adam Hankiewicz2014-04-201-0/+22
* merged better html links #850Araq2014-04-081-0/+3
id='n605' href='#n605'>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 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 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956