about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/rustc_internal/internal.rs
AgeCommit message (Expand)AuthorLines
2023-12-18Add function ABI and type layout to StableMIRCelina G. Val-0/+9
2023-12-04Finish implementing `RustcInternal` for `TyKind`Celina G. Val-12/+185
2023-12-04Add Variant and a few more APIs to stable_mirCelina G. Val-5/+17
2023-11-22Provide conversion of stable span to internal spanCelina G. Val-2/+10
2023-11-21Add support to get virtual table allocationCelina G. Val-2/+24
2023-11-21Add support to global allocation to stable-mirCelina G. Val-1/+2
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-2/+2
2023-11-20Improve code per PR commentsCelina G. Val-5/+1
2023-11-20Add place.ty() and Ty build from a kind to smirCelina G. Val-2/+89
2023-11-16Add more SMIR internal impl and callback return valueCelina G. Val-4/+132
2023-11-09Fix typo in internal.rsIkko Eltociear Ashimine-1/+1
2023-10-24Use IndexMap for handling stable TyCelina G. Val-1/+1
2023-10-24Remove fold code and add Const::internal()Celina G. Val-8/+14
2023-10-19Add stable Instance::body() and RustcInternal traitCelina G. Val-0/+61