| Age | Commit message (Expand) | Author | Lines |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -1/+0 |
| 2024-06-28 | Add method to get all attributes on a definition | Adwin White | -25/+41 |
| 2024-06-28 | Support fetching `Attribute` of items. | Adwin White | -2/+33 |
| 2024-06-26 | Remove `f16` and `f128` ICE paths from smir | Trevor Gross | -0/+2 |
| 2024-06-21 | Add method to get `FnAbi` of function pointer | Adwin White | -1/+14 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 |
| 2024-06-15 | Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obk | Guillaume Gomez | -24/+17 |
| 2024-06-15 | Rollup merge of #126361 - celinval:issue-0079-intrinsic, r=oli-obk | Matthias Krüger | -5/+6 |
| 2024-06-13 | smir: merge identical Constant and ConstOperand types | Ralf Jung | -24/+17 |
| 2024-06-13 | Rollup merge of #126366 - celinval:issue-0080-def-ty, r=oli-obk | León Orell Valerian Liehr | -10/+63 |
| 2024-06-12 | Add a new trait to retrieve StableMir definition Ty | Celina G. Val | -10/+63 |
| 2024-06-12 | Make `try_from_target_usize` method public | Artem Agvanian | -1/+1 |
| 2024-06-12 | Unify intrinsics body handling in StableMIR | Celina G. Val | -5/+6 |
| 2024-06-10 | Remove some unused crate dependencies. | Nicholas Nethercote | -1/+0 |
| 2024-06-04 | Split smir `Const` into `TyConst` and `MirConst` | Boxy | -61/+137 |
| 2024-05-30 | Apply x clippy --fix and x fmt | r0cky | -5/+5 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -2/+17 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (clippy/smir) | Boxy | -1/+0 |
| 2024-05-23 | Rollup merge of #125336 - momvart:smir-77-intrinsic, r=celinval | León Orell Valerian Liehr | -4/+50 |
| 2024-05-23 | Add conversion from IntrinsicDef to FnDef | Mohammad Omidvar | -0/+6 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -0/+1 |
| 2024-05-20 | Add intrinsic definition and retrieval APIs | Mohammad Omidvar | -4/+44 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -5/+4 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -1/+7 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -2/+2 |
| 2024-04-30 | Remove `extern crate scoped_tls` from `stable_mir`. | Nicholas Nethercote | -3/+1 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -8/+18 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -1/+7 |
| 2024-04-21 | Add `AggregateKind::RawPtr` and enough support to compile | Scott McMurray | -0/+2 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -8/+18 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -1/+7 |
| 2024-04-10 | Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obk | Guillaume Gomez | -1/+10 |
| 2024-04-09 | Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errors | Matthias Krüger | -37/+6 |
| 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 | -37/+6 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+8 |
| 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-28 | Normalize the result of Fields::ty_with_args | Celina G. Val | -2/+2 |
| 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 |