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
/
underscore-lifetime
Age
Commit message (
Expand
)
Author
Lines
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
-0
/
+1
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
-15
/
+5
2020-05-30
Update nll tests
Esteban Küber
-0
/
+11
2020-05-30
review comment: tweak wording and account for span overlap
Esteban Küber
-4
/
+6
2020-05-30
Account for returned `dyn Trait` evaluating to `'static` lifetime
Esteban Küber
-8
/
+20
2020-05-30
Fix NLL output
Esteban Küber
-12
/
+0
2020-05-30
Improve output of argument anonymous borrow missing annotation involving opaq...
Esteban Küber
-29
/
+11
2020-05-27
Fix spacing of expected/found notes without a label
Esteban Küber
-2
/
+2
2020-05-12
add long error explanation for E0228
Jade McGough
-1
/
+2
2020-04-22
Tweak wording
Esteban Küber
-2
/
+2
2020-04-22
Tweak `'static` suggestion code
Esteban Küber
-2
/
+11
2020-02-07
performed --bless of 15 ui tests affected
Josh White
-1
/
+13
2020-02-05
Account for `fn()` types in lifetime suggestions
Esteban Küber
-12
/
+4
2020-02-05
Account for `'_` in suggestions
Esteban Küber
-2
/
+2
2020-02-05
review comments
Esteban Küber
-8
/
+8
2020-02-05
Suggest `'r` instead of `'lifetime`
Esteban Küber
-10
/
+10
2020-02-05
When suggesting lifetimes, propose adding the new lifetime to all arguments
Esteban Küber
-2
/
+2
2020-02-05
Use spans for input borrowed types unrelated to return type
Esteban Küber
-2
/
+10
2020-01-19
review comments
Esteban Küber
-5
/
+5
2020-01-19
When encountering an expected named lifetime and none are present, suggest ad...
Esteban Küber
-6
/
+32
2019-12-03
Include a span in more `expected...found` notes
Aaron Hill
-3
/
+7
2019-11-21
Change some tests to use the shorter comment style
Dylan MacKenzie
-6
/
+3
2019-11-07
Update ui tests
Guillaume Gomez
-0
/
+1
2019-10-07
update ui tests
Guillaume Gomez
-0
/
+1
2019-06-03
rustc: remove `HirId` from `ArgSource::AsyncFn`
David Wood
-1
/
+1
2019-05-29
Update ui test suite to use dyn
memoryruins
-7
/
+7
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+22
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-17
/
+2
2019-03-15
rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...
Eduard-Mihai Burtescu
-2
/
+2
2019-03-11
Update tests
Vadim Petrochenkov
-17
/
+17
2018-12-25
Remove licenses
Mark Rousskov
-75
/
+15
2018-12-04
Update tests
Oliver Scherer
-2
/
+2
2018-10-25
Rollup merge of #55173 - estebank:suggest-static, r=oli-obk
Pietro Albini
-2
/
+1
2018-10-22
review comments
Esteban Küber
-4
/
+1
2018-10-22
Suggest appropriate syntax on missing lifetime specifier in return type
Esteban Küber
-2
/
+4
2018-10-19
`impl<'_> IceCube<'_> {}` is now only one error in both editions
Scott McMurray
-68
/
+12
2018-10-19
Move an underscore-lifetime error test to an IHLE success test
Scott McMurray
-15
/
+5
2018-10-19
Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry
bors
-16
/
+391
2018-10-19
add more to the ERROR messages
Niko Matsakis
-27
/
+27
2018-10-19
fix error messages
Niko Matsakis
-11
/
+21
2018-10-17
move E0637 to lowering and improve output, add more tests
Niko Matsakis
-16
/
+381
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-22
/
+0
2018-09-19
Update ui tests
Matthew Jasper
-1
/
+1
[next]