Nicholas Nethercote
84ac80f192
Reformat use
declarations.
...
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
2024-07-29 08:26:52 +10:00
Stephen Skeirik
414ebeaeea
add serde derive Serialize to stable_mir
2024-06-26 11:56:01 -04:00
RoboSchmied
0d5a3f464f
Update target.rs alloc.rs event.rs simd.rs
...
fix typos
2024-03-20 17:07:15 +01:00
Celina G. Val
e3ac2c68b8
Implement missing ABI structures in StableMIR
2024-03-01 11:02:05 -08:00
Matthias Krüger
0564de10b1
remove some redundant clones
2023-12-11 21:54:36 +01:00
Celina G. Val
4c9e842a09
Add instance evaluation and methods to read alloc
...
The instance evaluation is needed to handle intrinsics such as
`type_id` and `type_name`.
Since we now use Allocation to represent all evaluated constants,
provide a few methods to help process the data inside an allocation.
2023-12-07 17:01:29 -08:00