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
John Kåre Alsaker
df1f8d140e
Update stable-mir test
2025-04-29 14:49:00 +02: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
Nicholas Nethercote
cdf5b8d4e7
Change how anonymous associated types are printed.
...
Give them their own symbol `anon_assoc`, as is done for all the other
anonymous `DefPathData` variants.
2025-04-11 20:13:16 +10:00
makai410
f9ef4563c2
Implement associated_items api.
2025-04-01 17:11:53 +08:00