summary refs log tree commit diff
path: root/src/test/ui/transmutability
AgeCommit message (Expand)AuthorLines
2022-10-22Bless testsDeadbeef-4/+2
2022-10-03check if const is ADT or notTakayuki Maeda-2/+59
2022-10-03add a ui test for #101739Takayuki Maeda-0/+37
2022-09-23fix testb-naber-35/+6
2022-08-22safe transmute: use `Assume` struct to provide analysis optionsJack Wrenn-687/+1167
2022-08-21Rework point-at-argMichael Goulet-2/+2
2022-08-04opt node typeMichael Goulet-2/+2
2022-07-27safe transmute: reference tracking issueJack Wrenn-1/+14
2022-07-27safe transmute: add `rustc_on_unimplemented` to `BikeshedIntrinsicFrom`Jack Wrenn-364/+482
2022-07-27safe transmute: test to ensure that trait is correctly feature-gatedJack Wrenn-0/+17
2022-07-27safe transmute: test when `ASSUME` params are passed indirectlyJack Wrenn-0/+73
2022-07-27safe transmute: gracefully handle const params of wrong typesJack Wrenn-0/+67
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+3840