summary refs log tree commit diff
path: root/compiler/stable_mir/src/crate_def.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-25Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinvalbors-1/+2
2024-06-28Add method to get all attributes on a definitionAdwin White-1/+32
2024-06-28Support fetching `Attribute` of items.Adwin White-1/+7
2024-06-26add serde derive Serialize to stable_mirStephen Skeirik-1/+2
2024-06-12Add a new trait to retrieve StableMir definition TyCelina G. Val-1/+36
2023-11-23Improve documentation and fix the fixme commentCelina G. Val-6/+9
2023-11-22Add CrateDef trait and methods to get def namesCelina G. Val-0/+66