summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* minor code style changesAraq2020-03-163-12/+13
* fixes #12747 [backport] (#13651)cooldome2020-03-164-5/+25
* fix typo (#13660) [ci skip]Kartik Saranathan2020-03-161-1/+1
* Fix gdb scripts (#13658)Joey2020-03-163-16/+11
* azure-pipelines: walkaround issues with triggers (#13657)alaviss2020-03-151-0/+9
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-1311-12/+27
* azure-pipelines: use OSX 10.15 (was just enabled upstream) (#13546)Timothee Cour2020-03-131-2/+2
* disable nimgame2 for nowAraq2020-03-131-1/+1
* catchable defects (#13626)Andreas Rumpf2020-03-1235-142/+441
* rename `lenTuple` and `lenVarargs` (#13639)Miran2020-03-126-32/+33
* Change order of forwarded koch boot command line options, so as to be able to...Clyybber2020-03-121-4/+4
* fix #13633 fix koch boot crashing regression (#13635)Timothee Cour2020-03-121-1/+1
* Amend fix for #13633 (#13636)Clyybber2020-03-121-1/+1
* Fix #13633Clyybber2020-03-121-1/+2
* Fix #12676 (#13634)genotrance2020-03-122-9/+17
* unicode.split: Fix the splitting when a Rune separator is used [backport] (#1...Kaushal Modi2020-03-121-14/+11
* Add more JS stuff to dom.nim (#13483)treeform2020-03-111-26/+45
* Make listCmd honor hint:cc:off (#13606)Clyybber2020-03-111-50/+35
* fix #13310, Deque misbehaves on VM (#13625)Miran2020-03-111-2/+15
* fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking...Timothee Cour2020-03-112-13/+7
* disable chronos testing for nowAraq2020-03-111-1/+2
* fixes async regressionAraq2020-03-111-1/+1
* fixes #13240Araq2020-03-112-1/+33
* fixes #13519Araq2020-03-117-7/+37
* fixes #12757Araq2020-03-111-6/+13
* add expectIdent to macros (#12778)Arne Döring2020-03-114-1/+50
* fixed to jsonArrayEnd comment. (#13624)めぐみ発動機 (isVowel / GreenWing)2020-03-111-1/+1
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-1111-137/+165
* `koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516)Timothee Cour2020-03-114-28/+34
* fixes #13607Araq2020-03-101-6/+4
* hotfix: make --useVersion:1.0 workAraq2020-03-101-1/+2
* Revert "Support cross compiling from host to host (#12859)" (#13591)genotrance2020-03-101-1/+2
* fixes #13436 (#13615)Andreas Rumpf2020-03-103-4/+21
* travis now only builds devel docsnarimiran2020-03-091-49/+7
* fixes #13599 (#13614)Andreas Rumpf2020-03-092-1/+40
* fixes #13596 (#13612)Andreas Rumpf2020-03-093-0/+125
* fix #12508, unaligned access on sparc64 (#13594)Miran2020-03-091-1/+1
* fixes #13605 (#13611)Andreas Rumpf2020-03-092-4/+8
* surgical fix for #13319 (#13604)Andy Davidoff2020-03-081-5/+3
* Only print the link command when listCmd is active; fix docs (#13603)Clyybber2020-03-073-4/+3
* Add isValidFilename (#13561)Juan Carlos2020-03-072-1/+69
* Implement file streaming for httpclient's MultipartData (#12982)Zed2020-03-062-147/+212
* Fix #13573 and #13574 (#13575)Andrea Ferretti2020-03-062-5/+14
* Revert "nimsuggest: don't add CRLF to replies (#13545)" (#13597)alaviss2020-03-061-4/+4
* Revert broken asynchttpserver FutureStream additions.Dominik Picheta2020-03-062-147/+31
* close #12704 by adding a test (tuple codegen error) (#13592)Timothee Cour2020-03-061-0/+14
* Removed simpleGetOrDefault (#13590)Andreas Rumpf2020-03-051-2/+4
* fixes #5170 (#13589)Andreas Rumpf2020-03-055-15/+46
* fix #13579 joinPath("/foo/", "../a") is now /a (#13586)Andreas Rumpf2020-03-054-0/+21
* fix nightlies builds on Windows (#13587)Varriount2020-03-041-4/+4
2' href='#n522'>522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 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 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