about summary refs log tree commit diff
path: root/tests/ui-fulldeps/stable-mir/check_instance.rs
AgeCommit message (Expand)AuthorLines
2023-12-06Also add an API to check if an instance has bodyCelina G. Val-3/+6
2023-12-06Fix `is_foreign_item` for StableMIR instanceCelina G. Val-1/+2
2023-11-20Add place.ty() and Ty build from a kind to smirCelina G. Val-1/+2
2023-11-16Add more APIs and fix `Instance::body`Celina G. Val-3/+11
2023-10-26Update Place and Operand to take slicesKirby Linvill-1/+1
2023-10-25Add a public API to get all body localsKirby Linvill-1/+1
2023-10-23Add test and remove double refCelina G. Val-15/+18
2023-10-23Try to work around 32 bit mingw issuesOli Scherer-0/+1
2023-10-23Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`Oli Scherer-1/+4
2023-10-19Add stable Instance::body() and RustcInternal traitCelina G. Val-0/+115