summary refs log tree commit diff
path: root/compiler/rustc_smir/src/stable_mir
AgeCommit message (Expand)AuthorLines
2023-08-16Add missing Clone/Debug impls to SMIR Trait related tysSantiago Pastorino-0/+3
2023-08-16Rollup merge of #114859 - spastorino:add-smir-cx-trait-fns, r=compiler-errorsMatthias Krüger-0/+16
2023-08-15Add trait related queries to SMIR's rustc_internalSantiago Pastorino-0/+16
2023-08-14Rollup merge of #114745 - ouz-a:smir_const, r=spastorinoMatthias Krüger-1/+5
2023-08-12Rollup merge of #114703 - ouz-a:smir_allocation, r=oli-obkMatthias Krüger-0/+1
2023-08-11Make Const more useful in smirouz-a-1/+5
2023-08-10cover ParamConstouz-a-0/+1
2023-08-10Add impl trait declarations to SMIRSantiago Pastorino-1/+27
2023-08-10Fix copy & paste doc errorSantiago Pastorino-1/+1
2023-08-09Rollup merge of #114587 - ouz-a:smir_allocation, r=oli-obkMatthias Krüger-1/+146
2023-08-09only allocate bytes within AllocRangeouz-a-9/+42
2023-08-09Convert Const to Allocation in smirouz-a-1/+113
2023-08-08fix: add RiscvInterrupt* cconv to smirSeth Pellegrino-0/+2
2023-08-07Add TraitDef::trait_decl methodSantiago Pastorino-0/+6
2023-08-07Add all_trait_decls to SMIRSantiago Pastorino-0/+4
2023-08-07Convert trait declaration to SMIRSantiago Pastorino-1/+23
2023-08-07Convert unsafety using the stable method and reuse mir::SafetySantiago Pastorino-8/+2
2023-08-06Add alocation to smirouz-a-0/+22
2023-08-01clean up, use opaque typesouz-a-11/+23
2023-08-01Cover statements for stable_mirouz-a-1/+90
2023-07-31add missing rvalues to smirouz-a-3/+38
2023-07-27Rollup merge of #114082 - ericmarkmartin:smir-nullary-op, r=spastorinoMatthias Krüger-0/+3
2023-07-26Add Bound ty to SMIRSantiago Pastorino-0/+7
2023-07-26Add Param ty to SMIRSantiago Pastorino-0/+7
2023-07-26add stable NullaryOpEric Mark Martin-0/+3
2023-07-24Dynamic for smirEric Mark Martin-0/+36
2023-07-22add Alias for smirEric Mark Martin-0/+18
2023-07-20Add FnPtr ty to SMIRSantiago Pastorino-0/+79
2023-07-19Remove FIXMEs a lot of things need fixesSantiago Pastorino-2/+0
2023-07-19Add Generator to SMIRSantiago Pastorino-0/+10
2023-07-19Add Closure ty to SMIRSantiago Pastorino-0/+4
2023-07-19Add FnDef ty to SMIRSantiago Pastorino-0/+4
2023-07-19Rename SMIR AdtSubsts to GenericArgsSantiago Pastorino-2/+2
2023-07-18Add Never to SMIRSantiago Pastorino-0/+1
2023-07-18Add Foreign to SMIRSantiago Pastorino-0/+4
2023-07-17conversions to smir RawPtr and RefEric Mark Martin-9/+4
2023-07-17add RawPtrEric Mark Martin-0/+3
2023-07-17move const definitionEric Mark Martin-0/+2
2023-07-14Auto merge of #112982 - lukas-code:bootstrap-alias-default-crates, r=albertla...bors-2/+2
2023-07-14fix docs for `rustc_smir`Lukas Markeffsky-2/+2
2023-07-13add str, slice, and array to smir typesEric Mark Martin-0/+3
2023-07-13Add Adt to SMIRSantiago Pastorino-1/+21
2023-07-10Implement a few more rvalue translation to smirCelina G. Val-2/+179
2023-07-08Rollup merge of #113412 - spastorino:smir-types-1, r=oli-obkMatthias Krüger-0/+36
2023-07-07Add Float ty to SMIRSantiago Pastorino-0/+7
2023-07-07Add Uint ty to SMIRSantiago Pastorino-0/+11
2023-07-07Add Int ty to SMIRSantiago Pastorino-0/+11
2023-07-07Add Char ty to SMIRSantiago Pastorino-0/+1
2023-07-07Add rustc_ty_to_ty basic testsSantiago Pastorino-0/+2
2023-07-06Wrap SMIR bool and tuple into a Rigid variantSantiago Pastorino-0/+4