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
/
object-lifetime-default-from-box-error.stderr
Age
Commit message (
Collapse
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-33
/
+0
2022-06-03
Fully stabilize NLL
Jack Huey
-0
/
+33
2022-05-22
Use revisions for NLL in object-lifetime
Jack Huey
-35
/
+0
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-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2020-07-22
Further tweak wording of E0759 and introduce E0767
Esteban Küber
-1
/
+1
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
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
-5
/
+20
Provide a suggestion for `dyn Trait + '_` when possible.
2019-05-29
Update ui test suite to use dyn
memoryruins
-2
/
+2
2019-03-11
Update tests
Vadim Petrochenkov
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-3
/
+3
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+21