| Age | Commit message (Expand) | Author | Lines |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -1/+0 |
| 2024-02-24 | compiler: use `addr_of!` | Pavel Grigorenko | -1/+1 |
| 2024-02-17 | Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`. | Nicholas Nethercote | -8/+4 |
| 2024-02-15 | Rollup merge of #120982 - momvart:smir-61-foreign_kind, r=oli-obk | Matthias Krüger | -5/+51 |
| 2024-02-14 | Rewrite foreign item kind query using `DefKind` | Mohammad Omidvar | -2/+2 |
| 2024-02-12 | Add APIs for fetching foreign items including foreign modules, their ABIs, an... | Mohammad Omidvar | -5/+51 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -2/+2 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -0/+3 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -2/+0 |
| 2024-01-25 | Remove unused features | clubby789 | -1/+0 |
| 2024-01-19 | Make the remaining "private" fields actually private | Oli Scherer | -2/+2 |
| 2024-01-12 | Rollup merge of #119877 - celinval:smir-visit-projection, r=oli-obk | Guillaume Gomez | -19/+38 |
| 2024-01-11 | Add more information to `visit_projection_elem` | Celina G. Val | -19/+38 |
| 2024-01-09 | Fix all_trait* methods to return all trait available | Celina G. Val | -11/+32 |
| 2023-12-28 | Restore movability to SMIR | Michael Goulet | -8/+13 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -11/+8 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -3/+3 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -21/+34 |
| 2023-12-20 | Rollup merge of #119141 - celinval:smir-instance-args, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2023-12-20 | Add method to get instance instantiation arguments | Celina G. Val | -0/+9 |
| 2023-12-20 | Add `ItemKind::Ctor` to stable mir | Celina G. Val | -0/+7 |
| 2023-12-20 | Rollup merge of #119094 - celinval:smir-layout, r=compiler-errors | Matthias Krüger | -0/+306 |
| 2023-12-19 | Fix c_variadic flag and add opaque info to PassMode | Celina G. Val | -9/+6 |
| 2023-12-18 | Add the function body span to StableMIR | Celina G. Val | -2/+8 |
| 2023-12-18 | Add function ABI and type layout to StableMIR | Celina G. Val | -0/+309 |
| 2023-12-15 | Add a method to check if type is a CStr | Celina G. Val | -0/+9 |
| 2023-12-15 | Rollup merge of #118927 - celinval:smir-missing-info, r=compiler-errors | Ali MJ Al-Nasrawy | -16/+85 |
| 2023-12-14 | Revert signature change for AssertMessage description | Celina G. Val | -34/+21 |
| 2023-12-14 | Address PR comments | Celina G. Val | -37/+46 |
| 2023-12-14 | add stable_mir output test | ouz-a | -13/+30 |
| 2023-12-13 | Add spread arg and missing CoroutineKind | Celina G. Val | -10/+80 |
| 2023-12-13 | Erase late bound regions from instance `fn_sig()` | Celina G. Val | -4/+7 |
| 2023-12-12 | Rollup merge of #118846 - celinval:smir-ty-methods, r=compiler-errors | Matthias Krüger | -13/+144 |
| 2023-12-11 | Remove scalar fn and tighten the BiOp Ty assertions | Celina G. Val | -24/+12 |
| 2023-12-11 | Fix doc comment | Celina G. Val | -1/+1 |
| 2023-12-11 | Fix BinOp ty assertion and `fn_sig` for closures | Celina G. Val | -12/+155 |
| 2023-12-11 | remove some redundant clones | Matthias Krüger | -1/+1 |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |
| 2023-12-07 | Add tests to allocation methods and fix is_null() | Celina G. Val | -2/+24 |
| 2023-12-07 | Fix conversion to StaticDef and add test | Celina G. Val | -2/+2 |
| 2023-12-07 | Add instance evaluation and methods to read alloc | Celina G. Val | -9/+205 |
| 2023-12-07 | Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errors | Matthias Krüger | -3/+186 |
| 2023-12-06 | Add sanity check to `BinOp::ty()` | Celina G. Val | -8/+27 |
| 2023-12-06 | Update compiler/stable_mir/src/mir/body.rs | Celina G. Val | -1/+1 |
| 2023-12-06 | Simplify StaticDef to Instance conversion | Celina G. Val | -4/+5 |
| 2023-12-06 | Add method to get type of an Rvalue in StableMIR | Celina G. Val | -0/+163 |
| 2023-12-06 | Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a | Matthias Krüger | -4/+11 |
| 2023-12-06 | Also add an API to check if an instance has body | Celina G. Val | -0/+8 |
| 2023-12-06 | Fix `is_foreign_item` for StableMIR instance | Celina G. Val | -4/+3 |
| 2023-12-05 | Change ty_with_args to return Ty instead of Result | Celina G. Val | -5/+10 |