summary refs log tree commit diff stats
path: root/tests/overload
Commit message (Expand)AuthorAgeFilesLines
* make `var`/pointer types not match if base type has to be converted (#24130)metagn2024-09-182-0/+352
* test case haul before 2.2 (#24119)metagn2024-09-173-0/+55
* fix subscript magic giving unresolved generic param type (#23988)metagn2024-08-222-0/+25
* Overload resultion with generic variables an inheritance (#23870)Ryan McConnell2024-07-242-21/+84
* fixes 23823; array static overload - again (#23824)Ryan McConnell2024-07-111-0/+10
* fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814)ringabout2024-07-101-2/+2
* fixes #23755; array static inference during overload resolution (#23760)Ryan McConnell2024-07-011-0/+52
* account for nil return type in tyProc sumGeneric (#23250)metagn2024-01-231-0/+17
* Changing generic weight of `tyGenericParam` (#22143)Ryan McConnell2024-01-056-1/+115
* Make `typeRel` behave to spec (#22261)Ryan McConnell2023-09-301-12/+13
* make `var object` match better than `object` (#22152)metagn2023-06-251-0/+11
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-4/+2
* fixes #20645 (#20646)Andreas Rumpf2022-10-241-1/+11
* fixes #3748 (#20563)Andreas Rumpf2022-10-141-0/+14
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-1/+1
* remove {.this.} pragma, deprecated since 0.19 (#20201)metagn2022-08-231-20/+0
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-162-3/+3
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-2/+2
* fixes #16325 [backport:1.4] (#18784)Andreas Rumpf2021-09-021-0/+20
* improve several tests in testament (#18635)Timothee Cour2021-08-081-1/+1
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-1/+4
* close #8829(add testcase for #8829) (#15866)flywind2020-11-061-0/+18
* add testcase for #7416 (#15782)flywind2020-10-301-0/+9
* fix infinite recursion in typeRel (#15241)jcosborn2020-09-181-0/+45
* fix some issues overloading with generics and inheritance (#15211)jcosborn2020-08-271-5/+31
* fix overloading issue with generic invocation (#15135)jcosborn2020-08-181-0/+60
* fix overloading case with generic alias (#15116)jcosborn2020-07-301-0/+105
* exp. features now in correct manual, closes #11932 (#14195)hlaaftana2020-05-021-0/+14
* fixes #11375 (#11376)Andreas Rumpf2019-06-021-0/+50
* fixes #8568 (#11303)Andreas Rumpf2019-05-222-0/+40
* closes #6076Araq2019-05-221-0/+24
* fixes #11239Araq2019-05-221-0/+16
* fixes #9149 [backport]Araq2019-01-291-0/+22
* megatest checks output and nimoutArne Döring2018-12-111-19/+15
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+1
* updated tests to be executedArne Döring2018-11-231-1/+4
* More descriptive names of test files (#9531)Miran2018-10-292-0/+0
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-1615-343/+361
* make tests green againAndreas Rumpf2018-07-051-2/+2
* make tests green againAndreas Rumpf2018-07-052-2/+2
* Backwards-compatible support for keyword arguments in the command syntaxZahary Karadjov2018-05-071-2/+3
* Bugfix: Allow matching on nkExprEqExpr against varargs[untyped]Zahary Karadjov2018-05-071-0/+15
* make tests green againAndreas Rumpf2018-05-021-1/+1
* make tests green againAndreas Rumpf2018-04-221-1/+1
* fixes #7291Araq2018-03-051-1/+3
* better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...Araq2018-02-101-1/+1
* Fix compiler crash (#6773) (#6774)cooldome2017-11-181-0/+47
* added another test case for #6526Andreas Rumpf2017-10-281-0/+11
* fixes #6526Araq2017-10-271-5/+20
* Remove expr/stmt (#5857)Arne Döring2017-07-253-7/+9