about summary refs log tree commit diff
path: root/src/test/ui/underscore-lifetime
AgeCommit message (Expand)AuthorLines
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
2018-03-14resolve `'_` in `dyn Trait` just like ordinary elisionNiko Matsakis-0/+59