about summary refs log tree commit diff
path: root/compiler/rustc_smir/src/stable_mir
AgeCommit message (Expand)AuthorLines
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
2023-07-02Use scoped-tls for SMIR to map between TyCtxt and SMIR datastructuresyukang-14/+14
2023-06-19Promote unchecked_add/sub/mul/shl/shr to mir::BinOpScott McMurray-0/+5
2023-06-08Add Terminator::InlineAsm conversion from MIR to SMIRSantiago Pastorino-0/+17
2023-05-08Encode types in SMIROli Scherer-0/+18
2023-05-08Create a trait to abstract over the smir APIOli Scherer-6/+60
2023-05-05Add GeneratorDrop terminator to SMIRSantiago Pastorino-0/+1
2023-05-05Add Assert terminator to SMIRSantiago Pastorino-3/+64
2023-05-03Add Drop terminator to SMIRSantiago Pastorino-1/+1
2023-04-20Add Call terminator to SMIRSantiago Pastorino-1/+9
2023-04-14Add a stable MIR way to get the main functionOli Scherer-0/+7
2023-03-16Add Debug and Clone derives for stable mir datastructuresOli Scherer-0/+7
2023-03-16Implement a minimal subset of MIR statements and terminators for smirOli Scherer-0/+73
2023-03-16Remove `DefId` from `CrateItem` in favor of a lookup tableOli Scherer-3/+1