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
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
Celina G. Val
a325bce3cd
Normalize the result of Fields::ty_with_args
...
We were only instantiating before, which would leak an AliasTy.
I added a test case that reproduce the issue seen here:
https://github.com/model-checking/kani/issues/3113
2024-03-28 13:22:10 -07:00