| Age | Commit message (Expand) | Author | Lines |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -9/+28 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -28/+286 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -4/+13 |
| 2023-01-26 | fix up subst_identity vs skip_binder; add some FIXMEs as identified in review | Kyle Matsuda | -1/+2 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -8/+7 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -3/+8 |
| 2023-01-26 | Disable ConstGoto opt in cleanup blocks | Jakob Degen | -0/+9 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -2/+84 |
| 2023-01-24 | Delete `SimplifyArmIdentity` and `SimplifyBranchSame` mir opts | Jakob Degen | -825/+0 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -8/+15 |
| 2023-01-21 | Consistently use dominates instead of is_dominated_by | Tomasz Miąsko | -16/+16 |
| 2023-01-19 | Rollup merge of #107037 - tmiasko:rank, r=oli-obk | Guillaume Gomez | -5/+5 |
| 2023-01-19 | Transform async ResumeTy in generator transform | Arpad Borsos | -7/+111 |
| 2023-01-18 | Fix Dominators::rank_partial_cmp to match documentation | Tomasz Miąsko | -5/+5 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-16 | Remove ineffective run of SimplifyConstCondition | Tomasz Miąsko | -1/+0 |
| 2023-01-15 | InstCombine away intrinsic validity assertions | Ben Kimock | -2/+77 |
| 2023-01-14 | Remove visit_place. | Camille GILLOT | -6/+0 |
| 2023-01-14 | Make the inlining destination a `Local`. | Camille GILLOT | -18/+28 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-09 | Auto merge of #106340 - saethlin:propagate-operands, r=oli-obk | bors | -5/+1 |
| 2023-01-07 | Auto merge of #105323 - cjgillot:simplify-const-prop, r=davidtwco | bors | -3/+17 |
| 2023-01-03 | Remove duplicated elaborate box derefs pass | Tomasz Miąsko | -5/+2 |
| 2023-01-01 | Reenable limited top-down MIR inlining | Jakob Degen | -6/+36 |
| 2023-01-01 | Always take advantage of arithmetic identities | Ben Kimock | -5/+1 |
| 2022-12-25 | Give the correct track-caller location with MIR inlining. | Camille GILLOT | -8/+3 |
| 2022-12-25 | Remove Nop in simplify_locals. | Camille GILLOT | -0/+1 |
| 2022-12-25 | Move SimplifyLocals before ConstProp. | Camille GILLOT | -3/+16 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -31/+25 |
| 2022-12-21 | Retag argument to `drop_in_place` unconditionally | Jakob Degen | -28/+29 |
| 2022-12-21 | Retag as FnEntry on `drop_in_place` | Jakob Degen | -1/+27 |
| 2022-12-20 | Add missing anonymous lifetime | Jeremy Stucki | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -31/+25 |
| 2022-12-20 | Rollup merge of #105930 - JakobDegen:nal-unsound, r=oli-obk | Matthias Krüger | -1/+2 |
| 2022-12-20 | Rollup merge of #105835 - tmiasko:cleanup-post-borrowck, r=JakobDegen | Matthias Krüger | -71/+28 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -2/+2 |
| 2022-12-19 | Disable `NormalizeArrayLen` | Jakob Degen | -1/+2 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -1/+1 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-18 | Rollup merge of #105870 - matthiaskrgr:useless_conv, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -2/+2 |
| 2022-12-17 | Remove false edges in CleanupPostBorrowck | Tomasz Miąsko | -46/+16 |
| 2022-12-17 | Rename CleanupNonCodegenStatements to CleanupPostBorrowck | Tomasz Miąsko | -3/+3 |
| 2022-12-17 | Replace visitor with a loop over blocks and statements | Tomasz Miąsko | -26/+13 |
| 2022-12-16 | Remove dead code after destination propagation | Tomasz Miąsko | -0/+7 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -1/+1 |
| 2022-12-15 | Auto merge of #104616 - RalfJung:ctfe-alignment, r=oli-obk,RalfJung | bors | -4/+26 |