summary refs log tree commit diff stats
path: root/doc/nimrodc.txt
Commit message (Expand)AuthorAgeFilesLines
* Documents pretty command.Grzegorz Adam Hankiewicz2014-07-261-0/+52
* Starts backends.txt with bits from nimrodc.txt.Grzegorz Adam Hankiewicz2014-06-211-34/+12
* Hyperlinks together importc like pragmas.Grzegorz Adam Hankiewicz2014-06-211-9/+10
* Documents -d: in the compiler guide and hyperlinks assert/defined.Grzegorz Adam Hankiewicz2014-06-061-0/+12
* Merge pull request #1178 from EXetoC/nostackframeAndreas Rumpf2014-05-291-1/+3
|\
| * Forgot to remove that.EXetoC2014-05-041-1/+1
| * Typo.EXetoC2014-05-041-1/+1
| * asmNoStackFrame -> stackTrace:offEXetoC2014-05-041-0/+2
| * noStackFrame -> asmNoStackFrameEXetoC2014-05-041-1/+1
* | Merge pull request #1132 from gradha/pr_index_improvementsAndreas Rumpf2014-05-261-22/+22
|\ \
| * | Removes many fake `idx` entries.Grzegorz Adam Hankiewicz2014-04-211-22/+22
| |/
* / fix some typosPatrick Pelletier2014-05-071-1/+1
|/
* Adds some cross references to docgen manual.Grzegorz Adam Hankiewicz2014-01-061-0/+7
* implemented 'injectStmt'; more debug supportAraq2013-12-161-0/+13
* the compiler can now deal with multiple modules of the same nameAraq2013-09-261-1/+2
* documentation improvementsAraq2013-09-251-0/+37
* fixed and documented computedGoto pragmaAraq2013-08-221-1/+1
* Documents passC/passL pragmas. Refs #506.Grzegorz Adam Hankiewicz2013-07-051-0/+29
* --os:standalone works againAraq2013-06-301-2/+7
* Merge pull request #486 from gradha/pr_idetools_docsAraq2013-06-281-0/+8
|\
| * Starts idetools specific documentation.Grzegorz Adam Hankiewicz2013-06-161-0/+8
* | implements the 'codegenDecl' pragmaAraq2013-06-271-0/+15
|/
* implemented large parts of the 'not nil' checkingAraq2013-06-091-1/+1
* updated docsAraq2013-05-191-6/+0
* Corrects default verbosity level from 0 to 1.Grzegorz Adam Hankiewicz2013-04-151-1/+2
* Documents verbosity levels. Refs #258.Grzegorz Adam Hankiewicz2013-04-141-0/+18
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-8/+8
* fixes #250Araq2012-11-191-0/+32
* first version of a memory profilerAraq2012-10-101-0/+1
* first steps for compiler as a serviceAraq2012-10-031-0/+1
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-1/+1
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-0/+37
* fixed some typos in the documentationAraq2012-07-311-2/+2
* cross-compilation improvementsAraq2012-07-081-1/+14
* JS codegen enhancements; still unusableAraq2012-07-011-0/+1
* documentation improvements; GC_step improvedAraq2012-04-211-1/+8
* GC with realtime supportAraq2012-04-211-0/+3
* documentation improvements; cleanupAraq2012-04-161-3/+0
* documentation improvementsAraq2012-04-161-0/+42
* fixed another docgen bug; initial mongodb wrapperAraq2012-04-061-31/+0
* exported strutils.abbrevAraq2012-02-241-3/+3
* system.shallow documentedAraq2012-02-121-0/+12
* fixes tests for 'system.shallow'Araq2012-02-101-1/+1
* project wide configuration file now with suffix '.nimrod.cfg'Araq2012-01-151-3/+4
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-0/+11
* bugfix: don't process arguments that are to be passed to the produced exeAraq2011-11-301-2/+7
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-15/+11
* documentation for the compilation cacheAraq2011-10-231-2/+24
* bugfix: fixed built-in 'reset'Araq2011-08-201-2/+4
/a> 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