| Age | Commit message (Expand) | Author | Lines |
| 2024-12-13 | Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk | Matthias Krüger | -24/+24 |
| 2024-12-13 | Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk | bors | -0/+37 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -2/+0 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -3/+53 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -0/+37 |
| 2024-12-10 | Rollup merge of #134029 - Zalathar:zero, r=oli-obk | León Orell Valerian Liehr | -5/+102 |
| 2024-12-10 | Rollup merge of #133946 - Zalathar:ready-first, r=oli-obk | León Orell Valerian Liehr | -146/+125 |
| 2024-12-10 | Rename some `Analysis` and `ResultsVisitor` methods. | Nicholas Nethercote | -8/+8 |
| 2024-12-10 | Improve terminology in `elaborate_drops.rs`. | Nicholas Nethercote | -16/+16 |
| 2024-12-09 | Rollup merge of #134073 - DianQK:fix-131227, r=oli-obk | León Orell Valerian Liehr | -2/+7 |
| 2024-12-09 | dataflow_const_prop: do not eval a ptr address in SwitchInt | DianQK | -2/+7 |
| 2024-12-09 | Auto merge of #133891 - nnethercote:MixedBitSet, r=Mark-Simulacrum | bors | -26/+29 |
| 2024-12-08 | coverage: Use a query to find counters/expressions that must be zero | Zalathar | -4/+101 |
| 2024-12-08 | coverage: Move `CoverageIdsInfo` into `mir::coverage` | Zalathar | -2/+2 |
| 2024-12-07 | coverage: Prefer to visit nodes whose predecessors have been visited | Zalathar | -146/+125 |
| 2024-12-05 | Change `ChunkedBitSet<MovePathIndex>`s to `MixedBitSet`. | Nicholas Nethercote | -26/+29 |
| 2024-12-04 | fn_sig_for_fn_abi should return a ty::FnSig, no need for a binder | Michael Goulet | -2/+2 |
| 2024-12-04 | coverage: Remove the expression simplifier from `CoverageCounters` | Zalathar | -51/+4 |
| 2024-12-04 | coverage: Use a separate counter type during counter creation | Zalathar | -73/+94 |
| 2024-12-04 | coverage: Add an extra "transcribe" step after counter creation | Zalathar | -3/+170 |
| 2024-12-04 | coverage: Use a single `make_phys_counter` method | Zalathar | -19/+4 |
| 2024-12-04 | coverage: Rename `CounterIncrementSite` to just `Site` | Zalathar | -13/+14 |
| 2024-12-04 | coverage: Extract `subtracted_sum` in counter creation | Zalathar | -8/+8 |
| 2024-12-02 | Rollup merge of #133732 - nnethercote:fix-Z-dump-mir-dataflow, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-12-02 | Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -1/+1 |
| 2024-12-02 | mir validator: don't store mir phase | lcnr | -57/+34 |
| 2024-12-02 | Simplify `ResultsHandle`. | Nicholas Nethercote | -1/+1 |
| 2024-11-30 | coverage: Use a query to identify which counter/expression IDs are used | Zalathar | -9/+38 |
| 2024-11-29 | Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu" | Zalathar | -18/+148 |
| 2024-11-27 | Rollup merge of #133418 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -148/+18 |
| 2024-11-27 | Auto merge of #133474 - RalfJung:gvn-miscompile, r=compiler-errors | bors | -1/+3 |
| 2024-11-26 | Rollup merge of #133475 - nnethercote:MaybeStorage-improvements, r=lcnr | Michael Goulet | -7/+4 |
| 2024-11-26 | Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQK | Michael Goulet | -108/+17 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -108/+17 |
| 2024-11-26 | Streamline a `BitSet` creation. | Nicholas Nethercote | -2/+1 |
| 2024-11-26 | Move `always_storage_live_locals`. | Nicholas Nethercote | -5/+3 |
| 2024-11-26 | Make it possible for `ResultsCursor` to borrow a `Results`. | Nicholas Nethercote | -6/+5 |
| 2024-11-25 | Do not unify dereferences in GVN. | Camille GILLOT | -1/+3 |
| 2024-11-24 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -148/+18 |
| 2024-11-23 | rebase | lcnr | -19/+14 |
| 2024-11-23 | review | lcnr | -2/+3 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -14/+16 |
| 2024-11-23 | `ElaborateDrops`: use typing_env directly | lcnr | -14/+4 |
| 2024-11-20 | Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakis | bors | -5/+734 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -5/+734 |
| 2024-11-20 | interpret: make typing_env field private | Ralf Jung | -2/+2 |
| 2024-11-19 | additional `TypingEnv` cleanups | lcnr | -10/+4 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -8/+7 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -33/+29 |