summary refs log tree commit diff stats
path: root/compiler/commands.nim
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* it's the year 2014Araq2014-01-191-1/+1
* resolved conflicts with masterAraq2014-01-181-3/+6
|\
| * Added --noBabelPath override.Dominik Picheta2013-12-251-1/+4
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-9/+9
* | case consistency: next stepsAraq2013-12-291-8/+8
* | case consistency part 4Araq2013-12-271-46/+46
* | case consistency part 1Araq2013-12-271-41/+41
* | next steps for FFI supportAraq2013-11-251-3/+3
|/
* support for --cs:partialAraq2013-09-241-1/+8
* --os and --cpu work in configuration filesAraq2013-05-191-2/+2
* support suggest after compile in caas modeZahary Karadjov2013-05-051-0/+19
* experimental support for answering idetools --def requests fromZahary Karadjov2013-05-041-1/+2
* fixes #394Araq2013-04-231-2/+5
* added manyloc test suite; --path now relative to project dir if not absoluteAraq2013-04-131-5/+7
* implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-081-0/+7
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Merge pull request #280 from keitahaga/better-error-messageAraq2013-02-211-3/+8
|\
| * Better CLI error message when options are invalidKeita Haga2012-12-161-3/+8
* | preparations for a generational GCAraq2013-02-161-0/+4
* | first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-071-4/+8
* | cleaner GC switchingAraq2013-01-311-14/+14
* | the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-281-2/+1
* | merged upstream masterZahary Karadjov2013-01-271-21/+15
|\ \
| * | Copyright 2012 -> 2013Araq2013-01-081-2/+2
| * | implemented --listFullPaths option for aporiaAraq2012-12-271-0/+3
| |/
| * lazy paths for Babel supportAraq2012-12-111-0/+1
| * compiler support for babelAraq2012-12-071-18/+9
| * replaced recursivePath with shallowPath for BabelAraq2012-12-061-3/+2
* | adds an option to interleave the generated code with snippets from the origin...Zahary Karadjov2012-12-021-0/+3
* | [caas] first version that actually works (still has a lot of logical memory l...Zahary Karadjov2012-11-281-0/+1
* | caas is now drivable through stdinZahary Karadjov2012-11-281-0/+3
|/
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-0/+3
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-0/+3
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-1/+4
4' href='#n644'>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