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
/
methods
Age
Commit message (
Expand
)
Author
Lines
2024-04-21
Use sup instead of eq when unifying self type
Michael Goulet
-0
/
+24
2024-04-21
Use fulfillment, not evaluate, during method probe
Michael Goulet
-0
/
+58
2024-04-11
Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebank
bors
-0
/
+87
2024-04-11
Rollup merge of #123703 - estebank:diag-changes-2, r=Nadrieril
León Orell Valerian Liehr
-1
/
+1
2024-04-10
rework ptr-to-ref conversion suggestion for method calls
Kalle Wachsmuth
-6
/
+73
2024-04-10
move test
Kalle Wachsmuth
-0
/
+20
2024-04-10
Use `fn` ptr signature instead of `{closure@..}` in infer error
Esteban Küber
-1
/
+1
2024-04-09
Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkin
Matthias Krüger
-13
/
+35
2024-04-04
Add regression test
Oli Scherer
-0
/
+66
2024-04-01
Make sure to insert Sized bound first into clauses list
Michael Goulet
-0
/
+30
2024-03-27
Stop sorting `DefId`s in the compiler
Oli Scherer
-2
/
+2
2024-03-27
Sort a diagnostic by `DefPathStr` instead of `DefId`
Oli Scherer
-2
/
+2
2024-03-27
Sort method suggestions by `DefPath` instead of `DefId`
Oli Scherer
-26
/
+26
2024-03-20
Use the more informative generic type inference failure error on method calls...
Oli Scherer
-13
/
+35
2024-03-05
Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obk
Matthias Krüger
-10
/
+18
2024-03-03
Move tests
Caio
-0
/
+32
2024-03-03
Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods...
Esteban Küber
-10
/
+18
2024-02-22
Deduplicate some logic and reword output
Esteban Küber
-2
/
+2
2024-02-22
Make confusable suggestions `verbose`
Esteban Küber
-2
/
+12
2024-02-18
macro_rules: Preserve all metavariable spans in a global side table
Vadim Petrochenkov
-2
/
+2
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-62
/
+62
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-1
/
+1
2024-02-07
Update tests
r0cky
-3
/
+36
2024-02-06
Rollup merge of #120507 - estebank:issue-108428, r=davidtwco
Matthias Krüger
-2
/
+3
2024-02-01
review comment: change wording
Esteban Küber
-1
/
+1
2024-02-01
On E0277 be clearer about implicit `Sized` bounds on type params and assoc types
Esteban Küber
-2
/
+2
2024-01-30
Account for non-overlapping unmet trait bounds in suggestion
Esteban Küber
-2
/
+3
2024-01-30
Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk
Guillaume Gomez
-4
/
+1
2024-01-26
Use single label for method not found due to unmet bound
Esteban Küber
-4
/
+1
2024-01-24
On E0308 involving `dyn Trait`, mention trait objects
Esteban Küber
-0
/
+1
2024-01-05
macro_rules: Add more tests for using `tt` in addition to `ident`
Vadim Petrochenkov
-6
/
+24
2024-01-02
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-3
/
+3
2023-12-27
fix broken CI and code review
Young-Flash
-6
/
+53
2023-12-16
test: add test case for `disambiguate the associated function` diagnostic
Young-Flash
-0
/
+69
2023-11-24
Show number in error message even for one error
Nilstrieb
-15
/
+15
2023-11-12
Don't expect a rcvr in print_disambiguation_help
Michael Goulet
-0
/
+46
2023-11-07
Rework print_disambiguation_help
Michael Goulet
-36
/
+36
2023-10-17
Unify suggestion wording
Esteban Küber
-74
/
+45
2023-10-17
review comments + more tests
Esteban Küber
-12
/
+412
2023-10-17
Properly account for self ty in method disambiguation suggestion
Esteban Küber
-0
/
+109
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-1
/
+1
2023-09-21
adjust how closure/generator types and rvalues are printed
Ralf Jung
-1
/
+1
2023-08-28
Move tests
Caio
-0
/
+37
2023-08-26
More accurately point at arguments
Esteban Küber
-2
/
+2
2023-07-27
Adjust spans correctly for fn -> method suggestion
Michael Goulet
-0
/
+21
2023-07-25
write-long-types-to-disk: update tests
Mahdi Dibaiee
-7
/
+5
2023-07-24
new unstable option: -Zwrite-long-types-to-disk
Mahdi Dibaiee
-4
/
+5
2023-07-10
Do not set up wrong span for adjustments
Michael Goulet
-2
/
+2
2023-05-26
improve error message for calling a method on a raw pointer with an unknown p...
asquared31415
-0
/
+55
2023-05-08
Tweak borrow suggestion
Michael Goulet
-4
/
+6
[next]