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
/
object-lifetime
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-878
/
+0
2022-09-03
Do not call object_lifetime_default on lifetime params.
Camille GILLOT
-33
/
+71
2022-06-03
Fully stabilize NLL
Jack Huey
-214
/
+22
2022-05-22
Use revisions for NLL in object-lifetime
Jack Huey
-35
/
+67
2022-04-25
Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL
marmeladema
-0
/
+5
2022-03-03
Bless nll tests.
Camille GILLOT
-1
/
+1
2022-03-03
Cleanup feature gates.
Camille GILLOT
-3
/
+2
2021-12-31
Ensure that early-bound function lifetimes are always 'local'
Aaron Hill
-1
/
+1
2021-12-10
Tweak wording
Esteban Kuber
-1
/
+1
2021-12-10
Use a more accurate `Span` for `'static` obligation from return type
Esteban Kuber
-2
/
+2
2021-12-10
Point at return type when it introduces `'static` obligation
Esteban Kuber
-0
/
+8
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+276
2021-10-13
Remove textual span from diagnostic string
Oli Scherer
-7
/
+7
2021-10-05
Note specific regions involved in 'borrowed data escapes' error
Aaron Hill
-2
/
+7
2021-10-03
Don't suggest replacing region with 'static in NLL
Aaron Hill
-6
/
+0
2021-09-16
Propagate coercion cause into `try_coerce`
Aaron Hill
-2
/
+2
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-02-02
Update ui tests (nll)
Jesus Rubio
-0
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-3
/
+3
2020-07-22
Further tweak wording of E0759 and introduce E0767
Esteban Küber
-2
/
+2
2020-06-15
Change E0758 to E0759 to avoid conflict with #72912
Esteban Küber
-2
/
+2
2020-06-15
small tweaks
Esteban Küber
-1
/
+1
2020-06-15
Register new eror code
Esteban Küber
-1
/
+2
2020-06-15
review comments: wording
Esteban Küber
-1
/
+1
2020-06-15
Tweak wording and add error code
Esteban Küber
-4
/
+4
2020-06-15
Reduce verbosity of suggestion message and mention lifetime in label
Esteban Küber
-2
/
+2
2020-06-15
When `'static` is explicit, suggest constraining argument with it
Esteban Küber
-1
/
+1
2020-05-30
Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements
Esteban Küber
-12
/
+5
2020-05-30
Update nll tests
Esteban Küber
-3
/
+3
2020-05-30
review comment: tweak wording and account for span overlap
Esteban Küber
-4
/
+1
2020-05-30
Account for returned `dyn Trait` evaluating to `'static` lifetime
Esteban Küber
-6
/
+21
2020-05-27
Fix spacing of expected/found notes without a label
Esteban Küber
-4
/
+4
2020-05-12
add long error explanation for E0228
Jade McGough
-0
/
+4
2019-12-03
Include a span in more `expected...found` notes
Aaron Hill
-6
/
+14
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-6
/
+6
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-0
/
+10
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-6
/
+6
2019-11-07
Update ui tests
Guillaume Gomez
-1
/
+2
2019-10-27
update tests
Mark Mansi
-0
/
+10
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-7
/
+7
2019-10-07
update ui tests
Guillaume Gomez
-0
/
+1
2019-08-19
use static as object-lifetime default for type XX in `Foo<Item=XX>`
Niko Matsakis
-0
/
+132
2019-06-30
Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered
Vadim Petrochenkov
-24
/
+24
2019-06-03
Update tests for changes to cannot move errors
Matthew Jasper
-2
/
+2
2019-05-29
Update ui test suite to use dyn
memoryruins
-53
/
+53
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+82
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-4
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-13
/
+13
2018-12-25
Remove licenses
Mark Rousskov
-106
/
+36
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-82
/
+0
[next]