summary refs log tree commit diff stats
path: root/doc/advopt.txt
Commit message (Expand)AuthorAgeFilesLines
* documents --excessiveStackTrace switchAndreas Rumpf2016-11-221-0/+2
* first version of the new memory tracking featureAndreas Rumpf2016-11-211-0/+1
* document 'nim e' modeAraq2016-10-081-0/+1
* the Nim compiler supports the jsondoc2 commandAndreas Rumpf2016-07-131-0/+1
* Added --noCppExceptions switchRuslan Mustakov2016-02-181-0/+1
* added --reportConceptFailures switchAraq2015-10-221-0/+3
* List warnings & hints via --(hints|warnings):listAdam Strzelecki2015-07-031-2/+3
* Change --useColors to --colors:on|off and add helpAdam Strzelecki2015-06-241-0/+1
* the Go GC - initial implementationStefan Talpalaru2015-05-311-1/+1
* fixes #1819Araq2015-03-121-14/+1
* improved --debugger switch; updated release planAraq2015-02-271-3/+0
* Fix output of --advanceddef2015-02-161-1/+1
* Fix typosFederico Ceratto2015-02-151-1/+1
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-1/+0
* implemented 'experimental' switchAraq2014-12-051-0/+1
* some improvements for nimfixAraq2014-09-091-1/+0
* nimfix handles helloworldAraq2014-09-061-1/+0
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-1/+2
* Nimrod renamed to NimAraq2014-08-281-3/+3
* Documents pretty command.Grzegorz Adam Hankiewicz2014-07-261-0/+1
* corrected backends.txtAraq2014-06-301-4/+4
* Starts backends.txt with bits from nimrodc.txt.Grzegorz Adam Hankiewicz2014-06-211-3/+4
* reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-201-0/+1
* removed flawed thread analysis passAraq2014-04-201-1/+0
* Mentions jsondoc in compiler advanced help.Grzegorz Adam Hankiewicz2014-04-191-0/+1
* merged better html links #850Araq2014-04-081-0/+2
* support for --cs:partialAraq2013-09-241-0/+2
* Documents passC/passL pragmas. Refs #506.Grzegorz Adam Hankiewicz2013-07-051-2/+2
* Lists available idetools caas switches.Grzegorz Adam Hankiewicz2013-06-151-0/+4
* documented trackDirtyzah2013-06-081-0/+2
* Corrects default verbosity level from 0 to 1.Grzegorz Adam Hankiewicz2013-04-151-1/+1
* implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-081-0/+5
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* code cleanup for mark&sweep GCAraq2013-02-071-1/+2
* cleaner GC switchingAraq2013-01-311-1/+1
* merged upstream masterZahary Karadjov2013-01-271-1/+3
|\
| * implemented --listFullPaths option for aporiaAraq2012-12-271-0/+1
| * compiler support for babelAraq2012-12-071-2/+2
| * replaced recursivePath with shallowPath for BabelAraq2012-12-061-1/+2
* | adds an option to interleave the generated code with snippets from the origin...Zahary Karadjov2012-12-021-0/+2
* | caas is now drivable through stdinZahary Karadjov2012-11-281-0/+1
|/
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-0/+1
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-0/+1
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-1/+2
* implements #173Araq2012-07-281-0/+2
* doc2 improvementsAraq2012-06-241-2/+0
* docgen2 improvementsAraq2012-06-231-1/+1
* first implementation of docgen2Araq2012-06-231-0/+1
* deprecated the pretty printer commandAraq2012-06-221-1/+0
* extracted documentation generatorAraq2012-05-091-1/+2
id='n567' href='#n567'>567 568 569 570 571 572 573 574 575 576 577 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 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