about summary refs log tree commit diff
path: root/compiler/stable_mir/src/compiler_interface.rs
AgeCommit message (Expand)AuthorLines
2024-09-26Use `&raw` in the compilerJosh Stone-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-06-28Add method to get all attributes on a definitionAdwin White-2/+9
2024-06-28Support fetching `Attribute` of items.Adwin White-1/+4
2024-06-21Add method to get `FnAbi` of function pointerAdwin White-0/+3
2024-06-12Unify intrinsics body handling in StableMIRCelina G. Val-4/+0
2024-06-04Split smir `Const` into `TyConst` and `MirConst`Boxy-9/+13
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-1/+4
2024-05-20Add intrinsic definition and retrieval APIsMohammad Omidvar-3/+12
2024-04-30Remove `extern crate scoped_tls` from `stable_mir`.Nicholas Nethercote-1/+1
2024-04-18Fix disabling the export of noop async_drop_in_place_rawDaria Sukhonina-0/+3
2024-04-08Remove unimplemented!() from BinOp::ty() functionCelina G. Val-1/+4
2024-03-20s/place_debug/place_pretty in SMIRCelina G. Val-1/+1
2024-03-20Improve emit stable mir bodyCelina G. Val-2/+8
2024-03-14Rollup merge of #122405 - celinval:smir-new-const, r=oli-obkMatthias Krüger-4/+13
2024-03-12Add `intrinsic_name` to get plain intrinsic nameAdrian Palacios-0/+1
2024-03-12Add methods to create constantsCelina G. Val-4/+13
2024-02-24compiler: use `addr_of!`Pavel Grigorenko-1/+1
2024-02-15Rollup merge of #120982 - momvart:smir-61-foreign_kind, r=oli-obkMatthias Krüger-3/+10
2024-02-14Rewrite foreign item kind query using `DefKind`Mohammad Omidvar-1/+1
2024-02-12Add APIs for fetching foreign items including foreign modules, their ABIs, an...Mohammad Omidvar-3/+10
2024-02-12Dejargnonize substShoyu Vanilla-1/+1
2024-01-09Fix all_trait* methods to return all trait availableCelina G. Val-2/+4
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