| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-06 | move `stable_mir` back to its own crate and move `rustc_internal` to ↵ | Makai | -22/+0 | |
| the`stable_mir` crate As part of this reorganization, some traits need to be moved from `rustc_smir::context::traits` to `stable_mir::unstable::internal_cx`. These traits are specifically designed for `InternalCx` to clarify the behavior of different functions that share the same name. This move is necessary to avoid orphan rule violations. | ||||
| 2025-04-05 | let `rustc_smir` host `stable_mir` for refactoring | Makai | -0/+1 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+2 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-03-20 | Improve emit stable mir body | Celina G. Val | -1/+1 | |
| 2023-11-17 | use new apis and add new function | ouz-a | -1/+1 | |
| 2023-11-17 | move pretty into stable_mir | Oğuz Ağcayazı | -299/+11 | |
| 2023-11-17 | change smir to StableMir | Oğuz Ağcayazı | -15/+27 | |
| 2023-11-17 | remove unwrap | Oğuz Ağcayazı | -10/+15 | |
| 2023-11-17 | better formatting for statements | Oğuz Ağcayazı | -17/+46 | |
| 2023-11-17 | cover statements | Oğuz Ağcayazı | -26/+155 | |
| 2023-11-17 | emit basic smir | Oğuz Ağcayazı | -0/+133 | |
