| Age | Commit message (Expand) | Author | Lines |
| 2024-01-07 | Auto merge of #119675 - cjgillot:set-no-discriminant, r=tmiasko | bors | -2/+20 |
| 2024-01-07 | Skip threading over no-op SetDiscriminant. | Camille GILLOT | -2/+20 |
| 2024-01-06 | rustc_mir_transform: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -1/+4 |
| 2024-01-06 | Rollup merge of #119591 - Enselic:DestinationPropagation-stable, r=cjgillot | Matthias Krüger | -16/+14 |
| 2024-01-06 | Auto merge of #119499 - cjgillot:dtm-opt, r=nnethercote | bors | -7/+10 |
| 2024-01-06 | Auto merge of #119648 - compiler-errors:rollup-42inxd8, r=compiler-errors | bors | -154/+175 |
| 2024-01-05 | Rollup merge of #119208 - Zalathar:hoist, r=WaffleLapkin,Swatinem | Michael Goulet | -154/+175 |
| 2024-01-06 | Auto merge of #119459 - cjgillot:inline-mir-utils, r=compiler-errors | bors | -0/+1 |
| 2024-01-05 | rustc_mir_transform: Make DestinationPropagation stable for queries | Martin Nordholts | -16/+14 |
| 2024-01-05 | Rollup merge of #119563 - compiler-errors:coroutine-resume, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-01-05 | Rollup merge of #119577 - tmiasko:lint, r=oli-obk | Michael Goulet | -24/+57 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -12/+12 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -7/+8 |
| 2024-01-05 | coverage: Make the remaining fields of `CoverageSpan` non-public | Zalathar | -4/+4 |
| 2024-01-05 | coverage: Split out `SpanFromMir` from `CoverageSpan` | Zalathar | -24/+51 |
| 2024-01-05 | coverage: Hoist the splitting of visible macro invocations | Zalathar | -34/+36 |
| 2024-01-05 | coverage: Hoist the removal of unwanted macro expansion spans | Zalathar | -26/+27 |
| 2024-01-05 | coverage: Overhaul how "visible macros" are determined | Zalathar | -66/+58 |
| 2024-01-05 | coverage: Avoid early returns from `mir_to_initial_sorted_coverage_spans` | Zalathar | -15/+14 |
| 2024-01-04 | Migrate memory overlap check from validator to lint | Tomasz Miąsko | -10/+40 |
| 2024-01-04 | Fix validation and linting of injected MIR | Tomasz Miąsko | -3/+9 |
| 2024-01-04 | Visit only reachable blocks in MIR lint | Tomasz Miąsko | -15/+12 |
| 2024-01-04 | Check yield terminator's resume type in borrowck | Michael Goulet | -0/+1 |
| 2024-01-03 | Rollup merge of #119444 - compiler-errors:closure-or-coroutine, r=oli-obk | León Orell Valerian Liehr | -3/+3 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -12/+12 |
| 2024-01-02 | Reuse eligible_storage_live memory. | Camille GILLOT | -7/+10 |
| 2023-12-31 | Inline dominator check. | Camille GILLOT | -0/+1 |
| 2023-12-30 | is_coroutine -> is_coroutine_or_closure | Michael Goulet | -3/+3 |
| 2023-12-30 | Auto merge of #119438 - Zalathar:prepare-mappings, r=cjgillot | bors | -53/+74 |
| 2023-12-30 | coverage: Make `coverage_counters` a local variable | Zalathar | -31/+37 |
| 2023-12-30 | coverage: Prepare mappings separately from injecting statements | Zalathar | -29/+44 |
| 2023-12-30 | Auto merge of #119377 - tmiasko:after, r=cjgillot | bors | -6/+0 |
| 2023-12-30 | Auto merge of #116012 - cjgillot:gvn-const, r=oli-obk | bors | -517/+12 |
| 2023-12-29 | Rollup merge of #119322 - compiler-errors:async-gen-resume-ty, r=cjgillot | Matthias Krüger | -22/+13 |
| 2023-12-29 | coverage: Avoid a possible query stability hazard in `CoverageCounters` | Zalathar | -3/+6 |
| 2023-12-29 | Couple of random coroutine pass simplifications | Michael Goulet | -22/+13 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -17/+12 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -8/+9 |
| 2023-12-28 | Don't validate / lint MIR before each pass | Tomasz Miąsko | -6/+0 |
| 2023-12-28 | Fix some comments | cuishuang | -1/+1 |
| 2023-12-27 | coverage: Unexpand spans with `find_ancestor_inside_same_ctxt` | Zalathar | -22/+6 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -4/+5 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -4/+5 |
| 2023-12-24 | Replace legacy ConstProp by GVN. | Camille GILLOT | -516/+11 |
| 2023-12-24 | Enable GVN by default. | Camille GILLOT | -2/+2 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -7/+7 |
| 2023-12-22 | Rollup merge of #119198 - compiler-errors:desugaring, r=eholk | Michael Goulet | -16/+28 |
| 2023-12-22 | Rollup merge of #119077 - tmiasko:lint, r=cjgillot | Michael Goulet | -2/+133 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -16/+28 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -4/+4 |