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
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
Ben Kimock
7dfc786df1
Enable more tests on Windows
2025-02-03 10:39:32 -05:00
Scott McMurray
ddfd0c701a
Remove feature(control_flow_enum) in tests
2024-09-25 19:00:19 -07:00
许杰友 Jieyou Xu (Joe)
6e48b96692
[AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives
2024-02-22 16:04:04 +00:00
Mohammad Omidvar
2e691a5c12
Rewrite foreign item kind query using DefKind
2024-02-14 17:38:36 +00:00
Mohammad Omidvar
213748749e
Add APIs for fetching foreign items including foreign modules, their ABIs, and their items
2024-02-12 19:44:35 +00:00