| Age | Commit message (Expand) | Author | Lines |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -24/+34 |
| 2023-06-29 | Rollup merge of #111322 - mirkootter:master, r=davidtwco | Matthias Krüger | -6/+23 |
| 2023-06-28 | Auto merge of #112307 - lcnr:operand-ref, r=compiler-errors | bors | -29/+101 |
| 2023-06-26 | Move mir const to valtree conversion to its own method. | Oli Scherer | -23/+25 |
| 2023-06-26 | Make simd_shuffle_indices use valtrees | Oli Scherer | -13/+21 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -1/+1 |
| 2023-06-19 | Remove unchecked_add/sub/mul/shl/shr from CTFE/cg_ssa/cg_clif | Scott McMurray | -43/+6 |
| 2023-06-19 | Promote unchecked_add/sub/mul/shl/shr to mir::BinOp | Scott McMurray | -2/+31 |
| 2023-06-19 | add FIXME's for a later refactoring | lcnr | -0/+1 |
| 2023-06-19 | codegen: fix `OperandRef` subtype handling | lcnr | -29/+100 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -1/+1 |
| 2023-06-15 | Fix comment for ptr alignment checks in codegen | Nilstrieb | -1/+1 |
| 2023-06-07 | wasm exception handling | Jan-Mirko Otter | -6/+14 |
| 2023-06-07 | add comment | Jan-Mirko Otter | -0/+9 |
| 2023-06-02 | Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obk | Michael Goulet | -16/+0 |
| 2023-06-01 | remove unchecked_div/_rem from cg_ssa | Scott McMurray | -16/+0 |
| 2023-05-31 | Add a distinct `OperandValue::ZeroSized` variant for ZSTs | Scott McMurray | -65/+81 |
| 2023-05-31 | Rollup merge of #112069 - clubby789:offset-of-sized-fields, r=WaffleLapkin | Matthias Krüger | -3/+8 |
| 2023-05-31 | Auto merge of #112070 - lcnr:disjoint-closure-capture-ub, r=oli-obk | bors | -1/+0 |
| 2023-05-30 | Auto merge of #112102 - Nilstrieb:rollup-ivu1hmc, r=Nilstrieb | bors | -1/+1 |
| 2023-05-30 | Auto merge of #111768 - oli-obk:pair_const_llvm, r=cjgillot | bors | -3/+72 |
| 2023-05-29 | offset_of: Don't require type to be sized | clubby789 | -3/+8 |
| 2023-05-29 | unique borrows are mutating uses | lcnr | -1/+0 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -1/+1 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -1/+1 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -1/+1 |
| 2023-05-26 | Stop creating intermediate places just to immediate convert them to operands | Oli Scherer | -3/+72 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -1/+1 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -5/+1 |
| 2023-05-24 | Rollup merge of #111912 - WaffleLapkin:is_some_and_in_the_compiler, r=petroch... | Manish Goregaokar | -1/+1 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-17 | Cache dominators. | Camille GILLOT | -1/+1 |
| 2023-05-14 | Auto merge of #111440 - cjgillot:refprop-debuginfo, r=oli-obk | bors | -49/+101 |
| 2023-05-13 | Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillot | bors | -11/+15 |
| 2023-05-13 | Support ConstantIndex in debuginfo. | Camille GILLOT | -1/+23 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -12/+40 |
| 2023-05-13 | Extract debug_introduce_local_as_var. | Camille GILLOT | -48/+50 |
| 2023-05-08 | Align unsized locals | Tomasz Miąsko | -11/+15 |
| 2023-05-08 | Rollup merge of #104070 - nbdd0121:unwind, r=Amanieu | Michael Goulet | -1/+1 |
| 2023-05-08 | Rollup merge of #110297 - kylematsuda:earlybinder_tcx_subst, r=BoxyUwU | Dylan DPC | -1/+1 |
| 2023-05-07 | Use `landingpad filter` to encode aborting landing pad | Gary Guo | -1/+1 |
| 2023-05-06 | use EarlyBinder in tcx.(try_)subst_mir_and_normalize_erasing_regions | Kyle Matsuda | -1/+1 |
| 2023-05-05 | Address review comments. | Luqman Aden | -6/+0 |
| 2023-05-05 | Don't bitcast aggregate field. | Luqman Aden | -1/+26 |
| 2023-05-05 | Operand::extract_field: only cast llval if it's a pointer and replace bitcast... | Luqman Aden | -3/+13 |
| 2023-05-04 | Rollup merge of #110826 - cjgillot:place-mention-use, r=JakobDegen,lcnr | Matthias Krüger | -1/+3 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -44/+19 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -44/+19 |
| 2023-04-29 | Make PlaceMention a non-mutating use. | Camille GILLOT | -1/+3 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -2/+9 |