summary refs log tree commit diff stats
path: root/tests/concepts
Commit message (Expand)AuthorAgeFilesLines
* adds another fix for concept in JS (#23535)ringabout2024-04-241-4/+12
* fixes testament targets field (#23472)ringabout2024-04-031-1/+1
* fixes #9550; Concept related crash only when compiling to JS (#23470)ringabout2024-04-021-0/+11
* fixes #22723; skips tyUserTypeClasses in injectdestructors (#23341)ringabout2024-02-241-0/+24
* don't use previous bindings of `auto` for routine return types (#23207)metagn2024-01-171-1/+1
* Changing generic weight of `tyGenericParam` (#22143)Ryan McConnell2024-01-052-50/+57
* Fix doc comment rendering for concepts (#22312)konsumlamm2023-07-221-1/+1
* Fix concepts with doc comments (#22228)Jake Leahy2023-07-061-0/+11
* close #12852; add a test case (#22016)ringabout2023-06-061-0/+55
* fixes #21263; consider all candidates for concept matches (#21265)ringabout2023-01-171-0/+25
* fix bugs with dot & call operators [backport] (#20931)metagn2022-11-281-19/+19
* Support doc comments in new-styled concepts (#20752)konsumlamm2022-11-041-0/+3
* defaults to ORC (#19972)ringabout2022-09-232-1/+4
* Fix fixAbstractType for user defined typeclasses, fixes #19730 & #18409 (#19732)nc-x2022-04-302-0/+57
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-2/+2
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-4/+4
* Make error message for empty new-styled concept more descriptive (#18506)konsumlamm2021-07-181-3/+2
* close #17636 (#17643)flywind2021-04-062-48/+45
* new-style concepts implementation, WIP (#15251)Andreas Rumpf2021-02-244-3/+109
* Add testcase for #16897 (#16917)Clyybber2021-02-021-0/+33
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-1/+1
* close #8558(add testcase for #8558) (#15872)flywind2020-11-071-0/+26
* add testcase for #8012 (#15785)flywind2020-10-301-0/+15
* fix assignment to converted concept type (#15051)jcosborn2020-07-241-17/+37
* Clean out Deprecated proc (#14797)Juan Carlos2020-06-291-15/+6
* fix #14217 (#14218)cooldome2020-05-051-2/+2
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-1/+1
* fixes #12741 (#14005)Andreas Rumpf2020-04-191-39/+45
* fix #13538 sigmatch errors are now sorted (#13701)Timothee Cour2020-03-202-31/+31
* fixes a test caseAraq2019-12-241-1/+3
* remove deprecated procs (#12535)Andreas Rumpf2019-11-052-12/+12
* ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-7/+7
* fixes #11807 (#11900)Andreas Rumpf2019-08-071-6/+6
* fix #11854 (#11857)Arne Döring2019-07-301-1/+1
* address commentsTimothee Cour2019-07-081-2/+2
* make tests/concepts/t3330.nim disabled again: the order of candidates is mach...Timothee Cour2019-07-081-5/+5
* fix testsTimothee Cour2019-07-082-57/+111
* make megatest work againAraq2019-04-022-0/+5
* 32 bit fixes (#10608)Arne Döring2019-02-131-6/+6
* megatest checks output and nimoutArne Döring2018-12-111-1/+3
* megatest can be executedArne Döring2018-12-111-0/+0
* require errormsg to be specified before file.Arne Döring2018-12-112-17/+15
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-234-4/+3
* More descriptive names of test files (#9531)Miran2018-10-291-0/+0
* make tests green againAndreas Rumpf2018-10-241-0/+1
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-161-1/+1
* correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 (#...Timothee Cour2018-10-141-37/+52
* put several issues in tests (#9352)Miran2018-10-131-11/+57
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-1216-428/+862
* compiler: show name of instantiating context in error traces (#6763) (#9207)xzfc2018-10-111-2/+2
> 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