| Age | Commit message (Expand) | Author | Lines |
| 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-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -21/+0 |
| 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/+759 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -5/+759 |
| 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 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -250/+251 |
| 2024-11-16 | Rollup merge of #132134 - nnethercote:rm-ResultsVisitable, r=cjgillot | Matthias Krüger | -18/+12 |
| 2024-11-14 | Always inline functions signatures containing `f16` or `f128` | Trevor Gross | -0/+10 |
| 2024-11-12 | Rename `PASS_NAMES` to disambiguate | clubby789 | -2/+3 |
| 2024-11-12 | Store known passes as an IndexSet | clubby789 | -8/+7 |
| 2024-11-12 | Validate and test `-Zmir-enable-passes` | clubby789 | -5/+28 |
| 2024-11-12 | Declare all MIR passes in a list | clubby789 | -62/+154 |
| 2024-11-10 | Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxu | Matthias Krüger | -51/+50 |
| 2024-11-08 | coverage: Restrict empty-span expansion to only cover `{` and `}` | Zalathar | -29/+42 |
| 2024-11-08 | coverage: Remove unhelpful code for handling multiple files per function | Zalathar | -21/+7 |
| 2024-11-08 | coverage: Pass `ExtractedHirInfo` to `make_source_region` | Zalathar | -4/+4 |
| 2024-11-08 | Rollup merge of #132389 - Zalathar:graph-tweaks, r=jieyouxu | Stuart Cook | -98/+79 |
| 2024-11-05 | Remove `ResultsVisitable`. | Nicholas Nethercote | -18/+12 |
| 2024-11-03 | compiler: Directly use rustc_abi in mir_transform | Jubilee Young | -44/+45 |
| 2024-11-01 | coverage: Simplify logic for chaining multiple blocks into one BCB | Zalathar | -26/+22 |
| 2024-10-31 | Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors | Jubilee | -18/+36 |
| 2024-10-31 | Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill... | bors | -1/+3 |
| 2024-10-31 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -11/+33 |
| 2024-10-31 | `ConstCx` stop using `ParamEnv::reveal` | lcnr | -8/+4 |
| 2024-10-31 | coverage: Use a standard depth-first search on a custom subgraph | Zalathar | -29/+31 |