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
/
tests
/
ui
/
methods
Age
Commit message (
Expand
)
Author
Lines
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-0
/
+2
2025-03-06
Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank
Michael Goulet
-0
/
+39
2025-03-03
Point of macro expansion from call expr if it involves macro var
Michael Goulet
-0
/
+39
2025-03-04
tests: remove explicit long type filename hash normalization from some ui tests
许杰友 Jieyou Xu (Joe)
-6
/
+4
2025-02-21
More sophisticated span trimming
Michael Goulet
-9
/
+6
2025-02-14
Trim suggestion parts to the subset that is purely additive
Michael Goulet
-2
/
+2
2025-02-14
Use underline suggestions for purely 'additive' replacements
Michael Goulet
-6
/
+4
2025-02-14
fallout :skull_emoji:
lcnr
-5
/
+8
2025-02-13
Implement lint for definition site item shadowing too
Michael Goulet
-19
/
+172
2025-02-13
Add more tests
Michael Goulet
-0
/
+172
2025-02-13
Rework collapse method to work correctly with more complex supertrait graphs
Michael Goulet
-0
/
+219
2025-02-13
Implement shadowing lint
Michael Goulet
-0
/
+100
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-120
/
+180
2025-02-05
When displaying a parameter mismatch error, only highlight the mismatched par...
Jason Newcomb
-1
/
+1
2025-02-03
Check for generic parameter mismatches on trait functions.
Jason Newcomb
-1
/
+1
2025-01-03
Do not ICE when encountering predicates from other items in method error repo...
Michael Goulet
-0
/
+72
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-1
/
+1
2024-12-11
Arbitrary self types v2: use Receiver trait
Adrian Taylor
-0
/
+101
2024-12-07
Mention type parameter in more cases and don't suggest ~const bound already t...
Esteban Küber
-4
/
+4
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-4
/
+4
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-4
/
+4
2024-11-26
tests: remove `//@ pretty-expanded` usages
许杰友 Jieyou Xu (Joe)
-6
/
+2
2024-09-29
Don't give method suggestions when method probe fails due to bad impl of Deref
Michael Goulet
-0
/
+25
2024-09-20
Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors
bors
-0
/
+6
2024-09-17
Auto merge of #129073 - compiler-errors:receiver-variance, r=lcnr
bors
-0
/
+28
2024-09-16
Relate receiver invariantly in method probe for Mode::Path
Michael Goulet
-0
/
+28
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+6
2024-09-12
Use Autoderef::silence_errors more liberally throughout diagnostics code
Michael Goulet
-11
/
+1
2024-09-12
Do not report an excessive number of overflow errors for an ever-growing dere...
Michael Goulet
-0
/
+47
2024-09-10
Report the `note` when specified in `diagnostic::on_unimplemented`
FedericoBruzzone
-0
/
+2
2024-08-26
Do not ICE on non-ADT rcvr type when looking for crate version collision
Esteban Küber
-0
/
+25
2024-07-29
Rollup merge of #128239 - compiler-errors:error-on-object-cand-confirm, r=oli...
Matthias Krüger
-0
/
+22
2024-07-26
Don't ICE when encountering error regions when confirming object method candi...
Michael Goulet
-0
/
+22
2024-07-22
Revert suggestion verbosity change
Esteban Küber
-12
/
+6
2024-07-22
On generic and lifetime removal suggestion, do not leave behind stray `,`
Esteban Küber
-2
/
+2
2024-07-22
Change suggestion message wording
Esteban Küber
-2
/
+2
2024-07-22
Use verbose suggestion for "wrong # of generics"
Esteban Küber
-6
/
+12
2024-07-17
Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmease
Matthias Krüger
-2
/
+2
2024-07-15
Make sure trait def ids match before zipping args in note_function_argument_o...
Michael Goulet
-0
/
+97
2024-07-14
Use ordinal number in argument error
long-long-float
-2
/
+2
2024-07-05
Use verbose style for argument removal suggestion
Esteban Küber
-4
/
+6
2024-06-13
Method resolution constrains hidden types instead of rejecting method candidates
Oli Scherer
-39
/
+3
2024-05-31
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...
Matthias Krüger
-3
/
+3
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-3
/
+3
2024-05-23
Don't continue probing for method if in suggestion and autoderef hits ambiguity
Michael Goulet
-0
/
+25
2024-05-20
Note for E0599 if shadowed bindings has the method.
surechen
-0
/
+24
2024-05-13
Add test to make sure suggestions are still quick
Michael Goulet
-0
/
+247
2024-05-09
Fix test problems discovered by the revision check
Zalathar
-0
/
+1
2024-05-04
compiletest: add enable-by-default check-cfg
Urgau
-0
/
+3
2024-04-27
tests: remove some trailing ws
klensy
-1
/
+1
[next]