| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | preserve span when evaluating mir::ConstOperand | Ralf Jung | -1/+1 |
| 2024-03-14 | Rollup merge of #122405 - celinval:smir-new-const, r=oli-obk | Matthias Krüger | -7/+51 |
| 2024-03-13 | Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinval | Matthias Krüger | -0/+10 |
| 2024-03-12 | Add `intrinsic_name` to get plain intrinsic name | Adrian Palacios | -0/+10 |
| 2024-03-12 | Add methods to create constants | Celina G. Val | -7/+51 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -2/+2 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -1/+7 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -3/+5 |
| 2024-03-01 | Add support to new float types | Celina G. Val | -4/+7 |
| 2024-03-01 | Implement missing ABI structures in StableMIR | Celina G. Val | -7/+59 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -0/+2 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -2/+0 |
| 2024-02-24 | Implement asm goto in MIR and MIR lowering | Gary Guo | -1/+2 |
| 2024-02-24 | Change InlineAsm to allow multiple targets instead | Gary Guo | -2/+3 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2024-02-17 | Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`. | Nicholas Nethercote | -2/+8 |
| 2024-02-15 | Rollup merge of #120982 - momvart:smir-61-foreign_kind, r=oli-obk | Matthias Krüger | -33/+105 |
| 2024-02-14 | Rewrite foreign item kind query using `DefKind` | Mohammad Omidvar | -21/+13 |
| 2024-02-12 | Add APIs for fetching foreign items including foreign modules, their ABIs, an... | Mohammad Omidvar | -33/+113 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -1/+1 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -0/+1 |
| 2024-02-06 | Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure | Michael Goulet | -1/+1 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -2/+2 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+1 |
| 2024-02-06 | Build a shim to call async closures with different AsyncFn trait kinds | Michael Goulet | -0/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -0/+4 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -3/+0 |
| 2024-01-22 | Do not normalize closure signature when building FnOnce shim | Michael Goulet | -1/+4 |
| 2024-01-19 | Use the new `with_tables` everywhere | Oli Scherer | -145/+127 |
| 2024-01-19 | Ensure internal function is safe | Celina G. Val | -198/+294 |
| 2024-01-19 | Fix `Stable` trait and its impls to work with the new `with_tables` | Oli Scherer | -129/+136 |
| 2024-01-19 | Fix a soundness bug in `with_tables`. | Oli Scherer | -2/+2 |
| 2024-01-18 | Rollup merge of #119833 - celinval:smir-accept-closures, r=oli-obk | Matthias Krüger | -16/+106 |
| 2024-01-17 | Revert changes to internal method for now | Celina G. Val | -29/+4 |
| 2024-01-16 | Remove tcx function and make `internal` fn safer | Celina G. Val | -28/+55 |
| 2024-01-16 | Remove tcx from SMIR run macro and accept closures | Celina G. Val | -17/+105 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -1/+1 |
| 2024-01-11 | Rollup merge of #119790 - celinval:smir-all-traits, r=oli-obk | Matthias Krüger | -4/+27 |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -8/+6 |
| 2024-01-09 | Fix all_trait* methods to return all trait available | Celina G. Val | -4/+27 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -2/+2 |
| 2023-12-28 | Restore movability to SMIR | Michael Goulet | -1/+3 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -9/+5 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -2/+4 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -7/+16 |
| 2023-12-20 | Rollup merge of #119141 - celinval:smir-instance-args, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2023-12-20 | Add method to get instance instantiation arguments | Celina G. Val | -0/+6 |
| 2023-12-20 | Add `ItemKind::Ctor` to stable mir | Celina G. Val | -9/+7 |
| 2023-12-20 | Fix crash for `CrateItem::kind()` with constructors | Celina G. Val | -5/+8 |
| 2023-12-20 | Rollup merge of #119094 - celinval:smir-layout, r=compiler-errors | Matthias Krüger | -21/+344 |