summary refs log tree commit diff
path: root/src/test/ui/argument-suggestions
AgeCommit message (Expand)AuthorLines
2022-11-10More accurately report error when formal and expected signature types differMichael Goulet-0/+55
2022-09-09fix #101097, avoid infinite loop in fn arguments checkingchenyukang-4/+185
2022-09-08Avoid infinite loop in function arguments checkingyukang-0/+133
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-62/+62
2022-08-15Rollup merge of #100458 - compiler-errors:fn-argument-span, r=estebankMatthias Krüger-1/+1
2022-08-13Rollup merge of #100479 - compiler-errors:argument-type-error-improvements, r...Michael Goulet-3/+46
2022-08-13Do not inline non-simple argument type errors into labelsMichael Goulet-0/+40
2022-08-13Label argument coercion errorsMichael Goulet-3/+6
2022-08-12Adjust span of fn argumentsMichael Goulet-1/+1
2022-08-12Point out a single arg if we have a single arg incompatibilityMichael Goulet-10/+75
2022-08-04opt node typeMichael Goulet-0/+42
2022-07-23Rollup merge of #99396 - compiler-errors:missing-tests, r=Mark-SimulacrumGuillaume Gomez-0/+46
2022-07-19Fix a numerical underflow in tuple wrap suggestionMichael Goulet-0/+24
2022-07-18Add some additional double-adjustment regression testsMichael Goulet-0/+46
2022-07-14Add support for APIT and RPIT callables in label_fn_likeMichael Goulet-0/+93
2022-06-27Use typed indices in argument mismatch algorithmMichael Goulet-29/+28
2022-06-19Make missing argument placeholder more obvious that it's a placeholderMichael Goulet-62/+62
2022-06-16bless rustdoc-ui testsklensy-1/+1
2022-05-30add regression testMichael Goulet-0/+41
2022-05-30fix typoMichael Goulet-29/+29
2022-05-22Fix some typos in arg checking algorithmMichael Goulet-1/+26
2022-05-06Point at closure args tooJack Huey-3/+22
2022-05-02Mitigate impact of subtle invalid call suggestion logicEsteban Kuber-0/+28
2022-04-16Implementation for 65853Jack Huey-0/+1419