summary refs log tree commit diff
path: root/src/test/ui/argument-suggestions
AgeCommit message (Expand)AuthorLines
2022-08-30Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726Dylan DPC-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