summary refs log tree commit diff
path: root/src/test/ui/self
AgeCommit message (Expand)AuthorLines
2019-08-04arbitrary_self_types lifetime elision: --bless --compare-mode=nllTaiki Endo-0/+342
2019-08-04Fix typoTaiki Endo-1/+1
2019-08-04Add tests for `self: (&)AssocType`Taiki Endo-0/+124
2019-08-04Add test for multiple ref-selfTaiki Endo-7/+73
2019-08-04Minor clean upTaiki Endo-36/+27
2019-08-04Add main functions and check-pass annotationsTaiki Endo-22/+16
2019-08-04Update src/test/ui/self/elision/README.mdTaiki Endo-1/+1
2019-08-04add a bevy of new test casesNiko Matsakis-0/+831
2019-08-04Remove query for `.pin_type()`Taiki Endo-2/+15
2019-08-04Allow lifetime elision in `Pin<&(mut) Self>`Taiki Endo-0/+137
2019-05-31fix tidyEsteban Küber-13/+11
2019-05-30Remove unecessary `-Z continue-parse-after-error` from testsEsteban Küber-1/+1
2019-05-29Update ui test suite to use dynmemoryruins-13/+13
2019-05-19Move run-pass/self/* to ui/selfTaiki Endo-0/+696
2019-05-19Move arbitrary_self_types's tests into ui/selfTaiki Endo-0/+355
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-19Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebankMazdak Farrokhzad-1/+1
2019-04-18Update testsvarkor-1/+1
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+1
2019-03-11Update testsVadim Petrochenkov-4/+4
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-9/+9
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-1/+11
2018-12-25Remove licensesMark Rousskov-82/+22
2018-11-30Updated ui tests.Alexander Regueiro-1/+1
2018-11-30Removed feature gate.Alexander Regueiro-30/+3
2018-10-11structured suggestion for E0223 ambiguous associated typeZack M. Davis-6/+2
2018-10-01mark fix as MaybeIncorrectcsmoe-3/+3
2018-10-01update ui test for suggest-selfcsmoe-1/+45
2018-09-30add test for fake selfcsmoe-0/+38
2018-09-13introduce SelfCtorF001-4/+31
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+286