about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/rustc_internal
AgeCommit message (Expand)AuthorLines
2025-02-05Implement RustcInternal for RawPtrKindCarolyn Zech-1/+13
2025-01-23Remove RunCompilerbjorn3-2/+2
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+1
2024-12-17Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxubors-1/+1
2024-12-14Fix testsbjorn3-1/+1
2024-12-14Encode coroutine-closures in SMIRMichael Goulet-0/+8
2024-12-06Fix ui-fulldep testsbjorn3-2/+3
2024-11-09Pass TyCtxt instead of Queries to the after_analysis callbacksbjorn3-14/+13
2024-11-04ty::BrK -> ty::BoundRegionKind::KMichael Goulet-3/+3
2024-11-03compiler: Directly use rustc_abi in smir againJubilee Young-29/+29
2024-10-28stable_mir: Directly use types from rustc_abiJubilee Young-1/+1
2024-09-30Validate ExistentialPredicate argsMichael Goulet-9/+11
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-0/+1
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-1/+1
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-1/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-8/+11
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-26/+21
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-2/+46
2024-02-25remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsicsRalf Jung-1/+0
2024-02-17Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`.Nicholas Nethercote-2/+8
2024-02-12Add APIs for fetching foreign items including foreign modules, their ABIs, an...Mohammad Omidvar-0/+4
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-1/+0
2024-01-19Use the new `with_tables` everywhereOli Scherer-145/+127
2024-01-19Ensure internal function is safeCelina G. Val-154/+218
2024-01-19Fix a soundness bug in `with_tables`.Oli Scherer-2/+2
2024-01-17Revert changes to internal method for nowCelina G. Val-26/+2
2024-01-16Remove tcx function and make `internal` fn saferCelina G. Val-26/+52
2024-01-16Remove tcx from SMIR run macro and accept closuresCelina G. Val-17/+105
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/+15
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-24Move the compiler interface defs to its own moduleCelina G. Val-1/+1
2023-11-24Break down `rustc_smir/mod.rs` fileCelina G. Val-1/+1
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-3/+25