about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/rustc_internal/internal.rs
AgeCommit message (Expand)AuthorLines
2025-07-04refactor: move `convert` module to `stable_mir`Makai-649/+0
2025-07-01Remove support for dyn*Michael Goulet-1/+0
2025-06-25compiler: Trim the misleading C from ExternAbi::CCmse*Jubilee Young-2/+2
2025-06-24Add rust-invalid ABIMichael Goulet-0/+1
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+1
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-1/+0
2025-04-05let `rustc_smir` host `stable_mir` for refactoringMakai-0/+1
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-3/+1
2025-03-06Avoid having to handle an `Option` in the type systemOli Scherer-2/+2
2025-03-06Prefer a two value enum over boolOli Scherer-1/+2
2025-02-05Implement RustcInternal for RawPtrKindCarolyn Zech-1/+13
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+1
2024-12-14Encode coroutine-closures in SMIRMichael Goulet-0/+4
2024-11-04ty::BrK -> ty::BoundRegionKind::KMichael Goulet-3/+3
2024-11-03compiler: Directly use rustc_abi in smir againJubilee Young-29/+29
2024-09-30Validate ExistentialPredicate argsMichael Goulet-9/+11
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-0/+1
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-1/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+1
2024-07-17Avoid comments that describe multiple `use` items.Nicholas Nethercote-0/+1
2024-07-11Remove extern "wasm" ABINikita Popov-1/+0
2024-06-26Remove `f16` and `f128` ICE paths from smirTrevor Gross-0/+2
2024-06-24Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...Michael Goulet-1/+1
2024-06-05Add `Ty` to `mir::Const::Ty`Boxy-1/+3
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