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