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
/
in-band-lifetimes
Age
Commit message (
Expand
)
Author
Lines
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
2018-04-11
Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.
Felix S. Klock II
-0
/
+76
2018-03-29
Stabilize underscore lifetimes
Taylor Cramer
-14
/
+7
2018-03-26
Stabilize universal_impl_trait
Taylor Cramer
-1
/
+1
2018-03-22
permit `'_` and `&T` in impl headers
Niko Matsakis
-0
/
+320
2018-03-14
Add empty main() to tests where it is missing.
Eric Huss
-5
/
+4
2018-03-14
Add crate name to "main function not found" error message.
Eric Huss
-1
/
+1
2018-03-14
update tests
Guillaume Gomez
-13
/
+13
2018-02-26
Update UI tests
Vadim Petrochenkov
-1
/
+1
2018-02-26
Update UI tests
Vadim Petrochenkov
-46
/
+46
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+13
2018-02-03
Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakis
bors
-0
/
+33
2018-02-02
add ellided lifetime
dpc
-0
/
+33
2018-01-28
Point only at method signatures and point at trait
Esteban Küber
-8
/
+4
2018-01-28
For named lifetimes point only at method signature
Esteban Küber
-8
/
+49
2018-01-26
Tweak presentation on lifetime trait mismatch
Esteban Küber
-14
/
+6
2017-12-30
Add trailing newlines to files which have no trailing newlines.
kennytm
-2
/
+2
2017-12-20
adding lint for single use lifetime names
Niko Matsakis
-0
/
+170
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-45
/
+45
2017-11-22
Implement in-band lifetime bindings
Taylor Cramer
-0
/
+409