| Age | Commit message (Expand) | Author | Lines |
| 2025-09-23 | Remove unused param from `write_header` | Yotam Ofek | -11/+2 |
| 2025-09-23 | Remove `Tooltip::None` variant, use `Option::None` | Yotam Ofek | -25/+28 |
| 2025-09-23 | Make `render_example_with_highlighting` return an `impl fmt::Display` | Yotam Ofek | -71/+62 |
| 2025-09-23 | Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote | bors | -157/+561 |
| 2025-09-22 | Skip the panic-immediate-abort-works test when cross-compiling | Ben Kimock | -0/+5 |
| 2025-09-22 | Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomez | bors | -30/+173 |
| 2025-09-22 | Rollup merge of #146887 - taiki-e:rc-doc-feature, r=joboet | Guillaume Gomez | -18/+0 |
| 2025-09-22 | Rollup merge of #146884 - Kobzol:tidy-rustdoc-modified, r=GuillaumeGomez | Guillaume Gomez | -2/+4 |
| 2025-09-22 | Rollup merge of #146848 - moturus:motor-os_tier-3, r=davidtwco | Guillaume Gomez | -3/+131 |
| 2025-09-22 | Rollup merge of #146828 - el-ev:issue146646, r=GuillaumeGomez | Guillaume Gomez | -2/+33 |
| 2025-09-22 | Rollup merge of #146795 - alexcrichton:wasm-limit-rdylib-exports, r=bjorn3 | Guillaume Gomez | -5/+5 |
| 2025-09-22 | Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu | bors | -246/+284 |
| 2025-09-22 | Remove unused #![feature(get_mut_unchecked)] in Rc and Arc examples | Taiki Endo | -18/+0 |
| 2025-09-22 | address review comments | Iris Shi | -2/+2 |
| 2025-09-22 | Fix modification check of `rustdoc-json-types` | Jakub Beránek | -2/+4 |
| 2025-09-22 | Auto merge of #146879 - Zalathar:rollup-vm97j8b, r=Zalathar | bors | -462/+948 |
| 2025-09-22 | Rollup merge of #146878 - RalfJung:check_language_ub, r=tgross35 | Stuart Cook | -9/+10 |
| 2025-09-22 | Rollup merge of #146858 - Gelbpunkt:mips64el-musl-dynamic, r=jieyouxu | Stuart Cook | -4/+1 |
| 2025-09-22 | Rollup merge of #146846 - hkBst:btree-2, r=tgross35 | Stuart Cook | -2/+3 |
| 2025-09-22 | Rollup merge of #146845 - Zalathar:prof-target-machine, r=Kobzol | Stuart Cook | -0/+10 |
| 2025-09-22 | Rollup merge of #146838 - yotamofek:pr/rustdoc/wrappers, r=lolbinarycat | Stuart Cook | -251/+262 |
| 2025-09-22 | Rollup merge of #146831 - taiki-e:powerpc-clobber, r=Amanieu | Stuart Cook | -189/+572 |
| 2025-09-22 | Rollup merge of #146791 - folkertdev:readonly-not-pure, r=nikic,joshtriplett | Stuart Cook | -2/+56 |
| 2025-09-22 | Rollup merge of #146397 - pthariensflame:patch-1, r=Amanieu | Stuart Cook | -5/+17 |
| 2025-09-22 | Rollup merge of #145411 - the8472:cows-have-no-branches, r=Mark-Simulacrum | Stuart Cook | -0/+17 |
| 2025-09-22 | add exit code check | Iris Shi | -5/+11 |
| 2025-09-22 | Add regression test | Iris Shi | -0/+23 |
| 2025-09-22 | assert_unsafe_precondition: fix some incorrect check_language_ub | Ralf Jung | -9/+10 |
| 2025-09-21 | Mark float intrinsics with no preconditions as safe | ltdk | -188/+222 |
| 2025-09-22 | Introduce "wrapper" helpers to rustdoc | Yotam Ofek | -238/+248 |
| 2025-09-21 | Re-use some existing util fns | Yotam Ofek | -9/+7 |
| 2025-09-21 | Early return in `visibility_print_with_space` | Yotam Ofek | -4/+7 |
| 2025-09-21 | Auto merge of #146862 - matthiaskrgr:rollup-1zqootr, r=matthiaskrgr | bors | -408/+862 |
| 2025-09-21 | Rollup merge of #146639 - joboet:shared-stdiopipes, r=Mark-Simulacrum | Matthias Krüger | -34/+21 |
| 2025-09-21 | Rollup merge of #146606 - Enselic:test-test-args, r=Mark-Simulacrum | Matthias Krüger | -0/+7 |
| 2025-09-21 | Rollup merge of #146486 - ferrocene:pvdrz/improve-atomic-coverage, r=ibraheemdev | Matthias Krüger | -4/+240 |
| 2025-09-21 | Rollup merge of #143857 - Periodic1911:macro-export, r=jdonszelmann | Matthias Krüger | -370/+594 |
| 2025-09-21 | Add x86_64-unknown-motor (Motor OS) tier 3 target | U. Lasiotus | -3/+131 |
| 2025-09-21 | emit attribute for readonly non-pure inline assembly | Folkert de Vries | -2/+56 |
| 2025-09-21 | Make mips64el-unknown-linux-muslabi64 link dynamically | Jens Reidel | -4/+1 |
| 2025-09-21 | regression test for https://github.com/rust-lang/rust/issues/117763 | The 8472 | -0/+17 |
| 2025-09-21 | std: merge definitions of `StdioPipes` | joboet | -34/+21 |
| 2025-09-21 | Explain tests and setting cfgs | Ben Kimock | -0/+15 |
| 2025-09-21 | Change the cfg to a dash | Ben Kimock | -78/+78 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -157/+541 |
| 2025-09-21 | Auto merge of #146659 - cjgillot:impossible-taint, r=oli-obk | bors | -61/+201 |
| 2025-09-21 | Changes to uitests for macro_export port | Jonathan Brouwer | -277/+417 |
| 2025-09-21 | Port #[macro_export] to the new attribute parsing infrastructure | Jonathan Brouwer | -93/+177 |
| 2025-09-21 | Auto merge of #146592 - Kobzol:tidy-diag, r=jieyouxu | bors | -580/+781 |
| 2025-09-21 | Implement output of colored messages with optional check context | Jakub Beránek | -55/+152 |