about summary refs log tree commit diff
path: root/tests/ui-fulldeps/stable-mir/check_attribute.rs
AgeCommit message (Expand)AuthorLines
2025-07-18rename `ui-fulldeps/stable-mir`Makai-113/+0
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-4/+4
2025-07-07remove `rustc_smir` from testsMakai-2/+2
2025-05-03Improve hir pretty-printing of attributes.Nicholas Nethercote-2/+2
2025-04-24Refactor `StableMir` to avoid some clones.Nicholas Nethercote-1/+1
2025-04-13import rustc_smir::rustc_internal in run_driver!zjp-1/+0
2025-02-24change smir attributes getters to only support tool attributesJana Dönszelmann-42/+2
2025-02-24Fix test output expectationsJana Dönszelmann-1/+1
2025-02-03Enable more tests on WindowsBen Kimock-1/+0
2024-11-09Pass TyCtxt instead of Queries to the after_analysis callbacksbjorn3-0/+1
2024-09-25Remove `feature(control_flow_enum)` in testsScott McMurray-1/+0
2024-06-28Add method to get all attributes on a definitionAdwin White-3/+21
2024-06-28Support fetching `Attribute` of items.Adwin White-0/+137