summary refs log tree commit diff stats
path: root/doc/manual.rst
Commit message (Expand)AuthorAgeFilesLines
* Clarify use of import via pseudo dir... (#18569)GordonBGood2021-07-271-0/+1
* fixes #18550 (#18553)Andreas Rumpf2021-07-211-4/+3
* Docs(manual): add clarification for default params (#18522)ynfle2021-07-191-1/+2
* ORC: support for custom =trace procs (#18459)Andreas Rumpf2021-07-091-3/+2
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-071-1/+1
* 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
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-201-11/+0
* Make the existence of high(type) clearer, especially near subranges (#18286)j-james2021-06-181-4/+7
* follow-up #18013 - inline syntax highlighting (#18166)Andrey Makarov2021-06-041-23/+25
* 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-291-3/+3
* tiny cleanup (#17957)Andreas Rumpf2021-05-071-10/+10
* follow-up #17692: more inline syntax highlighting (#17837)Andrey Makarov2021-04-291-23/+24
* manual: fix rendering of `Identifiers & Keywords` [skip ci] (#17811)Timothee Cour2021-04-231-1/+2
* close #13373 document `(ref Foo)(a: 1)` (#17804)Timothee Cour2021-04-211-1/+11
* iterable[T] (#17196)Timothee Cour2021-04-111-18/+25
* turn on syntax highlighting in Manual & Tutorial (#17692)Andrey Makarov2021-04-111-94/+98
* manual: minor improvements (#17677)Andreas Rumpf2021-04-081-47/+47
* docs: note regarding emit with backticks (#17608)flywind2021-04-011-3/+3
* [ci skip] correct indentation this timenarimiran2021-03-311-5/+5
* [ci skip] minor: fix indentation in manual.rstnarimiran2021-03-311-5/+5
* followup custom literals (#17500)Timothee Cour2021-03-271-1/+1
* custom integer literals bugfixes (#17499)Andreas Rumpf2021-03-241-1/+5
* custom integer literals (#17489)Andreas Rumpf2021-03-241-5/+49
* make unary minus part of number literals, refs #17020 (#17488)Andreas Rumpf2021-03-241-5/+38
* RST backtick refactor manual.rst (#17259)quantimnot2021-03-181-863/+863
* rename channels to channels_builtin (#17330)flywind2021-03-121-1/+1
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-121-7/+8
* fixes #11225; generic sandwich problems; [backport:1.2] (#17255)Andreas Rumpf2021-03-091-0/+44
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-3/+3
* document `;` vs `,` for generic params (#17192)Timothee Cour2021-02-261-1/+6
* document type bound operators (#17063)Timothee Cour2021-02-231-0/+42
* promote std prefix in docs (#17128)flywind2021-02-201-17/+17
* workaround #17091: manual.rst now renders as RST in github (#17092)Timothee Cour2021-02-191-7/+8
* Deprecate any (#16920)Juan Carlos2021-02-081-1/+0
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-271-0/+13
* Make small text changes in the docs (#16634)Elliot Waite2021-01-251-113/+116
* fix code-block (#16799)Timothee Cour2021-01-231-1/+1
* fix manual to reflect reality for .nosideeffect (#16781)Timothee Cour2021-01-221-6/+25
* fix noDecl => nodecl (#16760)Timothee Cour2021-01-201-4/+4
* conservative approach to fix #15184 (#16723)Andrey Makarov2021-01-151-1/+1
* improve examples in manual (#16497)flywind2020-12-291-1/+3
* removing `out T` from docs since it no longer working (#16378) [backport]Code Hz2020-12-181-21/+10
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-2/+2
* fixed article duplication typos (#16216)ihlec2020-12-021-1/+1
* defer: improve manual, clarify difference wrt try/finally (#16010)Timothee Cour2020-11-171-2/+31
* https://github.com/nim-lang/Nim/pull/15968/files#r523468677Juan Carlos2020-11-141-7/+1
* Fix #15806Juan Carlos2020-11-141-1/+2
* Fix #15806Juan Carlos2020-11-141-2/+3
a id='n571' href='#n571'>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