| Age | Commit message (Expand) | Author | Lines |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -25/+29 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -41/+43 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -2/+2 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -4/+625 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -2/+2 |
| 2024-04-15 | Do check_coroutine_obligations once per typeck root | Michael Goulet | -0/+40 |
| 2024-04-15 | Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease | 许杰友 Jieyou Xu (Joe) | -24/+9 |
| 2024-04-15 | Use RPITIT for `Successors` and `Predecessors` traits | Maybe Waffle | -6/+2 |
| 2024-04-14 | Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode` | Maybe Waffle | -2/+2 |
| 2024-04-14 | Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}` | Maybe Waffle | -17/+8 |
| 2024-04-14 | Merge `WithNumNodes` into DirectedGraph | Maybe Waffle | -6/+4 |
| 2024-04-10 | Use a helper to zip together parent and child captures for coroutine-closures | Michael Goulet | -68/+10 |
| 2024-04-10 | Only assert for child/parent projection compatibility AFTER checking that the... | Michael Goulet | -1/+8 |
| 2024-04-10 | Rollup merge of #123668 - oli-obk:by_move_body_golfing, r=compiler-errors | Matthias Krüger | -51/+43 |
| 2024-04-09 | Iterate over parent captures first, as there is a 1:N mapping of parent captu... | Oli Scherer | -71/+63 |
| 2024-04-09 | Add a FIXME | Oli Scherer | -0/+1 |
| 2024-04-09 | Rollup merge of #123658 - compiler-errors:stop-assuming, r=oli-obk | Guillaume Gomez | -19/+17 |
| 2024-04-09 | Shrink a loop to its looping part and move out the part that runs after the loop | Oli Scherer | -50/+50 |
| 2024-04-09 | prefer `expect` over `let else bug!` | Oli Scherer | -3/+2 |
| 2024-04-09 | Split out a complex if condition into a named function | Oli Scherer | -18/+18 |
| 2024-04-09 | Auto merge of #122387 - DianQK:re-enable-early-otherwise-branch, r=cjgillot | bors | -119/+53 |
| 2024-04-08 | Actually, stop making any assumption about the projections applied to the upvar | Michael Goulet | -19/+17 |
| 2024-04-08 | Auto merge of #123645 - matthiaskrgr:rollup-yd8d7f1, r=matthiaskrgr | bors | -35/+162 |
| 2024-04-08 | Rollup merge of #123518 - compiler-errors:by-move-fixes, r=oli-obk | Matthias Krüger | -35/+162 |
| 2024-04-08 | Auto merge of #120614 - DianQK:simplify-switch-int, r=cjgillot | bors | -116/+436 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+1 |
| 2024-04-08 | Don't change the otherwise of the switch | DianQK | -1/+2 |
| 2024-04-08 | Change the return type of `can_simplify` to `Option<()>` | DianQK | -28/+26 |
| 2024-04-08 | Add comments for `CompareType` | DianQK | -8/+11 |
| 2024-04-08 | Updating the MIR with MirPatch | DianQK | -50/+54 |
| 2024-04-08 | Transforms a match containing negative numbers into an assignment statement a... | DianQK | -11/+38 |
| 2024-04-08 | Transforms match into an assignment statement | DianQK | -7/+223 |
| 2024-04-08 | Refactor `MatchBranchSimplification` | DianQK | -133/+205 |
| 2024-04-07 | Re-enable the early otherwise branch optimization | DianQK | -2/+1 |
| 2024-04-07 | Resolve unsound hoisting of discriminant in `EarlyOtherwiseBranch` | DianQK | -116/+50 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -2/+2 |
| 2024-04-05 | Account for an additional reborrow inserted by UniqueImmBorrow and MutBorrow | Michael Goulet | -3/+8 |
| 2024-04-05 | Check the base of the place too! | Michael Goulet | -6/+20 |
| 2024-04-05 | Add some helpful comments | Michael Goulet | -4/+56 |
| 2024-04-05 | Rework the ByMoveBody shim to actually work correctly | Michael Goulet | -34/+90 |
| 2024-04-05 | Rollup merge of #123350 - compiler-errors:async-closure-by-move, r=oli-obk | Guillaume Gomez | -6/+14 |
| 2024-04-05 | Auto merge of #123444 - saethlin:const-eval-inline-cycles, r=tmiasko | bors | -4/+14 |
| 2024-04-04 | Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2024-04-04 | Force `move` async-closures that are `FnOnce` to make their inner coroutines ... | Michael Goulet | -6/+14 |
| 2024-04-04 | Rename HAS_PROJECTIONS to HAS_ALIASES etc. | León Orell Valerian Liehr | -1/+1 |
| 2024-04-04 | Rollup merge of #123439 - Zalathar:constants, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-04-04 | Auto merge of #123052 - maurer:addr-taken, r=compiler-errors | bors | -3/+3 |
| 2024-04-04 | Teach MIR inliner query cycle avoidance about const_eval_select | Ben Kimock | -4/+14 |
| 2024-04-04 | coverage: Remove useless constants | Zalathar | -1/+1 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -21/+17 |