about summary refs log tree commit diff
path: root/compiler/stable_mir/src/crate_def.rs
AgeCommit message (Expand)AuthorLines
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-174/+0
2025-07-06move `stable_mir` back to its own crate and move `rustc_internal` to the`stab...Makai-0/+174
2025-04-05let `rustc_smir` host `stable_mir` for refactoringMakai-174/+0
2025-04-01Implement `associated_items` api.makai410-1/+15
2025-03-02Remove duplication in `name`/`trimmed_anem` docsNotLebedev-8/+3
2025-03-02Replace usages of `Context.def_name`NotLebedev-4/+2
2025-03-02Add name and trimmed_name methods to DefIdNotLebedev-0/+21
2025-02-24change smir attributes getters to only support tool attributesJana Dönszelmann-7/+10
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