| Age | Commit message (Expand) | Author | Lines |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -1/+0 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -6/+1 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -1/+0 |
| 2024-01-30 | hir: Add non-optional `hir_owner_nodes` for real `OwnerId`s | Vadim Petrochenkov | -6/+1 |
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -1/+1 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -3/+3 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -3/+3 |
| 2024-01-26 | add test for GVN issue; cleanup in dataflow_const_prop | Ralf Jung | -6/+1 |
| 2024-01-26 | Auto merge of #119968 - clubby789:unused-feature, r=compiler-errors | bors | -2/+0 |
| 2024-01-25 | Rollup merge of #120330 - compiler-errors:no-coroutine-info-in-coroutine-drop... | Matthias Krüger | -1/+6 |
| 2024-01-25 | Remove unused features | clubby789 | -2/+0 |
| 2024-01-25 | Rollup merge of #120292 - Zalathar:dismantle, r=oli-obk | Matthias Krüger | -212/+178 |
| 2024-01-25 | Remove coroutine info when building coroutine drop body | Michael Goulet | -1/+6 |
| 2024-01-25 | Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillot | bors | -366/+362 |
| 2024-01-24 | Rollup merge of #120185 - Zalathar:auto-derived, r=wesleywiser | León Orell Valerian Liehr | -0/+11 |
| 2024-01-24 | Rollup merge of #119460 - Zalathar:improper-region, r=wesleywiser | León Orell Valerian Liehr | -1/+34 |
| 2024-01-24 | coverage: Flatten the functions for extracting/refining coverage spans | Zalathar | -74/+53 |
| 2024-01-24 | coverage: Dismantle `Instrumentor` into ordinary functions | Zalathar | -139/+126 |
| 2024-01-23 | Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmease | bors | -15/+2 |
| 2024-01-23 | Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiasko | León Orell Valerian Liehr | -15/+2 |
| 2024-01-23 | Move condition enabling the pass to `is_enabled` | Tomasz Miąsko | -6/+2 |
| 2024-01-23 | No need to check min_length | Oli Scherer | -1/+1 |
| 2024-01-23 | Switch to using `ImmTy` instead of `OpTy`, as we don't use the `MPlace` varia... | Oli Scherer | -21/+16 |
| 2024-01-23 | Inline Index conversion into `project` method | Oli Scherer | -21/+14 |
| 2024-01-23 | Remove unnecessary optional layout being passed along | Oli Scherer | -48/+26 |
| 2024-01-23 | Implement ConstantIndex handling and use that instead using our own Projectio... | Oli Scherer | -26/+15 |
| 2024-01-23 | Remove ConstPropMachine and re-use the DummyMachine instead | Oli Scherer | -141/+4 |
| 2024-01-23 | Avoid some packing/unpacking of the AssertLint enum | Oli Scherer | -49/+41 |
| 2024-01-23 | const prop nonsense eliminated | Oli Scherer | -1/+6 |
| 2024-01-23 | We're not really using the `ConstPropMachine` anymore | Oli Scherer | -46/+20 |
| 2024-01-23 | Const prop doesn't need a stack anymore | Oli Scherer | -44/+22 |
| 2024-01-23 | Remove location threading | Oli Scherer | -49/+40 |
| 2024-01-23 | Stop using `eval_rvalue_into_place` in const prop | Oli Scherer | -156/+200 |
| 2024-01-23 | partially inline `eval_rvalue_into_place` for const prop lint | Oli Scherer | -6/+185 |
| 2024-01-23 | Allow passing a layout to the `eval_*` methods | Oli Scherer | -11/+26 |
| 2024-01-23 | Auto merge of #116152 - cjgillot:unchunck, r=nnethercote | bors | -2/+2 |
| 2024-01-23 | Do not thread through Assert terminator. | Camille GILLOT | -15/+2 |
| 2024-01-22 | Remove uses of HybridBitSet. | Camille GILLOT | -2/+2 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -8/+8 |
| 2024-01-22 | Use debug_assert instead of expanded equivalent | Wesley Wiser | -4/+2 |
| 2024-01-22 | Auto merge of #120161 - cjgillot:static-pass-name, r=tmiasko | bors | -2/+16 |
| 2024-01-22 | coverage: Don't instrument `#[automatically_derived]` functions | Zalathar | -0/+11 |
| 2024-01-21 | Make MIR pass name a compile-time constant. | Camille GILLOT | -2/+16 |
| 2024-01-18 | Extract process_assign. | Camille GILLOT | -89/+79 |
| 2024-01-18 | Extract process_constant. | Camille GILLOT | -34/+44 |
| 2024-01-18 | Use an interpreter in jump threading. | Camille GILLOT | -27/+75 |
| 2024-01-17 | Rollup merge of #115291 - cjgillot:dest-prop-save, r=JakobDegen | Matthias Krüger | -44/+37 |
| 2024-01-17 | Auto merge of #119670 - cjgillot:gvn-arithmetic, r=oli-obk | bors | -6/+175 |
| 2024-01-17 | Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk | bors | -1/+1 |
| 2024-01-16 | Expand match over binops. | Camille GILLOT | -15/+18 |