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
/
src
/
test
/
ui
/
lifetimes
Age
Commit message (
Expand
)
Author
Lines
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
2019-09-12
update tests
Mark Mansi
-3
/
+3
2019-08-19
distinguish object-lifetime-default elision from other elision
Niko Matsakis
-6
/
+6
2019-06-13
Create fewer basic blocks in match MIR lowering
Matthew Jasper
-3
/
+3
2019-05-29
Update ui test suite to use dyn
memoryruins
-24
/
+24
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+399
2019-05-03
Update tests
Christopher Vittal
-52
/
+14
2019-04-25
Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...
Mazdak Farrokhzad
-3
/
+1
2019-04-22
Fix #58270, fix off-by-one error in error diagnostics.
Xavier Denis
-3
/
+1
2019-04-22
Remove double trailing newlines
varkor
-3
/
+0
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-26
/
+9
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-26
/
+1
2019-03-11
Update NLL tests
Vadim Petrochenkov
-1
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-64
/
+64
2018-12-25
Remove licenses
Mark Rousskov
-496
/
+75
[next]