| Age | Commit message (Expand) | Author | Lines |
| 2024-01-11 | Auto merge of #119677 - cjgillot:early-cfg-opt, r=oli-obk | bors | -6/+17 |
| 2024-01-09 | Rollup merge of #119699 - cjgillot:simplify-unreachable, r=oli-obk | Guillaume Gomez | -65/+46 |
| 2024-01-09 | Rollup merge of #119668 - cjgillot:transform-promote, r=oli-obk | Guillaume Gomez | -1/+954 |
| 2024-01-09 | Rollup merge of #119033 - Zalathar:unicode, r=davidtwco | Matthias Krüger | -20/+71 |
| 2024-01-08 | Make match exhaustive. | Camille GILLOT | -1/+1 |
| 2024-01-08 | Simplify code flow. | Camille GILLOT | -222/+157 |
| 2024-01-08 | Move promote_consts back to rustc_mir_transform. | Camille GILLOT | -1/+1019 |
| 2024-01-08 | coverage: `llvm-cov` expects column numbers to be bytes, not code points | Zalathar | -14/+59 |
| 2024-01-08 | coverage: Allow `make_code_region` to fail | Zalathar | -6/+12 |
| 2024-01-08 | Remove `DiagnosticBuilderState`. | Nicholas Nethercote | -2/+1 |
| 2024-01-07 | Auto merge of #119675 - cjgillot:set-no-discriminant, r=tmiasko | bors | -2/+20 |
| 2024-01-07 | Merge dead bb pruning and unreachable bb deduplication. | Camille GILLOT | -65/+46 |
| 2024-01-07 | Reorder early post-inlining passes. | Camille GILLOT | -6/+17 |
| 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 |