| Age | Commit message (Expand) | Author | Lines |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -56/+4 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -33/+16 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -8/+5 |
| 2022-01-15 | initial revert | Ellen | -33/+16 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -20/+0 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -56/+4 |
| 2022-01-10 | Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol... | Matthias Krüger | -4/+6 |
| 2022-01-06 | Normalize generator-local types with unevaluated constants | Michael Goulet | -4/+6 |
| 2022-01-06 | Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726 | Matthias Krüger | -8/+7 |
| 2022-01-04 | rename StackPopClean::None to Root | Ralf Jung | -1/+1 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -7/+0 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -1/+1 |
| 2021-12-23 | Rollup merge of #92203 - Aaron1011:mir-adt-def, r=oli-obk | Matthias Krüger | -4/+4 |
| 2021-12-22 | Delay remaining `span_bug`s in drop elaboration | Tomasz Miąsko | -8/+7 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -4/+4 |
| 2021-12-22 | Remove `PartialOrd` and `Ord` from `LocalDefId` | pierwill | -1/+2 |
| 2021-12-20 | [code coverage] Fix missing dead code in modules that are never called | Wesley Wiser | -20/+0 |
| 2021-12-20 | CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility | Ralf Jung | -1/+1 |
| 2021-12-18 | Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726 | Matthias Krüger | -8/+6 |
| 2021-12-15 | Move generator check earlier in inlining. | Camille GILLOT | -8/+6 |
| 2021-12-15 | Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514 | Matthias Krüger | -2/+2 |
| 2021-12-15 | Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgr | bors | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-14 | Return an error when `eval_rvalue_with_identities` fails | Tomasz Miąsko | -52/+34 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -2/+2 |
| 2021-12-13 | use try_normalize_erasing_regions in RevealAllVisitor | b-naber | -1/+4 |
| 2021-12-09 | give more help in the unaligned_references lint | Ralf Jung | -0/+5 |
| 2021-12-08 | Use Vec extend instead of repeated pushes in several places | Jakub Beránek | -3/+1 |
| 2021-12-08 | Rollup merge of #91638 - scottmcm:less-inband-2-of-28, r=petrochenkov | Matthias Krüger | -119/+117 |
| 2021-12-08 | Rollup merge of #91577 - ecstatic-morse:mir-pass-manager-cleanup, r=oli-obk | Matthias Krüger | -16/+15 |
| 2021-12-07 | Remove `in_band_lifetimes` from `rustc_mir_transform` | Scott McMurray | -119/+117 |
| 2021-12-06 | Auto merge of #91279 - scottmcm:small-refactor, r=nagisa | bors | -23/+3 |
| 2021-12-05 | Make treatment of generator drop shims explicit | Dylan MacKenzie | -14/+14 |
| 2021-12-05 | Remove unnecessary FIXME (answered by Oli) | Dylan MacKenzie | -2/+1 |
| 2021-12-05 | Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk | bors | -270/+399 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -2/+16 |
| 2021-12-02 | Don't "simplify" during optimizations if optimizations are disabled | Dylan MacKenzie | -6/+37 |
| 2021-12-02 | Skip shim passes if they've already been run | Dylan MacKenzie | -0/+8 |
| 2021-12-02 | Use new MIR pass manager | Dylan MacKenzie | -174/+79 |
| 2021-12-02 | Add pass for simple phase change | Dylan MacKenzie | -0/+21 |
| 2021-12-02 | Update passes with new interface | Dylan MacKenzie | -98/+136 |
| 2021-12-02 | Implement a pass manager | Dylan MacKenzie | -0/+126 |
| 2021-12-02 | Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol... | Matthias Krüger | -18/+229 |
| 2021-11-30 | Move post-elaboration const-checking earlier in the pipeline | Dylan MacKenzie | -2/+14 |
| 2021-11-30 | Add rationale for `RemoveUnneededDrops` | Dylan MacKenzie | -1/+5 |
| 2021-11-30 | Add `RemoveUninitDrops` MIR pass | Dylan MacKenzie | -0/+172 |
| 2021-11-30 | Separate `RemoveFalseEdges` from `SimplifyBranches` | Dylan MacKenzie | -15/+38 |
| 2021-11-30 | Rollup merge of #91294 - cjgillot:process-elem, r=jackh726 | Matthias Krüger | -42/+0 |
| 2021-11-29 | Don't re-export `MirPass` | Dylan MacKenzie | -2/+1 |
| 2021-11-27 | Visit type in process_projection_elem. | Camille GILLOT | -42/+0 |