| Age | Commit message (Expand) | Author | Lines |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -1/+1 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -1/+1 |
| 2024-06-18 | Rollup merge of #126587 - Zalathar:no-mir-spans, r=oli-obk | Guillaume Gomez | -16/+25 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -72/+75 |
| 2024-06-17 | coverage: Add debugging flag `-Zcoverage-options=no-mir-spans` | Zalathar | -16/+25 |
| 2024-06-17 | Rollup merge of #126538 - Zalathar:graph, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -154/+46 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -72/+75 |
| 2024-06-16 | coverage: Prefer `Iterator::copied` | Zalathar | -1/+1 |
| 2024-06-16 | coverage: Flatten some graph code with let-else | Zalathar | -18/+17 |
| 2024-06-16 | coverage: Reduce/simplify visibility in `coverage::graph` | Zalathar | -24/+28 |
| 2024-06-16 | coverage: Remove some old low-value unit tests for graph traversal | Zalathar | -111/+0 |
| 2024-06-16 | coverage: Split span refinement into two separate steps | Zalathar | -10/+12 |
| 2024-06-16 | coverage: Split out a function for dividing coverage spans into buckets | Zalathar | -34/+52 |
| 2024-06-16 | coverage: Eagerly convert coverage spans to a simpler form | Zalathar | -49/+55 |
| 2024-06-16 | coverage: Move most span processing back into `coverage::spans` | Zalathar | -155/+157 |
| 2024-06-16 | coverage: More consistent variable names for span processing | Zalathar | -25/+25 |
| 2024-06-15 | Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obk | Guillaume Gomez | -7/+7 |
| 2024-06-15 | Rollup merge of #126354 - compiler-errors:variance, r=lcnr | Matthias Krüger | -21/+6 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -4/+7 |
| 2024-06-13 | Rollup merge of #126392 - WaffleLapkin:gvn-style-ish-changes, r=scottmcm | Matthias Krüger | -2/+1 |
| 2024-06-13 | MIR visitor: constant -> const_operand | Ralf Jung | -7/+7 |
| 2024-06-13 | Small style improvement in `gvn.rs` | Waffle Lapkin | -2/+1 |
| 2024-06-12 | Use Variance glob import everywhere | Michael Goulet | -21/+6 |
| 2024-06-12 | Rollup merge of #126294 - Zalathar:spans-refiner, r=oli-obk | Guillaume Gomez | -203/+36 |
| 2024-06-12 | coverage: Replace the old span refiner with a single function | Zalathar | -203/+36 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -1/+3 |
| 2024-06-11 | Auto merge of #125910 - scottmcm:single-use-consts, r=saethlin | bors | -104/+201 |
| 2024-06-10 | Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obk | Matthias Krüger | -25/+21 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -25/+21 |
| 2024-06-10 | Delete `ConstDebugInfo` pass | Scott McMurray | -105/+0 |
| 2024-06-10 | Try keeping a bitset for which locals need debuginfo updates | Scott McMurray | -7/+11 |
| 2024-06-10 | Add `SingleUseConsts` mir-opt pass | Scott McMurray | -1/+199 |
| 2024-06-09 | Rollup merge of #125041 - scottmcm:gvn-for-from-raw-parts, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -12/+87 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -11/+16 |
| 2024-06-07 | Rollup merge of #126077 - oli-obk:revert_is_mir_available, r=BoxyUwU | Matthias Krüger | -1/+1 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -6/+0 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -5/+1 |
| 2024-06-06 | Revert "Use the HIR instead of mir_keys for determining whether something wil... | Oli Scherer | -1/+1 |
| 2024-06-06 | Enable GVN for `AggregateKind::RawPtr` & `UnOp::PtrMetadata` | Scott McMurray | -12/+87 |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -6/+15 |
| 2024-06-05 | Add `Ty` to `mir::Const::Ty` | Boxy | -6/+15 |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -30/+40 |
| 2024-06-05 | Rollup merge of #125893 - cjgillot:gvn-newops, r=oli-obk | Matthias Krüger | -30/+40 |
| 2024-06-04 | coverage: Remove hole-carving code from the main span refiner | Zalathar | -80/+19 |
| 2024-06-04 | coverage: Use hole spans to carve up coverage spans into separate buckets | Zalathar | -55/+146 |
| 2024-06-04 | coverage: Build up initial spans by appending to a vector | Zalathar | -18/+21 |
| 2024-06-04 | coverage: Return a nested vector from initial span extraction | Zalathar | -8/+11 |
| 2024-06-04 | Auto merge of #122597 - pacak:master, r=bjorn3 | bors | -0/+3 |
| 2024-06-03 | Opt-in diagnostics reporting to avoid doing extra work in the new solver | Michael Goulet | -1/+1 |
| 2024-06-03 | Reformat `mir!` macro invocations to use braces. | Nicholas Nethercote | -2/+2 |