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
ed10a5302546a69b70c0b214d31c5bc84329f478
rust/compiler/stable_mir/src/mir.rs

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

8 lines
100 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;
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
Powered by Gitea Version: 1.24.6 Page: 4248ms 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