| Age | Commit message (Expand) | Author | Lines |
| 2025-09-30 | clone region obligations instead of taking in implied bounds hack | Jana Dönszelmann | -1/+11 |
| 2025-09-30 | Auto merge of #147197 - matthiaskrgr:rollup-du5e4pv, r=matthiaskrgr | bors | -142/+409 |
| 2025-09-30 | Replace `rustc_span::Span` with a stripped down version for librustdoc's high... | Yotam Ofek | -18/+65 |
| 2025-09-30 | Add fast-path for accessing the current thread id | Josh Simmons | -3/+25 |
| 2025-09-30 | Rollup merge of #147187 - lcnr:rarw, r=lqd | Matthias Krüger | -7/+0 |
| 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 | Add `#[bench]` for librustdoc's syntax highlighter | Yotam Ofek | -1/+15 |
| 2025-09-30 | iter repeat: add tests for new count and last behavior | Marijn Schouten | -0/+11 |
| 2025-09-30 | Split Bound into Canonical and Bound | jackh726 | -247/+391 |
| 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 | Merge pull request #20769 from ChayimFriedman2/ns-cleanup4 | Chayim Refael Friedman | -1/+23 |
| 2025-09-30 | std: merge address family computation | joboet | -57/+26 |
| 2025-09-30 | Add regression test for another (long-standing) bug fixed by the new solver | Chayim Refael Friedman | -1/+23 |
| 2025-09-30 | std: add missing unsafe blocks | joboet | -136/+156 |
| 2025-09-30 | Remove usage of `compiletest-use-stage0-libtest` from CI | Jakub Beránek | -5/+1 |
| 2025-09-30 | Add repr(align(2)) to RcInner and ArcInner | Taiki Endo | -8/+12 |
| 2025-09-30 | remove unnecessary test directives | lcnr | -7/+0 |
| 2025-09-30 | Merge pull request #20768 from ChayimFriedman2/std-error-syntaxerror | Chayim Refael Friedman | -0/+2 |
| 2025-09-30 | Impl `std::error::Error` for `SyntaxError` | Chayim Refael Friedman | -0/+2 |
| 2025-09-30 | test bevy compute_implied_bounds hack with new trait solver | Jana Dönszelmann | -2/+4 |
| 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 | std: improve internal socket functions | joboet | -27/+69 |
| 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 | add tests | lcnr | -1/+90 |
| 2025-09-30 | std: call WinSock cleanup function directly instead of through its reexport | joboet | -2/+2 |
| 2025-09-30 | Fix unuseful span in type error in some format_args!() invocations | Tomoaki Kobayashi | -36/+60 |
| 2025-09-30 | fix tuple child creation | Walnut | -2/+3 |
| 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 | Merge pull request #20745 from Oblarg/fix-negative-int-literals-in-macro-by-e... | Shoyu Vanilla (Flint) | -1/+55 |
| 2025-09-30 | Pass around `DirectiveLine` instead of bare strings | Zalathar | -145/+107 |
| 2025-09-30 | Remove `parse_negative_name_directive` | Zalathar | -16/+2 |
| 2025-09-30 | Split off a separate name/value parser for debuginfo test commands | Zalathar | -16/+19 |
| 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 |