| Age | Commit message (Expand) | Author | Lines |
| 2023-01-23 | Add comments and remove unnecessary code | Bryan Garza | -0/+2 |
| 2023-01-23 | Move CtfeLimit MirPass to inner_mir_for_ctfe | Bryan Garza | -1/+2 |
| 2023-01-23 | Revert "Move CtfeLimit to mir_const's set of passes" | Bryan Garza | -1/+1 |
| 2023-01-23 | Move CtfeLimit to mir_const's set of passes | Bryan Garza | -1/+1 |
| 2023-01-23 | Abstract out has_back_edge fn | Bryan Garza | -23/+28 |
| 2023-01-23 | Change code to use map insead of for-loop | Bryan Garza | -23/+25 |
| 2023-01-23 | Remove debugging-related code | Bryan Garza | -7/+2 |
| 2023-01-23 | Clean up CtfeLimit MirPass | Bryan Garza | -74/+31 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -3/+111 |
| 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 |
| 2022-12-15 | Move alignment failure error reporting to machine | Oli Scherer | -1/+21 |