index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
argument-suggestions
Age
Commit message (
Expand
)
Author
Lines
2022-09-09
fix #101097, avoid infinite loop in fn arguments checking
chenyukang
-4
/
+185
2022-09-08
Avoid infinite loop in function arguments checking
yukang
-0
/
+133
2022-09-03
Shrink suggestion span of argument mismatch error
Michael Goulet
-62
/
+62
2022-08-15
Rollup merge of #100458 - compiler-errors:fn-argument-span, r=estebank
Matthias Krüger
-1
/
+1
2022-08-13
Rollup merge of #100479 - compiler-errors:argument-type-error-improvements, r...
Michael Goulet
-3
/
+46
2022-08-13
Do not inline non-simple argument type errors into labels
Michael Goulet
-0
/
+40
2022-08-13
Label argument coercion errors
Michael Goulet
-3
/
+6
2022-08-12
Adjust span of fn arguments
Michael Goulet
-1
/
+1
2022-08-12
Point out a single arg if we have a single arg incompatibility
Michael Goulet
-10
/
+75
2022-08-04
opt node type
Michael Goulet
-0
/
+42
2022-07-23
Rollup merge of #99396 - compiler-errors:missing-tests, r=Mark-Simulacrum
Guillaume Gomez
-0
/
+46
2022-07-19
Fix a numerical underflow in tuple wrap suggestion
Michael Goulet
-0
/
+24
2022-07-18
Add some additional double-adjustment regression tests
Michael Goulet
-0
/
+46
2022-07-14
Add support for APIT and RPIT callables in label_fn_like
Michael Goulet
-0
/
+93
2022-06-27
Use typed indices in argument mismatch algorithm
Michael Goulet
-29
/
+28
2022-06-19
Make missing argument placeholder more obvious that it's a placeholder
Michael Goulet
-62
/
+62
2022-06-16
bless rustdoc-ui tests
klensy
-1
/
+1
2022-05-30
add regression test
Michael Goulet
-0
/
+41
2022-05-30
fix typo
Michael Goulet
-29
/
+29
2022-05-22
Fix some typos in arg checking algorithm
Michael Goulet
-1
/
+26
2022-05-06
Point at closure args too
Jack Huey
-3
/
+22
2022-05-02
Mitigate impact of subtle invalid call suggestion logic
Esteban Kuber
-0
/
+28
2022-04-16
Implementation for 65853
Jack Huey
-0
/
+1419