| Age | Commit message (Expand) | Author | Lines |
| 2025-09-27 | Improve code comments and extend tests for `doc_cfg` feature | Guillaume Gomez | -3/+32 |
| 2025-09-27 | Correctly handle target_feature in rustdoc cfg | Guillaume Gomez | -26/+11 |
| 2025-09-27 | Fix `tests/rustdoc/target-feature.rs` test by adding missing `#![feature(doc_... | Guillaume Gomez | -0/+2 |
| 2025-09-27 | Remove `cfg(bootstrap)` for `doc_cfg` feature following #141925 | Guillaume Gomez | -71/+23 |
| 2025-09-27 | Fix autodiff feature activation | Guillaume Gomez | -1/+0 |
| 2025-09-27 | fmt | Guillaume Gomez | -16/+5 |
| 2025-09-27 | Remove `doc_cfg_hide` feature | Guillaume Gomez | -6/+4 |
| 2025-09-27 | Improve code and better check `doc(cfg(...))` attributes | Guillaume Gomez | -75/+209 |
| 2025-09-27 | Add code documentation, improve code and improve error message | Guillaume Gomez | -14/+28 |
| 2025-09-27 | Put back the `doc_cfg` code behind a nightly feature | Guillaume Gomez | -20/+35 |
| 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 | Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxu | bors | -676/+646 |
| 2025-09-27 | Auto merge of #147074 - matthiaskrgr:rollup-sm3owsd, r=matthiaskrgr | bors | -644/+946 |
| 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 | 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 | review | lcnr | -7/+13 |
| 2025-09-26 | add tests | lcnr | -0/+161 |
| 2025-09-26 | move tests | lcnr | -0/+0 |
| 2025-09-26 | allow method calls on opaques | lcnr | -171/+357 |
| 2025-09-26 | use `try_structurally_resolve_type` for method receiver | lcnr | -36/+54 |
| 2025-09-26 | remove unnecessary structurally resolve | lcnr | -3/+1 |
| 2025-09-26 | predefined opaques to `method_autoderef_steps` | lcnr | -15/+63 |
| 2025-09-26 | predefined opaques use `List` | lcnr | -77/+16 |
| 2025-09-26 | Ignore more failing ui tests for GCC backend | Guillaume Gomez | -297/+440 |
| 2025-09-26 | Mention `tyalias` in intra-doc link rustdoc book chapter | Guillaume Gomez | -1/+1 |
| 2025-09-26 | Add tests for new `tyalias` intra-doc link disambiguator | Guillaume Gomez | -0/+95 |
| 2025-09-26 | Auto merge of #146595 - Shourya742:make-cargo-test-work-for-self-test, r=Kobzol | bors | -394/+337 |
| 2025-09-26 | Add new `tyalias` intra-doc link disambiguator | Guillaume Gomez | -0/+2 |
| 2025-09-26 | fix doc comments to be more standard | Marijn Schouten | -23/+5 |
| 2025-09-26 | Auto merge of #147054 - matthiaskrgr:rollup-660g92w, r=matthiaskrgr | bors | -107/+445 |