summary refs log tree commit diff
path: root/src/test/ui/dyn-star
AgeCommit message (Expand)AuthorLines
2022-11-24Adjust testsMichael Goulet-5/+21
2022-11-24Properly handle `Pin<&mut dyn* Trait>` receiver in codegenMichael Goulet-0/+62
2022-11-24Disable dyn* upcastingMichael Goulet-2/+57
2022-11-21Coercions work nowEric Holk-1/+1
2022-11-21Add a test case for async dyn* traitsEric Holk-0/+36
2022-11-18Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearthbors-0/+115
2022-11-18Check both align and size in PointerSizedMichael Goulet-0/+48
2022-11-18Enforce that dyn* casts are actually pointer-sizedMichael Goulet-0/+67
2022-11-18Rollup merge of #103386 - compiler-errors:no-coerceunsized-to-dynstar, r=eholkMatthias Krüger-0/+44
2022-11-16Check `dyn*` return type correctlyMichael Goulet-0/+21
2022-11-10Regression test for coercion of mut-ref to dyn-starMichael Goulet-0/+32
2022-11-10Don't CoerceUnsized dyn* to dyn*Michael Goulet-0/+26
2022-11-10Don't allow implement CoerceUnsized into dyn-starMichael Goulet-0/+18
2022-10-28Emit proper error when casting to Ddyn-starMichael Goulet-0/+58
2022-10-14Address nits, add test for implicit dyn-star coercion without feature gateMichael Goulet-0/+42
2022-10-14Allow dyn* upcastingMichael Goulet-0/+33
2022-10-14Make dyn* cast into a coercionMichael Goulet-6/+7
2022-10-04Support casting boxes to dyn*Eric Holk-0/+17
2022-09-13Address code review commentsEric Holk-2/+7
2022-09-12Move dyn* tests to their own directoryEric Holk-0/+83
2022-09-12Call destructors when dyn* object goes out of scopeEric Holk-1/+1
2022-09-12dyn* through more typechecking and MIREric Holk-7/+5
2022-09-12Typecheck dyn* coercionsEric Holk-2/+15
2022-09-12Introduce dyn_star feature flagEric Holk-0/+32