This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-06-21 03:57:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3883645a9b
rust
/
compiler
/
stable_mir
/
src
/
mir.rs
7 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement a minimal subset of MIR statements and terminators for smir
2023-03-16 16:06:12 +00:00
mod
body
;
Add MonoItems and Instance to stable_mir Also add a few methods to instantiate instances and get an instance definition. We're still missing support to actually monomorphize the instance body.
2023-10-14 05:40:35 +00:00
pub
mod
mono
;
Add a stable MIR visitor Add a few utility functions as well and extend most `mir` and `ty` ADTs to implement `PartialEq` and `Eq`.
2023-10-30 20:07:02 +00:00
pub
mod
visit
;
Implement a minimal subset of MIR statements and terminators for smir
2023-03-16 16:06:12 +00:00
pub
use
body
::
*
;
Add a stable MIR visitor Add a few utility functions as well and extend most `mir` and `ty` ADTs to implement `PartialEq` and `Eq`.
2023-10-30 20:07:02 +00:00
pub
use
visit
::
MirVisitor
;
Reference in New Issue
Copy Permalink