summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Nested `with` blocks (#22042)awr12023-06-083-6/+40
* fixes overriden typo (#22044)ringabout2023-06-0810-34/+34
* fixes #19086: Document exception and defect hierarchy (#22030)Raynei2023-06-081-0/+32
* Improve compiler messages (#22040)Juan Carlos2023-06-081-1/+1
* adds `rkInt` to the `opcCastPtrToInt` op (#22039)Juan M Gómez2023-06-081-0/+2
* fixes #21995: align C++ with C backend behavior for empty raise state… (#21...heterodoxic2023-06-072-5/+10
* fixes #21989; lift `=dup` from a custom `=copy` for objects to keep backward ...ringabout2023-06-071-1/+10
* switch to the official chronicles URL (#22033)ringabout2023-06-071-1/+1
* retain forced open undeclared ident information (#22019)metagn2023-06-073-5/+21
* fixes stale workflows; stale issues defaults to -1 instead of 7 days (#22031)ringabout2023-06-071-0/+1
* Improve compiler messages (#22028)Juan Carlos2023-06-071-3/+2
* add test case to close #7974 (#22023)metagn2023-06-061-0/+55
* make runnableExamples a special word (#22024)metagn2023-06-064-7/+7
* fixes #22025 vcc fails with The filename or extension is too long. when linki...Juan M Gómez2023-06-061-0/+5
* documents constructor (#22013)Juan M Gómez2023-06-061-0/+58
* small fixes for atomicArc (#22017)ringabout2023-06-067-12/+12
* close #12852; add a test case (#22016)ringabout2023-06-061-0/+55
* some test cleanups & category reorganization (#22010)metagn2023-06-06134-374/+189
* post expr blocks colon fix + correct grammar (#21983)metagn2023-06-068-29/+46
* properly disallow unresolved generic proc values (#22005)metagn2023-06-053-10/+15
* add test case for #7839 (#22006)Bung2023-06-051-0/+9
* infer error for `=dup` if there is a custom `=copy` error hook (#22004)ringabout2023-06-052-3/+12
* Remove unused astago import warning from vm.nim (#22003)Miguel Madrid-Mencía2023-06-041-1/+0
* Fix typo in installer.ini (#22002)Miguel Madrid-Mencía2023-06-041-1/+1
* fixes nightlies regression caused by atlas moving out of the tools dir (#21999)ringabout2023-06-041-0/+1
* Atlas: refactoring and --autoenv feature (#21993)Andreas Rumpf2023-06-041-32/+72
* shallow fix for #21972, #18552 by moving std::exception_ptr to the parent sco...heterodoxic2023-06-042-3/+35
* fixes #21987; don't create type bound ops for anything in a function with a `...ringabout2023-06-042-1/+52
* Atlas: 'list outdated packages' feature (#21991)Andreas Rumpf2023-06-041-0/+43
* atlas: tests graph generation (#21990)Andreas Rumpf2023-06-038-53/+144
* Add drchaos, ssostrings, cowstrings to important packages (#21824)Antonis Geralis2023-06-031-0/+3
* Atlas: --project switch and better graph representation (#21971)Andreas Rumpf2023-06-0324-60/+151
* update the documentation of the dup hook (#21984)ringabout2023-06-031-2/+12
* switch to official manu URL (#21986)ringabout2023-06-031-1/+1
* lift the `=dup` hook (#21903)ringabout2023-06-0215-93/+151
* Atlas: avoid segfault on failed Github search (#21980)Gruruya2023-06-021-1/+1
* partially fixes #20787 by having a char dummy member prepended to objs only c...heterodoxic2023-06-012-2/+13
* fixes #21974; fixes sameConstant fieldDefect (#21981)ringabout2023-06-012-1/+31
* fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21...ringabout2023-06-014-6/+6
* privateAccess ignores non-objects (#21973)metagn2023-06-013-2/+5
* handle out of range value for `COLUMNS` / `LINES` (#21968)Etan Kissling2023-05-311-2/+2
* removal of seq spam in generated C/C++ code and Module.typeStack cleanup (#21...heterodoxic2023-05-311-13/+8
* Add GitHub Action Stale, remove Deprecated Probot Stale (#21943)Juan Carlos2023-05-312-69/+23
* Atlas: Use copyFileWithPermissions to copy nim executable (#21967)SirOlaf2023-05-311-1/+1
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-309-84/+180
* make `proc` not implicitly convert to `pointer` with a preview define (#21953)metagn2023-05-309-12/+20
* Atlas: virtual environments (#21965)Andreas Rumpf2023-05-302-1/+93
* Atlas: URL rewrite rules; --autoinit flag (#21963)Andreas Rumpf2023-05-303-10/+340
* simple micro-optimizations of ropes' runtime-formatting (#21962)heterodoxic2023-05-302-15/+8
* alternative to #21914; split, rsplit now forbid an empty separator (#21961)ringabout2023-05-303-4/+37
554' href='#n554'>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 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782