This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ed10a5302546a69b70c0b214d31c5bc84329f478
rust
/
compiler
/
stable_mir
/
src
/
mir.rs
8 lines
100 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-13 22:40:35 -07:00
pub
mod
mono
;
move pretty into stable_mir
2023-11-15 10:12:17 +03:00
pub
mod
pretty
;
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 13:07:02 -07: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 13:07:02 -07:00
pub
use
visit
::
MirVisitor
;
Reference in New Issue
Copy Permalink