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
/
lifetimes
/
lifetime-errors
Age
Commit message (
Expand
)
Author
Lines
2025-09-18
Add regression test for issue 91831
aklaiber
-0
/
+33
2025-06-09
Make E0621 missing lifetime suggestion verbose
Esteban Küber
-23
/
+50
2025-06-04
Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`
Jake Goulding
-17
/
+2
2025-01-08
Remove special-casing for argument patterns in MIR typeck
dianne
-7
/
+9
2025-01-06
`best_blame_constraint`: avoid blaming assignments without user-provided types
dianne
-9
/
+7
2025-01-06
`best_blame_constraint`: don't filter constraints by sup SCC
dianne
-17
/
+59
2024-08-31
elided_named_lifetimes: bless & add tests
Pavel Grigorenko
-3
/
+14
2024-07-04
Better span for "make binding mutable" suggestion
Esteban Küber
-14
/
+25
2024-05-17
Detect when a lifetime is being reused in suggestion
Esteban Küber
-5
/
+5
2024-05-17
Tweak suggested lifetimes to modify return type instead of `&self` receiver
Esteban Küber
-8
/
+8
2024-05-17
Run `rustfmt` on modified tests
Esteban Küber
-45
/
+38
2024-05-17
Account for owning item lifetimes in suggestion and annotate tests as `run-ru...
Esteban Küber
-5
/
+40
2024-05-17
Always constrain the return type in lifetime suggestion
Esteban Küber
-6
/
+6
2024-05-17
Suggest setting lifetime in borrowck error involving types with elided lifetimes
Esteban Küber
-0
/
+55
2024-04-01
Fix obligation param and bless tests
Michael Goulet
-2
/
+2
2024-03-20
make `type_flags(ReError) & HAS_ERROR`
Ali MJ Al-Nasrawy
-19
/
+1
2024-03-14
eagerly instantiate binders to avoid relying on `sub`
lcnr
-12
/
+6
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-1
/
+19
2024-01-16
borrowck: wf-check fn item args
Ali MJ Al-Nasrawy
-1
/
+33
2023-12-05
Add print_trait_sugared
Michael Goulet
-2
/
+2
2023-11-24
Show number in error message even for one error
Nilstrieb
-32
/
+32
2023-10-08
remove trailing dots
Ali MJ Al-Nasrawy
-1
/
+1
2023-10-08
always show and explain sub region
Ali MJ Al-Nasrawy
-1
/
+4
2023-07-10
Do not set up wrong span for adjustments
Michael Goulet
-22
/
+22
2023-02-22
diagnostics: update test cases to refer to assoc fn with `self` as method
Michael Howell
-4
/
+4
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+1035