| Age | Commit message (Expand) | Author | Lines |
| 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-03 | Simplify lint emission. | Camille GILLOT | -74/+56 |
| 2025-08-03 | Keep scanned set across calls to mark_live_symbols. | Camille GILLOT | -2/+3 |
| 2025-08-03 | Use less HIR when seeding work list. | Camille GILLOT | -90/+50 |
| 2025-08-03 | Simplify handling of unsolved items. | Camille GILLOT | -52/+38 |
| 2025-08-03 | Remove struct_constructors. | Camille GILLOT | -34/+12 |
| 2025-08-02 | Auto merge of #144814 - samueltardieu:rollup-qyum1hj, r=samueltardieu | bors | -73/+104 |
| 2025-08-02 | Use DefKind in should_explore. | Camille GILLOT | -10/+34 |
| 2025-08-02 | Do not record derived impl def-id for dead code. | Camille GILLOT | -17/+11 |
| 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 |
| 2025-08-02 | Update E0562 to account for the new impl trait positions | Noratrieb | -5/+4 |
| 2025-08-02 | Rollup merge of #144786 - JonathanBrouwer:cleanup-group-type, r=jdonszelmann | Samuel Tardieu | -25/+36 |
| 2025-08-02 | Rollup merge of #144756 - WaffleLapkin:inf-rec-etc-ctfe, r=lqd | Samuel Tardieu | -1/+1 |
| 2025-08-02 | Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu | Samuel Tardieu | -18/+28 |
| 2025-08-02 | Rollup merge of #143360 - folkertdev:const-continue-outside-loop-match, r=Waf... | Samuel Tardieu | -28/+34 |
| 2025-08-02 | Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191... | Samuel Tardieu | -1/+5 |
| 2025-08-02 | Auto merge of #144554 - cjgillot:no-hir-eff-vis, r=petrochenkov | bors | -101/+119 |
| 2025-08-02 | `Interner` arg to `EarlyBinder` does not affect auto traits | Lukas Wirth | -1/+1 |
| 2025-08-02 | Auto merge of #129183 - estebank:cfg-visitor, r=davidtwco | bors | -39/+56 |
| 2025-08-02 | Use less HIR to compute effective visibility. | Camille GILLOT | -101/+119 |
| 2025-08-02 | Auto merge of #144479 - cjgillot:incr-privacy-mod, r=petrochenkov | bors | -16/+19 |
| 2025-08-02 | don't warn on explicit casts of never to any | Waffle Lapkin | -0/+3 |
| 2025-08-01 | Tweak rendering of cfg'd out item | Esteban Küber | -29/+38 |
| 2025-08-01 | tiny cleanup | Esteban Küber | -12/+7 |
| 2025-08-01 | remove recursive search for items | Esteban Küber | -33/+15 |
| 2025-08-01 | Limit how deep we visit items to find cfg'd out names | Esteban Küber | -3/+12 |
| 2025-08-01 | Detect more `cfg`d out items in resolution errors | Esteban Küber | -23/+45 |
| 2025-08-01 | Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnr | bors | -137/+119 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -32/+6 |
| 2025-08-01 | Update compiler/rustc_const_eval/src/interpret/memory.rs
| zachs18 | -1/+1 |
| 2025-08-01 | Cleanup the definition of `group_type` | Jonathan Brouwer | -25/+36 |
| 2025-08-01 | Auto merge of #144773 - RalfJung:rollup-uif2yyj, r=RalfJung | bors | -24/+76 |
| 2025-08-01 | more strongly dissuade use of `skip_binder` | lcnr | -30/+30 |
| 2025-08-01 | Rollup merge of #144772 - RalfJung:unsupported_calling_conventions, r=lqd | Ralf Jung | -0/+1 |
| 2025-08-01 | Rollup merge of #144708 - Stypox:add-tracing-to-step, r=RalfJung | Ralf Jung | -9/+75 |