about summary refs log tree commit diff
path: root/compiler/stable_mir/src/compiler_interface.rs
AgeCommit message (Expand)AuthorLines
2023-12-20Add method to get instance instantiation argumentsCelina G. Val-0/+3
2023-12-18Add function ABI and type layout to StableMIRCelina G. Val-0/+10
2023-12-15Add a method to check if type is a CStrCelina G. Val-0/+3
2023-12-11Fix BinOp ty assertion and `fn_sig` for closuresCelina G. Val-0/+6
2023-12-07Fix conversion to StaticDef and add testCelina G. Val-1/+1
2023-12-07Add instance evaluation and methods to read allocCelina G. Val-0/+7
2023-12-07Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errorsMatthias Krüger-1/+7
2023-12-06Simplify StaticDef to Instance conversionCelina G. Val-1/+1
2023-12-06Add method to get type of an Rvalue in StableMIRCelina G. Val-0/+6
2023-12-06Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-aMatthias Krüger-1/+1
2023-12-06Fix `is_foreign_item` for StableMIR instanceCelina G. Val-1/+1
2023-12-05Change ty_with_args to return Ty instead of ResultCelina G. Val-1/+1
2023-12-04Add FieldDef to StableMIR and methods to get typeCelina G. Val-1/+5
2023-12-04Add Variant and a few more APIs to stable_mirCelina G. Val-1/+7
2023-12-01Add more information to stable InstanceCelina G. Val-4/+13
2023-11-24Reorder imports and remove re-exportCelina G. Val-1/+2
2023-11-24Move the compiler interface defs to its own moduleCelina G. Val-0/+163