| Age | Commit message (Expand) | Author | Lines |
| 2025-10-01 | swap order of resolve_coroutine_interiors and handle_opaque_type_uses | Jana Dönszelmann | -18/+9 |
| 2025-10-01 | add test for trait-system-refactor-initiative/239 | Jana Dönszelmann | -0/+15 |
| 2025-09-30 | Auto merge of #147143 - estebank:verbose-ret-type, r=fee1-dead | bors | -150/+258 |
| 2025-09-30 | Auto merge of #147169 - jhpratt:rollup-65ooei8, r=jhpratt | bors | -167/+249 |
| 2025-09-29 | Rollup merge of #147153 - GuillaumeGomez:doc-propagation-before-stripping-ite... | Jacob Pratt | -4/+20 |
| 2025-09-29 | Rollup merge of #147152 - lcnr:instantiate-pre-sized-check, r=BoxyUwU | Jacob Pratt | -131/+134 |
| 2025-09-29 | Rollup merge of #146457 - alexcrichton:wasm-no-exn-instructions, r=bjorn3 | Jacob Pratt | -27/+86 |
| 2025-09-29 | Rollup merge of #145883 - shepmaster:unify-macos-ci, r=madsmtm | Jacob Pratt | -5/+9 |
| 2025-09-29 | Auto merge of #147162 - matthiaskrgr:rollup-4bv1xzb, r=matthiaskrgr | bors | -112/+296 |
| 2025-09-29 | Rollup merge of #147150 - nikic:alloc-shim-attributes, r=bjorn3 | Matthias Krüger | -4/+26 |
| 2025-09-29 | Rollup merge of #147133 - GuillaumeGomez:rm-loop-extract_cfg_from_attrs, r=lo... | Matthias Krüger | -11/+5 |
| 2025-09-29 | Rollup merge of #147131 - cjgillot:patch-branches, r=davidtwco | Matthias Krüger | -12/+37 |
| 2025-09-29 | Rollup merge of #147040 - joshtriplett:mbe-fix-comments, r=petrochenkov | Matthias Krüger | -7/+4 |
| 2025-09-29 | Rollup merge of #146937 - joboet:gethostname, r=Mark-Simulacrum | Matthias Krüger | -78/+224 |
| 2025-09-29 | Add regression test for doc cfg applied on public items inside private items | Guillaume Gomez | -0/+16 |
| 2025-09-29 | Move doc cfg propagation pass before items stripping passes | Guillaume Gomez | -4/+4 |
| 2025-09-29 | Auto merge of #146376 - durin42:dwo-specify-path, r=davidtwco | bors | -13/+167 |
| 2025-09-29 | cleanup `try_evaluate_added_goals` | lcnr | -14/+5 |
| 2025-09-29 | add tests | lcnr | -0/+39 |
| 2025-09-29 | Fn-trait goals, eagerly instantiate binder | lcnr | -117/+90 |
| 2025-09-29 | Make macOS dist build configuration match where reasonable | Jake Goulding | -5/+9 |
| 2025-09-29 | Auto merge of #147151 - Zalathar:rollup-w81rn0j, r=Zalathar | bors | -53/+71 |
| 2025-09-29 | Improve code comments | Guillaume Gomez | -5/+3 |
| 2025-09-29 | Rollup merge of #147149 - joboet:rerotating-joboet, r=joboet | Stuart Cook | -0/+1 |
| 2025-09-29 | Rollup merge of #147123 - DJMcNab:doc_cfg_merge_version, r=fmease | Stuart Cook | -2/+2 |
| 2025-09-29 | Rollup merge of #147101 - yotamofek:pr/iter-eq-and-eq-by, r=jdonszelmann | Stuart Cook | -33/+20 |
| 2025-09-29 | Rollup merge of #146987 - hkBst:sort-params-1, r=nnethercote | Stuart Cook | -2/+2 |
| 2025-09-29 | Rollup merge of #146653 - jdonszelmann:empty-attr-diags, r=nnethercote | Stuart Cook | -16/+46 |
| 2025-09-29 | Emit allocator attributes for allocator shim | Nikita Popov | -4/+26 |
| 2025-09-29 | add joboet to library review rotation | joboet | -0/+1 |
| 2025-09-29 | Fix removed version of `doc_auto_cfg`, `doc_cfg_hide` | Daniel McNab | -2/+2 |
| 2025-09-29 | Auto merge of #147145 - Zalathar:rollup-s7kcs3w, r=Zalathar | bors | -193/+184 |
| 2025-09-29 | std: implement `hostname` | joboet | -1/+140 |
| 2025-09-29 | Rollup merge of #147134 - workingjubilee:remove-explicit-abialign-deref, r=Za... | Stuart Cook | -68/+66 |
| 2025-09-29 | Rollup merge of #147116 - workingjubilee:remove-tdl-abialign, r=Zalathar | Stuart Cook | -120/+115 |
| 2025-09-29 | Rollup merge of #147100 - Enselic:ignore-less, r=jieyouxu | Stuart Cook | -5/+3 |
| 2025-09-29 | Auto merge of #147140 - Zalathar:rollup-rtnqek7, r=Zalathar | bors | -311/+359 |
| 2025-09-29 | Use `Iterator::eq` and (dogfood) `eq_by` in compiler and library | Yotam Ofek | -33/+20 |
| 2025-09-29 | Make replacement suggestion `_` in type verbose | Esteban Küber | -150/+258 |
| 2025-09-29 | Rollup merge of #147127 - antoyo:fix/gcc-linker-plugin, r=bjorn3 | Stuart Cook | -4/+51 |
| 2025-09-29 | Rollup merge of #147122 - Zalathar:crash-directives, r=cjgillot | Stuart Cook | -3/+3 |
| 2025-09-29 | Rollup merge of #147112 - nik-contrib:keyword-soup, r=jieyouxu | Stuart Cook | -0/+30 |
| 2025-09-29 | Rollup merge of #147092 - cjgillot:late-validate-mir, r=compiler-errors | Stuart Cook | -116/+14 |
| 2025-09-29 | Rollup merge of #146979 - npmccallum:nanosecs, r=Mark-Simulacrum | Stuart Cook | -1/+2 |
| 2025-09-29 | Rollup merge of #146929 - Zalathar:capture, r=Kobzol,jieyouxu | Stuart Cook | -154/+78 |
| 2025-09-29 | Rollup merge of #133477 - estebank:issue-133343, r=davidtwco | Stuart Cook | -33/+181 |
| 2025-09-29 | Auto merge of #147090 - Noratrieb:immediate-abort-stack-overflow, r=joboet | bors | -2/+13 |
| 2025-09-29 | Fix some crash-test directives | Zalathar | -3/+3 |
| 2025-09-28 | remove explicit deref of AbiAlign for most methods | Jubilee Young | -68/+66 |
| 2025-09-28 | Auto merge of #146513 - madsmtm:apple-reenable-assertions, r=Mark-Simulacrum | bors | -12/+1 |