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
/
suggestions
/
lifetimes
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-520
/
+0
2022-10-25
Name impl trait in region bound suggestion
Michael Goulet
-3
/
+3
2022-09-26
Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-...
Matthew Kelly
-10
/
+12
2022-09-05
suggest introducing an explicit lifetime if it does not exist
Takayuki Maeda
-10
/
+12
2022-08-19
fix updated stderr outputs
Matthew Kelly
-1
/
+2
2022-07-26
Use real opaque type instead of just saying impl Trait
Michael Goulet
-2
/
+2
2022-07-07
Shorten span for closures.
Camille GILLOT
-1
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-296
/
+34
2022-05-22
Use revisions for NLL in suggestions
Jack Huey
-64
/
+111
2022-04-30
Bless nll tests.
Camille GILLOT
-17
/
+25
2022-04-30
Bless tests.
Camille GILLOT
-11
/
+19
2022-04-28
Revert diagnostic duplication and accidental stabilization
Oli Scherer
-159
/
+29
2022-04-25
Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL
marmeladema
-2
/
+20
2022-04-24
Bless tests
marmeladema
-3
/
+54
2022-04-17
Bless nll test.
Camille GILLOT
-0
/
+106
2022-04-17
Bless tests.
Camille GILLOT
-14
/
+246
2022-04-04
diagnostics: use correct span for const generics
Michael Howell
-0
/
+35
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-36
/
+16
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-16
/
+36
2021-12-10
Tweak wording
Esteban Kuber
-4
/
+4
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-1
/
+6
2021-10-15
simplify constrain_opaque_types
Niko Matsakis
-10
/
+16
2021-10-13
Remove textual span from diagnostic string
Oli Scherer
-2
/
+2
2021-10-03
Don't suggest replacing region with 'static in NLL
Aaron Hill
-3
/
+0
2021-08-11
Modify structured suggestion output
Esteban Küber
-8
/
+8
2021-07-20
Get back the more precise suggestion spans of old regionck
Oli Scherer
-2
/
+2
2021-03-29
Suggest box/pin/arc ing receiver on method calls
Esteban Küber
-11
/
+0
2021-03-25
Bless nll test
Jack Huey
-84
/
+3
2021-03-24
resolve late lifetimes by item
Jack Huey
-110
/
+4
2021-02-21
Add indication of anonymous lifetime position
0yoyoyo
-49
/
+34
2021-02-12
Add nll test
0yoyoyo
-0
/
+17
2021-02-12
Fix suggestion to introduce explicit lifetime
0yoyoyo
-0
/
+47
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-4
/
+4
2020-08-22
Use smaller def span for functions
Aaron Hill
-34
/
+9
2020-07-22
Further tweak wording of E0759 and introduce E0767
Esteban Küber
-10
/
+10
2020-06-19
Account for multiple impl/dyn Trait in return type when suggesting `'_`
Esteban Küber
-0
/
+216
2020-06-15
Change E0758 to E0759 to avoid conflict with #72912
Esteban Küber
-2
/
+2
2020-06-15
Register new eror code
Esteban Küber
-1
/
+1
2020-06-15
Use note for requirement source span
Esteban Küber
-4
/
+7
2020-06-15
review comments: wording
Esteban Küber
-2
/
+2
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-05-30
Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements
Esteban Küber
-14
/
+5
2020-05-30
Account for enclosing item when suggesting new lifetime name
Esteban Küber
-10
/
+63
2020-05-30
Tweak type parameter errors to reduce verbosity
Esteban Küber
-7
/
+1
2020-05-30
review comment: tweak wording and account for span overlap
Esteban Küber
-3
/
+3
2020-05-30
Account for returned `dyn Trait` evaluating to `'static` lifetime
Esteban Küber
-3
/
+3
2020-05-30
Fix NLL output
Esteban Küber
-0
/
+98
2020-05-30
Improve output of argument anonymous borrow missing annotation involving opaq...
Esteban Küber
-39
/
+8
2020-05-30
Account for missing lifetime in opaque return type
Esteban Küber
-0
/
+246