| Age | Commit message (Expand) | Author | Lines |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -7/+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/+106 |
| 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/+114 |
| 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 |