| Age | Commit message (Expand) | Author | Lines |
| 2025-09-27 | Rename `CfgInfo::doc_auto_cfg_active` into `auto_cfg_active` | Guillaume Gomez | -9/+9 |
| 2025-09-27 | Update book for `doc_cfg` feature | Guillaume Gomez | -0/+268 |
| 2025-09-27 | Remove `doc_cfg` related content from rustdoc book unstable features chapter | Guillaume Gomez | -82/+0 |
| 2025-09-27 | Remove ui test for doc_cfg feature gate | Guillaume Gomez | -14/+5 |
| 2025-09-27 | Remove useless code in `propagate_doc_cfg.rs` | Guillaume Gomez | -18/+1 |
| 2025-09-27 | Strenghten checks for `doc(auto_cfg(show/hide))` attributes | Guillaume Gomez | -10/+32 |
| 2025-09-27 | Add "global" rustdoc test for RFC 3631 | Guillaume Gomez | -0/+80 |
| 2025-09-27 | Update rustdoc tests | Guillaume Gomez | -42/+61 |
| 2025-09-27 | Implement RFC 3631 | Guillaume Gomez | -209/+518 |
| 2025-09-27 | Fix tracking issue number for feature(macro_attr) | Simon Sapin | -2/+2 |
| 2025-09-27 | Use `PanicHookInfo::payload_as_str` now that it's stable in beta | Zalathar | -14/+1 |
| 2025-09-27 | Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxu | bors | -676/+646 |
| 2025-09-26 | doc: fix a typo in platform-support.md | U. Lasiotus | -1/+2 |
| 2025-09-27 | Auto merge of #147074 - matthiaskrgr:rollup-sm3owsd, r=matthiaskrgr | bors | -644/+946 |
| 2025-09-27 | Simplify logic slightly | Esteban Küber | -15/+22 |
| 2025-09-26 | formatting_options: fix alternate docs 0b/0o mixup | Daniel Verkamp | -2/+2 |
| 2025-09-26 | Bump stage0 | Mark Rousskov | -500/+500 |
| 2025-09-26 | Apply cfg(bootstrap) replacement | Mark Rousskov | -38/+8 |
| 2025-09-26 | Update CURRENT_RUSTC_VERSION post-bump | Mark Rousskov | -138/+138 |
| 2025-09-26 | this ice now requires -Zvalidate-mir | beepster4096 | -7/+7 |
| 2025-09-27 | move Reborrow to ops, fix fmt issues | Aapo Alasuutari | -25/+21 |
| 2025-09-26 | Handle self-loops too. | Camille Gillot | -3/+5 |
| 2025-09-26 | Merge pull request #20753 from rust-lang/dependabot/npm_and_yarn/editors/code... | Laurențiu Nicola | -3/+3 |
| 2025-09-26 | Add regression test for merged doctests compilation time display | Guillaume Gomez | -8/+136 |
| 2025-09-26 | split-dwarf: add documentation and test coverage | Augie Fackler | -12/+152 |
| 2025-09-26 | Bump tar-fs from 2.1.3 to 2.1.4 in /editors/code | dependabot[bot] | -3/+3 |
| 2025-09-26 | Fix typo in LLVM_VERSION_ macro use | Augie Fackler | -1/+1 |
| 2025-09-26 | castkind::subtype in clippy | beepster4096 | -2/+2 |
| 2025-09-26 | Rename `rust.use-lld` to `rust.bootstrap-override-lld` | Jakub Beránek | -54/+113 |
| 2025-09-26 | Support `#[rustc_align_static]` inside `thread_local!` | Jules Bertholet | -74/+872 |
| 2025-09-26 | std::net: update tcp deferaccept delay type to Duration. | David Carlier | -17/+26 |
| 2025-09-26 | update issue number for more_float_constants | Joshua Rayton | -24/+24 |
| 2025-09-26 | debuginfo: add an unstable flag to write split DWARF to an explicit directory | Augie Fackler | -1/+15 |
| 2025-09-26 | tests: use max-llvm-major-version instead of ignore-llvm-version | Augie Fackler | -3/+3 |
| 2025-09-26 | PassWrapper: drop unused variable for LLVM 22+ | Augie Fackler | -0/+2 |
| 2025-09-26 | Make `def_path_hash_to_def_id` not panic when passed an invalid hash | Li-yao Xia | -9/+10 |
| 2025-09-26 | Merge pull request #20751 from neuschaefer/memchr | Laurențiu Nicola | -2/+2 |
| 2025-09-26 | Rollup merge of #147058 - GuillaumeGomez:ignore-more-ui-tests, r=Kobzol | Matthias Krüger | -297/+440 |
| 2025-09-26 | Rollup merge of #147031 - joshtriplett:mbe-opt-collect, r=lcnr | Matthias Krüger | -6/+6 |
| 2025-09-26 | Rollup merge of #147027 - GuillaumeGomez:tyalias-disambiguator, r=lolbinarycat | Matthias Krüger | -1/+98 |
| 2025-09-26 | Rollup merge of #147016 - hkBst:whitespace-1, r=nnethercote | Matthias Krüger | -23/+5 |
| 2025-09-26 | Rollup merge of #146849 - joshtriplett:macro-reduce-legacy-bang, r=petrochenkov | Matthias Krüger | -22/+19 |
| 2025-09-26 | Rollup merge of #146778 - nikic:allocator-shim-attributes, r=jackh726 | Matthias Krüger | -114/+126 |
| 2025-09-26 | Rollup merge of #146758 - mati865:amd64_mingw_no_rs_objects, r=petrochenkov | Matthias Krüger | -7/+23 |
| 2025-09-26 | Rollup merge of #146704 - jdonszelmann:port-debug-visualizer, r=petrochenkov | Matthias Krüger | -154/+185 |
| 2025-09-26 | Rollup merge of #146523 - thejpster:demote-armebv7r-targets, r=jackh726 | Matthias Krüger | -5/+5 |
| 2025-09-26 | Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnr | Matthias Krüger | -15/+39 |
| 2025-09-26 | Auto merge of #146885 - lcnr:method-selection-opaques, r=BoxyUwU | bors | -291/+647 |
| 2025-09-26 | Update memchr to 2.7.6 | J. Neuschäfer | -2/+2 |
| 2025-09-26 | review | lcnr | -7/+13 |