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
/
in-band-lifetimes
Age
Commit message (
Expand
)
Author
Lines
2020-01-19
review comments
Esteban Küber
-1
/
+1
2020-01-19
When encountering an expected named lifetime and none are present, suggest ad...
Esteban Küber
-1
/
+6
2020-01-19
When encountering an undefined named lifetime, point to where it can be
Esteban Küber
-0
/
+6
2019-12-28
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
Esteban Küber
-2
/
+5
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-0
/
+2
2019-11-13
Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPC
Yuki Okushi
-1
/
+3
2019-11-07
Update ui tests
Guillaume Gomez
-1
/
+3
2019-11-02
consistent handling of missing sysroot spans
Ralf Jung
-3
/
+2
2019-10-29
Silence crate external span error in x86 platforms
Esteban Küber
-1
/
+3
2019-10-29
Fix NLL test
Esteban Küber
-18
/
+7
2019-10-29
Point at the trait item and tweak wording
Esteban Küber
-7
/
+13
2019-10-29
review comments
Esteban Küber
-4
/
+4
2019-10-29
Custom lifetime error for `impl` item doesn't conform to `trait`
Esteban Küber
-32
/
+10
2019-10-27
update tests
Mark Mansi
-0
/
+2
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-2
/
+2
2019-10-07
update ui tests
Guillaume Gomez
-0
/
+3
2019-08-12
clear in-scope lifetimes for nested items in HIR lowering
Niko Matsakis
-0
/
+20
2019-06-14
in which we decline to suggest the anonymous lifetime in declarations
Zack M. Davis
-0
/
+19
2019-05-29
Update ui test suite to use dyn
memoryruins
-5
/
+5
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+44
2019-04-22
Continue evaluating after item-type checking
Esteban Küber
-2
/
+12
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-14
/
+3
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-7
/
+1
2019-03-11
Update NLL tests
Vadim Petrochenkov
-1
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-23
/
+23
2018-12-25
Remove licenses
Mark Rousskov
-166
/
+36
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-20
/
+0
2018-09-01
Update tests
Basile Desloges
-29
/
+0
2018-08-18
Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakis
bors
-1
/
+1
2018-08-16
tests: prefer edition: directives to compile-flags:--edition.
Eduard-Mihai Burtescu
-2
/
+2
2018-08-14
Update tests
Matthew Jasper
-1
/
+1
2018-08-07
Auto merge of #52450 - PramodBisht:issue/52413, r=estebank
bors
-8
/
+8
2018-08-06
Auto merge of #53016 - scottmcm:impl-header-lifetime-elision, r=nikomatsakis
bors
-328
/
+0
2018-08-06
Disable some nice region errors in NLL mode.
David Wood
-6
/
+6
2018-08-06
#52413: addressed @estebank's Nit
Pramod Bisht
-4
/
+4
2018-08-05
Closes #52413: Provide structured suggestion instead of label
Pramod Bisht
-8
/
+8
2018-08-03
Extract impl_header_lifetime_elision out of in_band_lifetimes
Scott McMurray
-328
/
+0
2018-07-27
Change label from closure to function where appropriate.
David Wood
-3
/
+3
2018-07-22
Auto merge of #52069 - zackmdavis:elided_states_of_america—and_to_the_re-pu...
bors
-33
/
+250
2018-07-22
in which the elided-lifetimes-in-paths lint undergoes a revolution
Zack M. Davis
-33
/
+250
2018-07-22
Fallback to general error handling in ICE cases.
David Wood
-2
/
+4
2018-07-04
write code to extract region names and emit new style message
Niko Matsakis
-2
/
+2
2018-06-28
Also point to free named region on lifetime errors
Esteban Küber
-6
/
+6
2018-06-23
add `dyn` to display of dynamic (trait) type names
Zack M. Davis
-4
/
+4
2018-05-25
Fix naming conventions for new lints
Vadim Petrochenkov
-3
/
+3
2018-05-04
fix single-use lint
Niko Matsakis
-170
/
+0
2018-04-27
fixed tests
Christian Poveda
-2
/
+2
2018-04-27
updated stderr files and removed feature-gate test for dyn_trait
Christian Poveda
-3
/
+3
2018-04-27
dyn_trait feature-gate just for stage0
Christian Poveda
-1
/
+0
2018-04-18
Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i...
Felix S. Klock II
-4
/
+4
[next]