| Age | Commit message (Expand) | Author | Lines |
| 2024-04-09 | Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errors | Matthias Krüger | -2/+43 |
| 2024-04-08 | Remove unimplemented!() from BinOp::ty() function | Celina G. Val | -2/+43 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -2/+35 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+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/+1 |
| 2024-03-28 | Normalize the result of Fields::ty_with_args | Celina G. Val | -1/+4 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+1 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -7/+1 |
| 2024-03-23 | rename MIR int2ptr casts to match library name | Ralf Jung | -1/+1 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -0/+12 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -0/+12 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -4/+3 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -1/+1 |
| 2024-03-20 | s/place_debug/place_pretty in SMIR | Celina G. Val | -1/+1 |
| 2024-03-20 | Improve emit stable mir body | Celina G. Val | -4/+59 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -2/+2 |
| 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 |