Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
3883645a9b228cf5b91f8766692ff57455ad6123
rust/compiler/stable_mir/src/mir.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
84 B
Rust
Raw Normal View History

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;
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
Powered by Gitea Version: 1.24.6 Page: 3904ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API