about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/rustc_internal/internal.rs
AgeCommit message (Expand)AuthorLines
2024-06-04Split smir `Const` into `TyConst` and `MirConst`Boxy-25/+19
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-1/+13
2024-05-17Rename Unsafe to SafetySantiago Pastorino-5/+4
2024-04-09Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errorsMatthias Krüger-1/+33
2024-04-08Remove unimplemented!() from BinOp::ty() functionCelina G. Val-1/+33
2024-04-08Actually create ranged int types in the type system.Oli Scherer-2/+18
2024-03-22Make RawPtr take Ty and Mutbl separatelyMichael Goulet-4/+3
2024-03-20Improve emit stable mir bodyCelina G. Val-1/+45
2024-02-25remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsicsRalf Jung-1/+0
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-1/+0
2024-01-19Use the new `with_tables` everywhereOli Scherer-135/+122
2024-01-19Ensure internal function is safeCelina G. Val-150/+183
2024-01-09Fix all_trait* methods to return all trait availableCelina G. Val-1/+8
2023-12-28Restore movability to SMIRMichael Goulet-1/+1
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-5/+3
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