about summary refs log tree commit diff
path: root/src/test/ui/in-band-lifetimes
AgeCommit message (Expand)AuthorLines
2019-04-22Continue evaluating after item-type checkingEsteban Küber-2/+12
2019-04-22update tests for migrate mode by defaultMatthew Jasper-14/+3
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-7/+1
2019-03-11Update NLL testsVadim Petrochenkov-1/+1
2019-03-11Update testsVadim Petrochenkov-23/+23
2018-12-25Remove licensesMark Rousskov-166/+36
2018-10-17Update output for borrowck=migrate compare mode.David Wood-20/+0
2018-09-01Update testsBasile Desloges-29/+0
2018-08-18Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakisbors-1/+1
2018-08-16tests: prefer edition: directives to compile-flags:--edition.Eduard-Mihai Burtescu-2/+2
2018-08-14Update testsMatthew Jasper-1/+1
2018-08-07Auto merge of #52450 - PramodBisht:issue/52413, r=estebankbors-8/+8
2018-08-06Auto merge of #53016 - scottmcm:impl-header-lifetime-elision, r=nikomatsakisbors-328/+0
2018-08-06Disable some nice region errors in NLL mode.David Wood-6/+6
2018-08-06#52413: addressed @estebank's NitPramod Bisht-4/+4
2018-08-05Closes #52413: Provide structured suggestion instead of labelPramod Bisht-8/+8
2018-08-03Extract impl_header_lifetime_elision out of in_band_lifetimesScott McMurray-328/+0
2018-07-27Change label from closure to function where appropriate.David Wood-3/+3
2018-07-22Auto merge of #52069 - zackmdavis:elided_states_of_america—and_to_the_re-pu...bors-33/+250
2018-07-22in which the elided-lifetimes-in-paths lint undergoes a revolutionZack M. Davis-33/+250
2018-07-22Fallback to general error handling in ICE cases.David Wood-2/+4
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-2/+2
2018-06-28Also point to free named region on lifetime errorsEsteban Küber-6/+6
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-4/+4
2018-05-25Fix naming conventions for new lintsVadim Petrochenkov-3/+3
2018-05-04fix single-use lintNiko Matsakis-170/+0
2018-04-27fixed testsChristian Poveda-2/+2
2018-04-27updated stderr files and removed feature-gate test for dyn_traitChristian Poveda-3/+3
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-1/+0
2018-04-18Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i...Felix S. Klock II-4/+4
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+76
2018-03-29Stabilize underscore lifetimesTaylor Cramer-14/+7
2018-03-26Stabilize universal_impl_traitTaylor Cramer-1/+1
2018-03-22permit `'_` and `&T` in impl headersNiko Matsakis-0/+320
2018-03-14Add empty main() to tests where it is missing.Eric Huss-5/+4
2018-03-14Add crate name to "main function not found" error message.Eric Huss-1/+1
2018-03-14update testsGuillaume Gomez-13/+13
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-46/+46
2018-02-25Update ui testsGuillaume Gomez-0/+13
2018-02-03Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakisbors-0/+33
2018-02-02add ellided lifetimedpc-0/+33
2018-01-28Point only at method signatures and point at traitEsteban Küber-8/+4
2018-01-28For named lifetimes point only at method signatureEsteban Küber-8/+49
2018-01-26Tweak presentation on lifetime trait mismatchEsteban Küber-14/+6
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-2/+2
2017-12-20adding lint for single use lifetime namesNiko Matsakis-0/+170
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-45/+45
2017-11-22Implement in-band lifetime bindingsTaylor Cramer-0/+409