Makai
6598c61725
rename stable_mir to rustc_public, and rustc_smir to rustc_public_bridge
2025-07-14 09:25:54 +00:00
Makai
627cefa993
remove rustc_smir from tests
2025-07-07 03:45:09 +00:00
Nicholas Nethercote
e1a177bbba
Improve hir pretty-printing of attributes.
2025-05-03 12:46:48 +10:00
Nicholas Nethercote
af8047789d
Refactor StableMir to avoid some clones.
...
Pass `args` to `run` instead of storing it in a field. This avoids the
need to clone it within `run`.
Also, change `args` from `Vec<String>` to `&[String]`, avoiding the need
for some vecs and clones.
2025-04-24 11:12:34 +10:00
zjp
6d5f6fd293
import rustc_smir::rustc_internal in run_driver!
2025-04-13 18:09:10 +08:00
Jana Dönszelmann
d8ea2a230f
change smir attributes getters to only support tool attributes
2025-02-24 14:31:19 +01:00
Jana Dönszelmann
309b46ad68
Fix test output expectations
2025-02-24 14:31:19 +01:00
Ben Kimock
7dfc786df1
Enable more tests on Windows
2025-02-03 10:39:32 -05:00
bjorn3
3b02a3309e
Pass TyCtxt instead of Queries to the after_analysis callbacks
...
There is no other query that may need to be called at that point anyway.
2024-11-09 18:43:29 +00:00
Scott McMurray
ddfd0c701a
Remove feature(control_flow_enum) in tests
2024-09-25 19:00:19 -07:00
Adwin White
9387b0bad9
Add method to get all attributes on a definition
2024-06-28 13:24:41 +08:00
Adwin White
84071e2662
Support fetching Attribute of items.
2024-06-28 13:24:41 +08:00