| Age | Commit message (Expand) | Author | Lines |
| 2025-08-05 | Rollup merge of #144920 - compiler-errors:span-arg, r=lqd | Samuel Tardieu | -3/+3 |
| 2025-08-05 | Rollup merge of #144890 - WaffleLapkin:project_fields, r=lcnr | Samuel Tardieu | -33/+44 |
| 2025-08-05 | Rollup merge of #144877 - Zalathar:coverage-various, r=lcnr | Samuel Tardieu | -68/+76 |
| 2025-08-05 | Rollup merge of #144866 - JonathanBrouwer:should_emit_fix, r=jdonszelmann | Samuel Tardieu | -4/+11 |
| 2025-08-05 | Rollup merge of #144817 - WaffleLapkin:reject-referety, r=Urgau | Samuel Tardieu | -3/+50 |
| 2025-08-05 | Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillot | Samuel Tardieu | -693/+649 |
| 2025-08-05 | Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-dead | Samuel Tardieu | -16/+55 |
| 2025-08-04 | Dont print arg span in MIR dump for tail call | Michael Goulet | -3/+3 |
| 2025-08-04 | add `project_fields` helper function | Waffle Lapkin | -13/+22 |
| 2025-08-04 | Merge commit '482e8540a1b757ed7bccc2041c5400f051fdb01e' into subtree-update_c... | Guillaume Gomez | -45/+275 |
| 2025-08-04 | small refactor of `InterpResult` | Waffle Lapkin | -20/+22 |
| 2025-08-04 | properly reject tail calls to `&FnPtr` or `&FnDef` | Waffle Lapkin | -2/+49 |
| 2025-08-04 | drive-by cleanup: fix outdated documentation | Waffle Lapkin | -1/+1 |
| 2025-08-04 | Rollup merge of #144694 - compiler-errors:with-self-ty, r=SparrowLii | Stuart Cook | -41/+52 |
| 2025-08-04 | coverage: Represent `CovmapVersion` as an enum | Zalathar | -15/+32 |
| 2025-08-04 | coverage: Simplify access to debug/testing `-Zcoverage-options` flags | Zalathar | -6/+9 |
| 2025-08-04 | coverage: Push async special case down into `extract_refined_covspans` | Zalathar | -14/+16 |
| 2025-08-04 | coverage: Remove `-Zcoverage-options=no-mir-spans` | Zalathar | -23/+4 |
| 2025-08-04 | coverage: Hoist `counter_for_bcb` out of its loop | Zalathar | -10/+10 |
| 2025-08-04 | coverage: Include an `Instance` in `CovfunRecord` for debug messages | Zalathar | -1/+6 |
| 2025-08-04 | Rollup merge of #144746 - petrochenkov:extpreltidy, r=b-naber | Stuart Cook | -63/+73 |
| 2025-08-04 | Rollup merge of #144706 - zachs18:fix-144661, r=RalfJung | Stuart Cook | -2/+6 |
| 2025-08-04 | Rollup merge of #144322 - Urgau:dangling-ptr-from-locals, r=oli-obk | Stuart Cook | -8/+164 |
| 2025-08-04 | Avoid some code duplication. | Nicholas Nethercote | -6/+1 |
| 2025-08-03 | Rollup merge of #144851 - WaffleLapkin:instrinsic-deny, r=compiler-errors,sco... | Samuel Tardieu | -3/+17 |
| 2025-08-03 | Rollup merge of #144829 - Kivooeo:strip-flag, r=WaffleLapkin | Samuel Tardieu | -2/+3 |
| 2025-08-03 | Rollup merge of #144824 - Kivooeo:update-links, r=Noratrieb | Samuel Tardieu | -2/+2 |
| 2025-08-03 | Rollup merge of #144822 - Zalathar:hash-owner-nodes, r=compiler-errors | Samuel Tardieu | -28/+44 |
| 2025-08-03 | Rollup merge of #144816 - Noratrieb:e0562-impl-trait, r=WaffleLapkin | Samuel Tardieu | -5/+4 |
| 2025-08-03 | Rollup merge of #144808 - Veykril:push-uttkuyswqnzt, r=compiler-errors | Samuel Tardieu | -1/+1 |
| 2025-08-03 | Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=ji... | Samuel Tardieu | -32/+6 |
| 2025-08-03 | Rollup merge of #142678 - BoxyUwU:gai_cleanup, r=nnethercote | Samuel Tardieu | -25/+16 |
| 2025-08-03 | Remove `SHOULD_EMIT_LINTS` in favor of `should_emit` | Jonathan Brouwer | -4/+11 |
| 2025-08-03 | forbid tail calling intrinsics | Waffle Lapkin | -3/+17 |
| 2025-08-04 | fix: Error on illegal `[const]`s inside blocks within legal positions | Shoyu Vanilla | -16/+55 |
| 2025-08-03 | Auto merge of #144732 - lcnr:ignore-shadowed-impls, r=compiler-errors | bors | -3/+24 |
| 2025-08-03 | Remove unused arg from `path_append_impl`. | Nicholas Nethercote | -13/+1 |
| 2025-08-03 | Remove `p!`. | Nicholas Nethercote | -362/+370 |
| 2025-08-03 | Simplify `SymbolMangler::print_type`. | Nicholas Nethercote | -7/+4 |
| 2025-08-03 | Rename `Printer` variables. | Nicholas Nethercote | -281/+279 |
| 2025-08-03 | Remove `type_name::AbsolutePathPrinter::comma_sep`. | Nicholas Nethercote | -14/+3 |
| 2025-08-03 | Inline and remove two `FmtPrinter` methods. | Nicholas Nethercote | -34/+12 |
| 2025-08-03 | Mark `Printer` methods as unreachable where appropriate. | Nicholas Nethercote | -14/+17 |
| 2025-08-03 | Auto merge of #144704 - compiler-errors:explode-wf, r=lcnr | bors | -35/+30 |
| 2025-08-03 | Auto merge of #144677 - nnethercote:bound-const-handling, r=lcnr | bors | -97/+123 |
| 2025-08-02 | Auto merge of #144814 - samueltardieu:rollup-qyum1hj, r=samueltardieu | bors | -73/+104 |
| 2025-08-02 | update links | Kivooeo | -2/+2 |
| 2025-08-02 | update flags for consistency | Kivooeo | -2/+3 |
| 2025-08-02 | Return a struct with named fields from `hash_owner_nodes` | Zalathar | -5/+21 |
| 2025-08-02 | Flatten `hash_owner_nodes` with an early-return | Zalathar | -21/+21 |