| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -1/+1 |
| 2024-04-23 | filter required_consts during inlining | Ralf Jung | -2/+6 |
| 2024-04-23 | properly fill a promoted's required_consts | Ralf Jung | -22/+11 |
| 2024-04-23 | interpret: sanity-check that required_consts captures all consts that can fail | Ralf Jung | -21/+20 |
| 2024-04-23 | compute required_consts before promotion, and add promoteds that may fail | Ralf Jung | -23/+43 |
| 2024-04-23 | promotion: do not promote const-fn calls in const when that may fail without ... | Ralf Jung | -26/+87 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -0/+40 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -2/+2 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -2/+2 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -4/+631 |
| 2024-04-22 | coverage: Separate branch pairs from other mapping kinds | Zalathar | -25/+44 |
| 2024-04-22 | coverage: Detach MC/DC branch spans from regular branch spans | Zalathar | -23/+77 |
| 2024-04-21 | Address more PR feedback | Scott McMurray | -3/+3 |
| 2024-04-21 | InstSimplify `from_raw_parts(p, ())` → `p as _` | Scott McMurray | -1/+35 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -0/+28 |
| 2024-04-21 | Add `AggregateKind::RawPtr` and enough support to compile | Scott McMurray | -0/+4 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -2/+2 |
| 2024-04-20 | Auto merge of #124194 - matthiaskrgr:rollup-40s0c4q, r=matthiaskrgr | bors | -23/+171 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -23/+171 |
| 2024-04-20 | Auto merge of #124156 - DianQK:disable-match_branches, r=RalfJung | bors | -1/+4 |
| 2024-04-20 | Disable SimplifyToExp in MatchBranchSimplification | DianQK | -1/+4 |
| 2024-04-19 | Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk | bors | -6/+5 |
| 2024-04-20 | coverage. Lowering MC/DC statements to llvm-ir | zhuyunxing | -1/+11 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -6/+5 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -22/+160 |
| 2024-04-18 | Ensure `[rust] debuginfo-level-std` doesn't change core's MIR | Scott McMurray | -1/+11 |
| 2024-04-18 | At debuginfo=0, don't inline debuginfo when inlining | Scott McMurray | -2/+4 |
| 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 |