| Age | Commit message (Expand) | Author | Lines |
| 2024-07-26 | Auto merge of #128165 - saethlin:optimize-clone-shims, r=compiler-errors | bors | -1/+2 |
| 2024-07-26 | Rollup merge of #128170 - saethlin:clone-fn, r=compiler-errors | Trevor Gross | -2/+2 |
| 2024-07-25 | Make Clone::clone a lang item | Ben Kimock | -2/+2 |
| 2024-07-25 | Let InstCombine remove Clone shims inside Clone shims | Ben Kimock | -1/+2 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -1/+1 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -3/+3 |
| 2024-07-15 | coverage: Restrict `ExpressionUsed` simplification to `Code` mappings | Zalathar | -4/+18 |
| 2024-07-15 | coverage: Store a copy of `num_bcbs` in `ExtractedMappings` | Zalathar | -7/+10 |
| 2024-07-13 | Create mapped places upon seeing them in the body. | Camille GILLOT | -9/+13 |
| 2024-07-09 | Auto merge of #127234 - ZhuUx:inlined-expr, r=davidtwco,Zalathar | bors | -0/+6 |
| 2024-07-09 | coverage. Fix panic when generating mcdc code for inlined functions | zhuyunxing | -0/+6 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -1/+1 |
| 2024-07-08 | Auto merge of #127486 - matthiaskrgr:rollup-lvv018b, r=matthiaskrgr | bors | -5/+9 |
| 2024-07-08 | Rollup merge of #127399 - cjgillot:issue-127396, r=oli-obk | Matthias Krüger | -5/+9 |
| 2024-07-08 | coverage: Extract hole spans from HIR instead of MIR | Zalathar | -41/+87 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -39/+82 |
| 2024-07-07 | Fix conflicts after rebase | Maybe Lapkin | -1/+6 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -38/+76 |
| 2024-07-06 | Update compiler/rustc_mir_transform/src/gvn.rs | Camille Gillot | -2/+2 |
| 2024-07-05 | Verify that allocations output by GVN are sufficiently aligned. | Camille GILLOT | -5/+9 |
| 2024-07-05 | Fix a few doc comment for compiler-interal API docs. | Alona Enraght-Moony | -10/+10 |
| 2024-07-05 | coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi` | Zalathar | -10/+12 |
| 2024-07-04 | Auto merge of #127293 - ldm0:ldm_coroutine, r=saethlin | bors | -19/+16 |
| 2024-07-03 | Rollup merge of #127294 - ldm0:ldm_coroutine2, r=lcnr | Matthias Krüger | -5/+2 |
| 2024-07-04 | Less magic number for corountine | Liu Dingming | -5/+2 |
| 2024-07-04 | Use `IndexVec` for coroutine local mapping | Liu Dingming | -19/+16 |
| 2024-07-03 | Auto merge of #127036 - cjgillot:sparse-state, r=oli-obk | bors | -5/+14 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -2/+2 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -2/+2 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -3/+3 |
| 2024-07-02 | Rollup merge of #127136 - compiler-errors:coroutine-closure-env-shim, r=oli-obk | Matthias Krüger | -18/+31 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -3/+3 |
| 2024-07-01 | Make jump threading state sparse. | Camille GILLOT | -5/+14 |
| 2024-07-01 | Avoid MIR bloat in inlining | Scott McMurray | -2/+79 |
| 2024-07-01 | Auto merge of #127197 - matthiaskrgr:rollup-aqpvn5q, r=matthiaskrgr | bors | -5/+5 |
| 2024-07-01 | Rollup merge of #127105 - scottmcm:issue-127089, r=cjgillot | Matthias Krüger | -5/+5 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -13/+13 |
| 2024-06-30 | Rollup merge of #127157 - Zalathar:unexpand, r=cjgillot | Matthias Krüger | -66/+68 |
| 2024-06-30 | Auto merge of #127024 - cjgillot:jump-prof, r=oli-obk | bors | -43/+50 |
| 2024-06-30 | coverage: Avoid getting extra unexpansion info when we don't need it | Zalathar | -16/+21 |
| 2024-06-30 | coverage: Move span unexpansion into its own submodule | Zalathar | -62/+59 |
| 2024-06-29 | Fix FnMut/Fn shim for coroutine-closures that capture references | Michael Goulet | -18/+31 |
| 2024-06-29 | Move entry point to a method. | Camille GILLOT | -37/+42 |
| 2024-06-29 | Avoid cloning state when possible. | Camille GILLOT | -6/+8 |
| 2024-06-29 | Rollup merge of #127101 - matthiaskrgr:thonk, r=compiler-errors | Matthias Krüger | -5/+0 |
| 2024-06-28 | Only update `Eq` operands in GVN if you can update both sides | Scott McMurray | -5/+5 |
| 2024-06-29 | remove some amusing but redundant code | Matthias Krüger | -5/+0 |
| 2024-06-28 | Don't inline drop shims with unsubstituted generic consts in MIR inliner | Michael Goulet | -1/+11 |
| 2024-06-27 | Rollup merge of #126721 - Zalathar:nested-cov-attr, r=oli-obk | Jacob Pratt | -1/+32 |
| 2024-06-26 | Split lifetimes on mir borrowck dataflow | Oli Scherer | -13/+13 |