| Age | Commit message (Expand) | Author | Lines |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+4 |
| 2024-03-23 | Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubilee | Jubilee | -3/+3 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -8/+2 |
| 2024-03-23 | rename MIR int2ptr casts to match library name | Ralf Jung | -1/+1 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -1/+7 |
| 2024-03-21 | Rollup merge of #122801 - celinval:smir-pretty, r=compiler-errors | Matthias Krüger | -341/+232 |
| 2024-03-20 | s/place_debug/place_pretty in SMIR | Celina G. Val | -2/+2 |
| 2024-03-20 | Enable users to dump the body of an instance | Celina G. Val | -1/+8 |
| 2024-03-20 | Improve emit stable mir body | Celina G. Val | -341/+225 |
| 2024-03-20 | Update target.rs alloc.rs event.rs simd.rs | RoboSchmied | -3/+3 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -4/+4 |
| 2024-03-14 | Rollup merge of #122405 - celinval:smir-new-const, r=oli-obk | Matthias Krüger | -5/+39 |
| 2024-03-13 | Rollup merge of #122426 - celinval:smir-fix-full, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-13 | Fix StableMIR is_full computation | Celina G. Val | -1/+1 |
| 2024-03-13 | Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinval | Matthias Krüger | -0/+12 |
| 2024-03-12 | Add `intrinsic_name` to get plain intrinsic name | Adrian Palacios | -0/+12 |
| 2024-03-12 | Add methods to create constants | Celina G. Val | -5/+39 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -2/+8 |
| 2024-03-01 | Add support to new float types | Celina G. Val | -4/+24 |
| 2024-03-01 | Implement missing ABI structures in StableMIR | Celina G. Val | -10/+177 |
| 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 |