| Age | Commit message (Expand) | Author | Lines |
| 2025-09-28 | Fix typo | Sebastian Speitel | -1/+1 |
| 2025-09-27 | Auto merge of #147104 - matthiaskrgr:rollup-gap1v0w, r=matthiaskrgr | bors | -114/+576 |
| 2025-09-27 | Rename various "concrete opaque type" terminology to say "hidden type" | Boxy Uwu | -116/+82 |
| 2025-09-27 | Hoist non-platform-specific code out of `thread_local_inner!` | Jules Bertholet | -20/+10 |
| 2025-09-27 | fix build for android | David Carlier | -0/+1 |
| 2025-09-27 | Auto merge of #146927 - Kobzol:install-clif, r=jieyouxu | bors | -52/+63 |
| 2025-09-27 | Rollup merge of #147076 - joshuarayton:more-float-constants-issue, r=tgross35 | Matthias Krüger | -24/+24 |
| 2025-09-27 | Rollup merge of #147075 - Lysxia:no-panic-def-path-hash, r=petrochenkov | Matthias Krüger | -9/+10 |
| 2025-09-27 | Rollup merge of #147050 - durin42:llvm-22-pgo-options-args, r=cuviper | Matthias Krüger | -0/+18 |
| 2025-09-27 | Rollup merge of #147046 - Kobzol:bootstrap-ll, r=jieyouxu | Matthias Krüger | -54/+113 |
| 2025-09-27 | Rollup merge of #147032 - GuillaumeGomez:fix-doctest-compilation-time-display... | Matthias Krüger | -11/+143 |
| 2025-09-27 | Rollup merge of #147018 - Fabian-Gruenbichler:mr/fix-linker-warning-test-norm... | Matthias Krüger | -1/+1 |
| 2025-09-27 | Rollup merge of #146732 - durin42:llvm-22-less-assumes, r=nikic | Matthias Krüger | -4/+13 |
| 2025-09-27 | Rollup merge of #146037 - aapoalas:reborrow-lang-experiment, r=tmandry | Matthias Krüger | -11/+254 |
| 2025-09-27 | tests: Remove ignore-android directive for fixed issue | Martin Nordholts | -5/+3 |
| 2025-09-27 | improve empty attribute diagnostic | Jana Dönszelmann | -16/+46 |
| 2025-09-27 | Add auto extra-checks in pre-push script | Shunpoco | -1/+4 |
| 2025-09-27 | Re-enable assertions on macOS | Mads Marquart | -12/+0 |
| 2025-09-27 | Auto merge of #138907 - GuillaumeGomez:rfc-3631, r=fmease,camelid,Manishearth... | bors | -371/+1046 |
| 2025-09-27 | Library: Remove remaining private `#[repr]` workarounds | León Orell Valerian Liehr | -7/+7 |
| 2025-09-27 | redox: switch to colon as path separator | Jeremy Soller | -1/+1 |
| 2025-09-27 | Update stage0 per previous commmit | Mark Rousskov | -500/+522 |
| 2025-09-27 | Include additional hashes in src/stage0 | Erick Tryzelaar | -12/+105 |
| 2025-09-27 | Ignore crash test that doesn't crash on Apple platforms | Mads Marquart | -0/+1 |
| 2025-09-27 | Skip stack overflow handler for panic=immediate-abort | Noratrieb | -2/+13 |
| 2025-09-27 | Auto merge of #146829 - cjgillot:jump-threading-loop-dominator, r=dianqk | bors | -17/+25 |
| 2025-09-27 | Remove `doc_auto_cfg` feature as well | Guillaume Gomez | -5/+4 |
| 2025-09-27 | Improve code and fix typo | Guillaume Gomez | -65/+43 |
| 2025-09-27 | Apply first review round suggestions | Guillaume Gomez | -19/+10 |
| 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 | 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 |