summary refs log tree commit diff
path: root/compiler/stable_mir/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-10-30Add a stable MIR visitorCelina G. Val-3/+4
2023-10-24Remove fold code and add Const::internal()Celina G. Val-4/+0
2023-10-23Remove unsafe and `Rc`Celina G. Val-8/+5
2023-10-23Add method to convert internal to stable constructsCelina G. Val-26/+26
2023-10-19Add stable Instance::body() and RustcInternal traitCelina G. Val-0/+4
2023-10-16Add MonoItems and Instance to stable_mirCelina G. Val-15/+28
2023-10-13change fn name, return loc info, local nameOğuz Ağcayazı-2/+2
2023-10-11implement get_filename/lines for spanOğuz Ağcayazı-5/+12
2023-10-10Rollup merge of #116560 - ouz-a:efficient_ids, r=oli-obkGuillaume Gomez-3/+23
2023-10-10add new wrapper for FxIndexMapOğuz Ağcayazı-3/+23
2023-10-09return crates instead of a crateOğuz Ağcayazı-4/+4
2023-09-25Split out the stable part of smir into its own crate to prevent accidental us...Oli Scherer-0/+242