rust/compiler/stable_mir/src
León Orell Valerian Liehr 3e96d58557
Rollup merge of #126366 - celinval:issue-0080-def-ty, r=oli-obk
Add a new trait to retrieve StableMir definition Ty

We implement the trait only for definitions that should have a type. It's possible that I missed a few definitions, but we can add them later if needed.

Fixes https://github.com/rust-lang/project-stable-mir/issues/80
2024-06-13 13:05:25 +02:00
..
mir Split smir Const into TyConst and MirConst 2024-06-04 10:14:45 +01:00
abi.rs Use generic NonZero. 2024-05-08 21:37:55 +02:00
compiler_interface.rs Split smir Const into TyConst and MirConst 2024-06-04 10:14:45 +01:00
crate_def.rs Add a new trait to retrieve StableMir definition Ty 2024-06-12 17:47:49 -07:00
error.rs Implement missing ABI structures in StableMIR 2024-03-01 11:02:05 -08:00
lib.rs Add a new trait to retrieve StableMir definition Ty 2024-06-12 17:47:49 -07:00
mir.rs Add support to global allocation to stable-mir 2023-11-21 19:16:53 -08:00
target.rs Update target.rs alloc.rs event.rs simd.rs 2024-03-20 17:07:15 +01:00
ty.rs Rollup merge of #126366 - celinval:issue-0080-def-ty, r=oli-obk 2024-06-13 13:05:25 +02:00
visitor.rs Split smir Const into TyConst and MirConst 2024-06-04 10:14:45 +01:00