| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-24 | remove movability from `RigidTy::Coroutine` and `AggregateKind::Coroutine` | Makai | -14/+8 | |
| 2025-07-23 | Remove useless lifetime parameter. | Camille GILLOT | -3/+3 | |
| 2025-07-23 | Give an AllocId to ConstValue::Slice. | Camille GILLOT | -2/+2 | |
| 2025-07-18 | use `RustcPublic` instead of `StableMir` | Makai | -6/+6 | |
| 2025-07-18 | Update docs in `rustc_public` | Makai | -30/+31 | |
| 2025-07-18 | `SmirError` to `Error` | Makai | -20/+19 | |
| 2025-07-18 | use "helper" as a more descriptive name | Makai | -14/+14 | |
| 2025-07-18 | `SmirContainer` to `Container` | Makai | -6/+6 | |
| 2025-07-18 | `SmirCtxt` to `CompilerCtxt`, `SmirInterface` to `CompilerInterface` | Makai | -163/+163 | |
| aaa | ||||
| 2025-07-18 | Rollup merge of #143997 - Coder-256:stable-mir-macro-hygiene, r=oli-obk | Matthias Krüger | -9/+9 | |
| Use $crate in macros for rustc_public (aka stable_mir) This makes `#[macro_use] extern crate rustc_public` unnecessary (which brings all of `rustc_public`'s macros into scope for the entire crate); instead, now you can simply use `rustc_public::run!()`. | ||||
| 2025-07-15 | Use hygenic macros for stable-mir | Jacob Greenfield | -9/+9 | |
| 2025-07-15 | Implement other logics | tiif | -0/+3 | |
| 2025-07-14 | rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge` | Makai | -0/+10813 | |
