summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...flywind2021-09-251-1/+1
* [backport] change some examples in tut1.rst (#18884)Miran2021-09-241-12/+35
* documented overload disambiguation [backport] (#18865)Andreas Rumpf2021-09-191-1/+19
* doc improvements (#18843)Andreas Rumpf2021-09-132-138/+33
* formal grammar updates [backport:1.2] (#18803)Andreas Rumpf2021-09-041-21/+16
* remove channels (#18801)flywind2021-09-041-1/+1
* documented overloadable enums and changelog improvements (#18797)Andreas Rumpf2021-09-041-0/+41
* implements https://github.com/nim-lang/RFCs/issues/407 (#18793)Andreas Rumpf2021-09-031-0/+35
* implemented Unicode operators (#18789)Andreas Rumpf2021-09-031-0/+19
* strict effects (#18777)Andreas Rumpf2021-09-021-107/+145
* Remove `Covariance` section from the experimental manual (#18688)konsumlamm2021-08-291-101/+63
* fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...Timothee Cour2021-08-252-0/+11
* fix deprecated example (#18721)flywind2021-08-211-4/+12
* [docs]fix an item missing (#18717)flywind2021-08-201-0/+1
* cross compilation targetting windows now supports `nim r`: `nim r -d:mingw ma...Timothee Cour2021-08-161-0/+2
* manual: minor improvements (#18687)Andreas Rumpf2021-08-131-12/+9
* Switch maintanance (#18668)RSDuck2021-08-111-10/+11
* Documentation only, add 1 example (#18621)Juan Carlos2021-08-081-1/+21
* Documentation only, add 1 example (#18633)Juan Carlos2021-08-031-0/+18
* docgen: draw frame around active anchors (#18607)Andrey Makarov2021-07-291-0/+6
* Update `lib.rst` (#18605)konsumlamm2021-07-291-24/+20
* Clarify use of import via pseudo dir... (#18569)GordonBGood2021-07-271-0/+1
* mitigates #12815 (#18557)Andreas Rumpf2021-07-221-0/+2
* fixes #12815 (#18554)Andreas Rumpf2021-07-221-0/+6
* fixes #18550 (#18553)Andreas Rumpf2021-07-211-4/+3
* breaking changes policies (#18541)Andreas Rumpf2021-07-211-0/+114
* use more `.}` (#18542)flywind2021-07-201-2/+2
* Docs(manual): add clarification for default params (#18522)ynfle2021-07-191-1/+2
* added `nimAllocPagesViaMalloc` switch (#18490)Andreas Rumpf2021-07-151-1/+13
* Improve description of how =trace is used (#18491)GordonBGood2021-07-151-5/+22
* ORC: support for custom =trace procs (#18459)Andreas Rumpf2021-07-092-3/+39
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-071-1/+1
* Add commas to docs for clarity (#18398)Elliot Waite2021-06-291-1/+1
* Peg captures get stack-like behavior (#18369)gemath2021-06-281-3/+7
* Switch packaging.rst to use makefileFederico Ceratto2021-06-271-3/+4
* add multi type exception catching to manual (#18258) (#18323)xioren2021-06-211-4/+2
* close #17403; improve docs for tuple (#18312)Timothee Cour2021-06-211-7/+8
* followup #17852, disallow all:on for now (#18311)Timothee Cour2021-06-201-1/+2
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-201-7/+8
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-202-11/+1
* Make the existence of high(type) clearer, especially near subranges (#18286)j-james2021-06-181-4/+7
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-1/+0
* view types: spec changes (#18226)Andreas Rumpf2021-06-101-17/+14
* Update nims.rst to reflect that -d:release is now allowed in config.nims (#18...Kaushal Modi2021-06-101-6/+6
* update docgen documentation (#18192)Andrey Makarov2021-06-062-48/+76
* follow-up #18013 - inline syntax highlighting (#18166)Andrey Makarov2021-06-0420-164/+183
* fixes #18058 (#18162)Andreas Rumpf2021-06-031-0/+2
* close #18092 document elif in case statements (#18105)Timothee Cour2021-05-311-12/+18
* Minor doc fixes; follow up to 17258 and 17259 (#18123)quantimnot2021-05-293-5/+5
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-263-10/+10
550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 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