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

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

9 lines
115 B
Rust
Raw Normal View History

Add support to global allocation to stable-mir
2023-11-07 14:12:58 -08:00
pub mod alloc;
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: 334ms Template: 2ms
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