| Age | Commit message (Expand) | Author | Lines |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -1/+12 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+135 |
| 2024-02-06 | Build a shim to call async closures with different AsyncFn trait kinds | Michael Goulet | -1/+122 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -2/+5 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -5/+14 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-05 | Also turn moves into copies even if through projections. | Camille GILLOT | -2/+2 |
| 2024-02-05 | coverage: Make `fn_sig_span` optional, and note its quirks | Zalathar | -11/+17 |
| 2024-02-05 | coverage: Hoist special handling of async function spans | Zalathar | -26/+30 |
| 2024-02-05 | coverage: Make unexpansion of closure bodies more precise | Zalathar | -18/+12 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -7/+2 |
| 2024-02-03 | Use `DiagnosticArgName` in a few more places. | Nicholas Nethercote | -1/+1 |
| 2024-02-02 | coverage: Split out counter increment sites from BCB node/edge counters | Zalathar | -80/+79 |
| 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 |