about summary refs log tree commit diff
path: root/compiler/stable_mir/src/mir.rs
AgeCommit message (Collapse)AuthorLines
2023-11-21Add support to global allocation to stable-mirCelina G. Val-0/+1
2023-11-17move pretty into stable_mirOğuz Ağcayazı-0/+1
2023-10-30Add a stable MIR visitorCelina G. Val-0/+2
Add a few utility functions as well and extend most `mir` and `ty` ADTs to implement `PartialEq` and `Eq`.
2023-10-16Add MonoItems and Instance to stable_mirCelina G. Val-0/+1
Also add a few methods to instantiate instances and get an instance definition. We're still missing support to actually monomorphize the instance body.
2023-09-25Split out the stable part of smir into its own crate to prevent accidental ↵Oli Scherer-0/+3
usage of forever unstable things