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
/
src
/
test
/
ui
/
lifetimes
Age
Commit message (
Expand
)
Author
Lines
2021-03-24
resolve late lifetimes by item
Jack Huey
-10
/
+10
2021-03-03
reworded message
Esteban Küber
-1
/
+3
2021-03-02
Account for macros when suggesting adding lifetime
Esteban Küber
-0
/
+54
2021-02-09
Print closure signatures when reporting placeholder errors
Matthew Jasper
-1
/
+1
2021-02-09
Report "nice" placeholder errors more often
Matthew Jasper
-16
/
+5
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-2
/
+2
2021-02-02
Update ui tests (nll)
Jesus Rubio
-0
/
+1
2021-01-14
Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
bors
-3
/
+3
2021-01-12
Provide more information for HRTB lifetime errors involving closures
Esteban Küber
-0
/
+169
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-3
/
+3
2020-10-06
Check opaque types satisfy their bounds
Matthew Jasper
-5
/
+0
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-6
/
+6
2020-07-14
Suggest boxing or borrowing unsized fields
Esteban Küber
-2
/
+2
2020-06-27
Use an 'approximate' universal upper bound when reporting region errors
Aaron Hill
-10
/
+16
2020-05-30
Tweak type parameter errors to reduce verbosity
Esteban Küber
-39
/
+7
2020-05-27
review comments: change wording and visual output
Esteban Küber
-1
/
+1
2020-05-27
Modify wording
Esteban Küber
-2
/
+2
2020-05-27
review comments
Esteban Küber
-1
/
+1
2020-05-27
Tweak output for mismatched impl item
Esteban Küber
-2
/
+2
2020-05-27
Name `RegionKind::ReVar` lifetimes in diagnostics
Esteban Küber
-1
/
+3
2020-05-07
Add test for #34979
Yuki Okushi
-0
/
+23
2020-04-22
Tweak wording
Esteban Küber
-4
/
+4
2020-04-22
Tweak `'static` suggestion code
Esteban Küber
-4
/
+20
2020-04-16
outlives: ignore lifetimes shallowly found in `ty::FnDef`s.
Eduard-Mihai Burtescu
-0
/
+13
2020-03-12
update tests
Mark Mansi
-5
/
+5
2020-02-22
update some tests
Mark Mansi
-5
/
+5
2020-02-19
Tweak binding lifetime suggestion text
Esteban Küber
-5
/
+5
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-1
/
+1
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-1
/
+1
2020-02-05
Account for `fn()` types in lifetime suggestions
Esteban Küber
-18
/
+6
2020-02-05
review comments
Esteban Küber
-3
/
+3
2020-02-05
Suggest `'r` instead of `'lifetime`
Esteban Küber
-6
/
+6
2020-02-05
When suggesting lifetimes, propose adding the new lifetime to all arguments
Esteban Küber
-6
/
+6
2020-02-05
Use spans for input borrowed types unrelated to return type
Esteban Küber
-3
/
+15
2020-02-02
Use more accurate failed predicate spans
Esteban Küber
-20
/
+22
2020-02-02
Point at arguments or output when fn obligations come from them, or ident whe...
Esteban Küber
-46
/
+28
2020-01-19
review comments
Esteban Küber
-3
/
+3
2020-01-19
When encountering an expected named lifetime and none are present, suggest ad...
Esteban Küber
-3
/
+15
2020-01-16
review comments
Esteban Küber
-1
/
+1
2020-01-16
When trait bounds are missing for return values, point at them
Esteban Küber
-0
/
+3
2019-12-28
Do not ICE on lifetime error involving closures
Esteban Küber
-0
/
+18
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-4
/
+4
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-0
/
+16
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-4
/
+4
2019-11-07
Update ui tests
Guillaume Gomez
-0
/
+25
2019-10-29
Point at the trait item and tweak wording
Esteban Küber
-2
/
+5
2019-10-29
review comments
Esteban Küber
-2
/
+2
2019-10-29
Custom lifetime error for `impl` item doesn't conform to `trait`
Esteban Küber
-0
/
+23
2019-10-27
update tests
Mark Mansi
-0
/
+16
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-2
/
+2
[next]