| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 | |
| 2023-10-24 | Remove fold code and add Const::internal() | Celina G. Val | -0/+1 | |
| We are not planning to support user generated constant in the foreseeable future, so we are removing the Fold logic for now in favor of the Instance::resolve logic. The Instance::resolve was however incomplete, since we weren't handling internalizing constants yet. Thus, I added that. I decided to keep the Const fields private in case we decide to translate them lazily. | ||||
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 | |
| 2023-10-06 | Remove unneeded features. | Nicholas Nethercote | -4/+0 | |
| 2023-09-25 | Split out the stable part of smir into its own crate to prevent accidental ↵ | Oli Scherer | -15/+1 | |
| usage of forever unstable things | ||||
| 2023-08-10 | Stabilize thread local cell methods. | Mara Bos | -1/+0 | |
| 2023-07-14 | fix docs for `rustc_smir` | Lukas Markeffsky | -1/+2 | |
| 2023-07-10 | Implement a few more rvalue translation to smir | Celina G. Val | -0/+1 | |
| - Introduce an Opaque type for adding information that is still internal to the compiler. | ||||
| 2023-07-10 | Fix standalone build | Celina G. Val | -0/+10 | |
| Add extern declarations and optional dependencies to fix build done directly via `cargo build`. | ||||
| 2023-07-02 | Use scoped-tls for SMIR to map between TyCtxt and SMIR datastructures | yukang | -0/+3 | |
| 2023-05-08 | Create a trait to abstract over the smir API | Oli Scherer | -0/+2 | |
| 2023-03-06 | Create new rustc_smir struct to map future crates | Celina G. Val | -2/+6 | |
| + Add some information to the README.md | ||||
| 2023-03-03 | Delete old re-exports from rustc_smir | Celina G. Val | -4/+0 | |
| This approach didn't seem to work well. | ||||
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 | |
| 2022-06-02 | Rustfmt | Oli Scherer | -1/+0 | |
| 2022-06-02 | Add 'compiler/rustc_smir/' from commit ↵ | Oli Scherer | -0/+18 | |
| '9abcb5c7b574cf316eb23d3f469187bb86ba3019' git-subtree-dir: compiler/rustc_smir git-subtree-mainline: fb1976011e3df96b5d3eccd6b2f4e51ef7dc8f16 git-subtree-split: 9abcb5c7b574cf316eb23d3f469187bb86ba3019 | ||||
