| Age | Commit message (Expand) | Author | Lines |
| 2025-09-30 | Rollup merge of #147181 - Zalathar:fixed-metadata, r=petrochenkov | Matthias Krüger | -51/+141 |
| 2025-09-30 | Rollup merge of #147172 - notriddle:tooldoc, r=Kobzol | Matthias Krüger | -18/+21 |
| 2025-09-30 | Rollup merge of #147166 - cyrgani:proc-macro-cleanup-1, r=petrochenkov | Matthias Krüger | -54/+14 |
| 2025-09-30 | Rollup merge of #146886 - taiki-e:rc-inner-align, r=Mark-Simulacrum | Matthias Krüger | -8/+12 |
| 2025-09-30 | Rollup merge of #142506 - clarfonthey:path-trailing-sep, r=joboet | Matthias Krüger | -4/+221 |
| 2025-09-30 | Auto merge of #147186 - Zalathar:rollup-sza9wxl, r=Zalathar | bors | -161/+499 |
| 2025-09-30 | bootstrap: build bootstrap docs with in-tree rustdoc | Michael Howell | -18/+21 |
| 2025-09-30 | Add repr(align(2)) to RcInner and ArcInner | Taiki Endo | -8/+12 |
| 2025-09-30 | Rollup merge of #147167 - jyn514:rustdoc-tests, r=Kobzol | Stuart Cook | -9/+3 |
| 2025-09-30 | Rollup merge of #147109 - BoxyUwU:rename_concrete_opaques, r=lcnr | Stuart Cook | -109/+83 |
| 2025-09-30 | Rollup merge of #146649 - folkertdev:cmse-call-erase-regions, r=lcnr | Stuart Cook | -0/+40 |
| 2025-09-30 | Rollup merge of #146011 - estebank:lifetime-obligation-span, r=lcnr | Stuart Cook | -32/+258 |
| 2025-09-30 | Rollup merge of #140916 - moatom:140578, r=chenyukang | Stuart Cook | -11/+115 |
| 2025-09-30 | Replace `MetadataType` with the `MetadataKindId` constants | Zalathar | -49/+17 |
| 2025-09-30 | Declare all "fixed" metadata kinds as `MetadataKindId` | Zalathar | -0/+116 |
| 2025-09-30 | Move `MetadataKindId` into its own submodule | Zalathar | -10/+16 |
| 2025-09-30 | Fix unuseful span in type error in some format_args!() invocations | Tomoaki Kobayashi | -36/+60 |
| 2025-09-30 | Add test for unuseful span in type error in some format_args!() invocations | Tomoaki Kobayashi | -0/+80 |
| 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 | Don't condition RUSTDOC_LIBDIR on `--no-doc` | Jynn Nelson | -9/+3 |
| 2025-09-29 | Auto merge of #147162 - matthiaskrgr:rollup-4bv1xzb, r=matthiaskrgr | bors | -112/+296 |
| 2025-09-30 | explicitly implement `!Send` and `!Sync` | cyrgani | -31/+12 |
| 2025-09-30 | remove unused `#![feature(stmt_expr_attributes)]` | cyrgani | -1/+0 |
| 2025-09-29 | remove `reverse_{encode, decode}!` | cyrgani | -22/+2 |
| 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 | more rename | Boxy Uwu | -28/+36 |
| 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 |