| Age | Commit message (Expand) | Author | Lines |
| 2024-04-09 | Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errors | Matthias Krüger | -36/+2 |
| 2024-04-08 | Add support to intrinsics fallback body | Celina G. Val | -1/+10 |
| 2024-04-08 | Remove unimplemented!() from BinOp::ty() function | Celina G. Val | -36/+2 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -1/+1 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -0/+1 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+4 |
| 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 | -2/+2 |
| 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-21 | Rollup merge of #122801 - celinval:smir-pretty, r=compiler-errors | Matthias Krüger | -335/+222 |
| 2024-03-20 | s/place_debug/place_pretty in SMIR | Celina G. Val | -1/+1 |
| 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 | -335/+215 |
| 2024-03-20 | Update target.rs alloc.rs event.rs simd.rs | RoboSchmied | -2/+2 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -4/+4 |
| 2024-03-13 | Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinval | Matthias Krüger | -0/+11 |
| 2024-03-12 | Add `intrinsic_name` to get plain intrinsic name | Adrian Palacios | -0/+11 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -2/+8 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -1/+1 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -0/+3 |
| 2024-01-11 | Add more information to `visit_projection_elem` | Celina G. Val | -19/+38 |
| 2023-12-28 | Restore movability to SMIR | Michael Goulet | -4/+8 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -7/+4 |
| 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 | Add method to get instance instantiation arguments | Celina G. Val | -0/+6 |
| 2023-12-20 | Rollup merge of #119094 - celinval:smir-layout, r=compiler-errors | Matthias Krüger | -0/+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/+6 |
| 2023-12-15 | Rollup merge of #118927 - celinval:smir-missing-info, r=compiler-errors | Ali MJ Al-Nasrawy | -13/+74 |
| 2023-12-14 | Revert signature change for AssertMessage description | Celina G. Val | -34/+21 |
| 2023-12-14 | Address PR comments | Celina G. Val | -27/+35 |
| 2023-12-14 | add stable_mir output test | ouz-a | -13/+30 |
| 2023-12-13 | Add spread arg and missing CoroutineKind | Celina G. Val | -7/+73 |
| 2023-12-13 | Erase late bound regions from instance `fn_sig()` | Celina G. Val | -1/+1 |
| 2023-12-11 | Remove scalar fn and tighten the BiOp Ty assertions | Celina G. Val | -5/+11 |
| 2023-12-11 | Fix BinOp ty assertion and `fn_sig` for closures | Celina G. Val | -10/+12 |
| 2023-12-07 | Add tests to allocation methods and fix is_null() | Celina G. Val | -1/+19 |
| 2023-12-07 | Fix conversion to StaticDef and add test | Celina G. Val | -1/+1 |
| 2023-12-07 | Add instance evaluation and methods to read alloc | Celina G. Val | -3/+43 |
| 2023-12-07 | Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errors | Matthias Krüger | -2/+118 |
| 2023-12-06 | Add sanity check to `BinOp::ty()` | Celina G. Val | -8/+14 |
| 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 | -3/+4 |
| 2023-12-06 | Add method to get type of an Rvalue in StableMIR | Celina G. Val | -0/+109 |
| 2023-12-06 | Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-a | Matthias Krüger | -2/+9 |
| 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 | -2/+1 |