summary refs log tree commit diff
path: root/src/test/ui/underscore-lifetime
AgeCommit message (Expand)AuthorLines
2020-02-07performed --bless of 15 ui tests affectedJosh White-1/+13
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-12/+4
2020-02-05Account for `'_` in suggestionsEsteban Küber-2/+2
2020-02-05review commentsEsteban Küber-8/+8
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-10/+10
2020-02-05When suggesting lifetimes, propose adding the new lifetime to all argumentsEsteban Küber-2/+2
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-2/+10
2020-01-19review commentsEsteban Küber-5/+5
2020-01-19When encountering an expected named lifetime and none are present, suggest ad...Esteban Küber-6/+32
2019-12-03Include a span in more `expected...found` notesAaron Hill-3/+7
2019-11-21Change some tests to use the shorter comment styleDylan MacKenzie-6/+3
2019-11-07Update ui testsGuillaume Gomez-0/+1
2019-10-07update ui testsGuillaume Gomez-0/+1
2019-06-03rustc: remove `HirId` from `ArgSource::AsyncFn`David Wood-1/+1
2019-05-29Update ui test suite to use dynmemoryruins-7/+7
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+22
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-17/+2
2019-03-15rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...Eduard-Mihai Burtescu-2/+2
2019-03-11Update testsVadim Petrochenkov-17/+17
2018-12-25Remove licensesMark Rousskov-75/+15
2018-12-04Update testsOliver Scherer-2/+2
2018-10-25Rollup merge of #55173 - estebank:suggest-static, r=oli-obkPietro Albini-2/+1
2018-10-22review commentsEsteban Küber-4/+1
2018-10-22Suggest appropriate syntax on missing lifetime specifier in return typeEsteban Küber-2/+4
2018-10-19`impl<'_> IceCube<'_> {}` is now only one error in both editionsScott McMurray-68/+12
2018-10-19Move an underscore-lifetime error test to an IHLE success testScott McMurray-15/+5
2018-10-19Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandrybors-16/+391
2018-10-19add more to the ERROR messagesNiko Matsakis-27/+27
2018-10-19fix error messagesNiko Matsakis-11/+21
2018-10-17move E0637 to lowering and improve output, add more testsNiko Matsakis-16/+381
2018-10-17Update output for borrowck=migrate compare mode.David Wood-22/+0
2018-09-19Update ui testsMatthew Jasper-1/+1
2018-09-06Fix testsWesley Wiser-1/+1
2018-09-01Update testsBasile Desloges-30/+0
2018-08-27Also use smaller spans for unsize adjustmentsMatthew Jasper-9/+6
2018-08-14Update testsMatthew Jasper-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+122
2018-07-25improve heuristics for what makes an interesting constraintNiko Matsakis-6/+9
2018-07-09find and highlight the `&` or `'_` in `region_name`Niko Matsakis-1/+1
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-2/+5
2018-07-01Ensure that changed errors are lower case.David Wood-1/+1
2018-07-01Updated affected tests.David Wood-8/+4
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-2/+2
2018-04-27fixed testsChristian Poveda-5/+5
2018-04-27updated stderr files and removed feature-gate test for dyn_traitChristian Poveda-6/+6
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-4/+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/+36
2018-03-29Stabilize underscore lifetimesTaylor Cramer-8/+6
2018-03-22add new test for `dyn<Trait + '_>` used in a structNiko Matsakis-0/+42