about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/rustc_internal
AgeCommit message (Expand)AuthorLines
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
2023-11-21Add support to global allocation to stable-mirCelina G. Val-2/+3
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-17use new apis and add new functionouz-a-1/+1
2023-11-17move pretty into stable_mirOğuz Ağcayazı-299/+11
2023-11-17change smir to StableMirOğuz Ağcayazı-15/+27
2023-11-17remove unwrapOğuz Ağcayazı-10/+15
2023-11-17better formatting for statementsOğuz Ağcayazı-23/+46
2023-11-17cover statementsOğuz Ağcayazı-26/+155
2023-11-17emit basic smirOğuz Ağcayazı-0/+140
2023-11-16Add more SMIR internal impl and callback return valueCelina G. Val-13/+147
2023-11-10add CoroutineWitness to covered typesOğuz Ağcayazı-0/+4
2023-11-09Fix typo in internal.rsIkko Eltociear Ashimine-1/+1
2023-10-24Use IndexMap for handling stable TyCelina G. Val-2/+2
2023-10-24Remove fold code and add Const::internal()Celina G. Val-8/+15
2023-10-23Add test and remove double refCelina G. Val-3/+3
2023-10-23Remove unsafe and `Rc`Celina G. Val-13/+9
2023-10-23Add `internal()` method counterpart to `stable()`Celina G. Val-1/+5
2023-10-23Add method to convert internal to stable constructsCelina G. Val-12/+46
2023-10-23Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`Oli Scherer-58/+72
2023-10-21Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obkMatthias Krüger-0/+71
2023-10-20s/generator/coroutine/Oli Scherer-1/+1