| Age | Commit message (Expand) | Author | Lines |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -20/+20 |
| 2024-09-12 | Rollup merge of #130263 - Zalathar:sums, r=compiler-errors | Matthias Krüger | -33/+27 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -3/+3 |
| 2024-09-12 | coverage: Simplify creation of sum counters | Zalathar | -17/+13 |
| 2024-09-12 | coverage: Separate creation of edge counters from building their sum | Zalathar | -28/+26 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -27/+26 |
| 2024-09-10 | Rollup merge of #130184 - Zalathar:counters, r=compiler-errors | Matthias Krüger | -132/+102 |
| 2024-09-10 | Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida... | Michael Goulet | -6/+2 |
| 2024-09-10 | coverage: Avoid referring to "operands" in counter creation | Zalathar | -8/+8 |
| 2024-09-10 | coverage: Avoid referring to out-edges as "branches" | Zalathar | -97/+80 |
| 2024-09-10 | coverage: Avoid referring to "coverage spans" in counter creation | Zalathar | -28/+15 |
| 2024-09-10 | Make `check_live_drops` into a `MirLint`. | Nicholas Nethercote | -3/+19 |
| 2024-09-10 | Remove references from some structs. | Nicholas Nethercote | -64/+56 |
| 2024-09-10 | Use `IndexVec::from_raw` to construct a const `IndexVec`. | Nicholas Nethercote | -3/+2 |
| 2024-09-10 | Add a useful comment about `PromoteTemps`. | Nicholas Nethercote | -0/+1 |
| 2024-09-10 | Add a useful comment. | Nicholas Nethercote | -0/+2 |
| 2024-09-10 | Clarify a comment. | Nicholas Nethercote | -1/+1 |
| 2024-09-10 | Inline and remove some functions. | Nicholas Nethercote | -395/+344 |
| 2024-09-10 | Improve comment formatting. | Nicholas Nethercote | -111/+151 |
| 2024-09-09 | Rollup merge of #130022 - nnethercote:dataflow-borrowck-lifetimes, r=oli-obk | Matthias Krüger | -59/+47 |
| 2024-09-09 | Remove unnecessary lifetime from `StorageConflictVisitor`. | Nicholas Nethercote | -8/+8 |
| 2024-09-09 | Remove `Elaborator`. | Nicholas Nethercote | -36/+24 |
| 2024-09-09 | Remove unnecessary lifetime from `OperandCollector`. | Nicholas Nethercote | -4/+4 |
| 2024-09-09 | Remove unnecessary lifetimes in dataflow structs. | Nicholas Nethercote | -17/+17 |
| 2024-09-09 | Improve consistency in `LowerIntrinsics`. | Nicholas Nethercote | -62/+63 |
| 2024-09-09 | Use `LocalDecls` in a couple of places. | Nicholas Nethercote | -4/+2 |
| 2024-09-09 | Make `CallSite` non-`Copy`. | Nicholas Nethercote | -1/+1 |
| 2024-09-09 | Remove some unnecessary dereferences. | Nicholas Nethercote | -3/+3 |
| 2024-09-09 | Remove an unnecessary `continue`. | Nicholas Nethercote | -1/+0 |
| 2024-09-09 | Use `let`/`else` to de-indent `ElaborateBoxDerefs::run_pass`. | Nicholas Nethercote | -47/+44 |
| 2024-09-09 | Simplify `verify_candidate_branch`. | Nicholas Nethercote | -37/+23 |
| 2024-09-09 | Streamline `AbortUnwindingCalls`. | Nicholas Nethercote | -27/+14 |
| 2024-09-09 | Factor out some more repetitive code. | Nicholas Nethercote | -9/+2 |
| 2024-09-09 | Reduce visibilities, and add `warn(unreachable_pub)`. | Nicholas Nethercote | -120/+125 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -3/+3 |
| 2024-09-07 | Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwco | Matthias Krüger | -1/+12 |
| 2024-09-07 | Don't build by-move body when async closure is tainted | Michael Goulet | -2/+9 |
| 2024-09-06 | Rollup merge of #130013 - jonathan-conder:await_coverage, r=Zalathar | Matthias Krüger | -34/+37 |
| 2024-09-06 | Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errors | Matthias Krüger | -4/+8 |
| 2024-09-06 | coverage: Treat await similar to a macro | Jonathan Conder | -34/+37 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -4/+8 |
| 2024-09-05 | Rollup merge of #129720 - nnethercote:simplify-dest_prop-mm, r=cjgillot | Matthias Krüger | -67/+46 |
| 2024-09-05 | Rollup merge of #129706 - compiler-errors:scratch, r=estebank | Matthias Krüger | -2/+3 |
| 2024-09-04 | Re-parent the by-move body | Michael Goulet | -1/+2 |
| 2024-09-03 | Rename dump of coroutine by-move-body to be more consistent, adjust test | Michael Goulet | -1/+1 |
| 2024-09-03 | Rollup merge of #129926 - nnethercote:mv-SanityCheck-and-MirPass, r=cjgillot | Matthias Krüger | -93/+166 |
| 2024-09-03 | Clarify a comment. | Nicholas Nethercote | -1/+2 |
| 2024-09-03 | Reduce visibility of `MirPass` and related things. | Nicholas Nethercote | -10/+10 |
| 2024-09-03 | Move `MirPass` to `rustc_mir_transform`. | Nicholas Nethercote | -84/+143 |
| 2024-09-03 | Adjust `SanityCheck`. | Nicholas Nethercote | -2/+15 |