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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
argument-suggestions
Age
Commit message (
Expand
)
Author
Lines
2023-11-24
Show number in error message even for one error
Nilstrieb
-11
/
+11
2023-08-30
Test and note unsafe ctor to fn ptr coercion
Michael Goulet
-1
/
+0
2023-08-26
More accurately point at arguments
Esteban Küber
-4
/
+2
2023-08-01
add more tests for argument removal with wacky spans
Lukas Markeffsky
-12
/
+48
2023-08-01
don't remove args for function calls coming from macro expansions
Lukas Markeffsky
-12
/
+1
2023-08-01
introduce `Span::find_ancestor_inside_same_ctxt`
Lukas Markeffsky
-3
/
+7
2023-07-30
add macro test cases to extra arguments test
Lukas Markeffsky
-21
/
+108
2023-06-18
sort the errors from arguments checking so that suggestions are handled properly
yukang
-0
/
+39
2023-05-08
Tweak borrow suggestion
Michael Goulet
-1
/
+1
2023-04-11
Auto merge of #109850 - MU001999:master, r=estebank
bors
-0
/
+60
2023-04-02
Make each idx is used once
Mu42
-4
/
+4
2023-04-02
Do not repeat idx
Mu42
-0
/
+60
2023-03-30
Don't leave a comma at the start of argument list when removing arguments
Maybe Waffle
-12
/
+34
2023-03-30
Add a test for issue 109396
Maybe Waffle
-0
/
+116
2023-02-23
diagnostics: remove inconsistent English article "this" from E0107
Michael Howell
-1
/
+1
2023-02-22
diagnostics: update test cases to refer to assoc fn with `self` as method
Michael Howell
-1
/
+1
2023-02-21
Fix overlapping spans in removing extra arguments
clubby789
-15
/
+62
2023-02-14
Re-add replacement logic and add comment explaining it
Esteban Küber
-5
/
+8
2023-02-14
Show the effects of weird code commented out
Esteban Küber
-8
/
+5
2023-02-14
Make removal suggestion not verbose
Esteban Küber
-104
/
+75
2023-02-14
rebase and review comments
Esteban Küber
-32
/
+32
2023-02-14
Avoid trailing commas
Esteban Küber
-4
/
+4
2023-02-14
More accurate spans for arg removal suggestion
Esteban Küber
-42
/
+63
2023-01-30
Mention fn coercion rules (needs to be expanded)
Esteban Küber
-0
/
+1
2023-01-30
Modify primary span label for E0308
Esteban Küber
-33
/
+33
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+2275