| Age | Commit message (Expand) | Author | Lines |
| 2025-08-23 | Enable LLVM tools for gnullvm dist | Mateusz Mikuła | -12/+4 |
| 2025-08-22 | Rollup merge of #145763 - Kobzol:llvm-bindir-cross, r=Mark-Simulacrum | Jacob Pratt | -39/+84 |
| 2025-08-22 | Rollup merge of #145761 - Gelbpunkt:hermit-aarch64_be, r=wesleywiser | Jacob Pratt | -0/+4 |
| 2025-08-22 | Rollup merge of #145743 - xihuwenhua:master, r=petrochenkov | Jacob Pratt | -4/+4 |
| 2025-08-22 | Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,... | Jacob Pratt | -43/+18 |
| 2025-08-22 | Rollup merge of #145731 - lolbinarycat:rustdoc-search-generic-pointer-142385,... | Jacob Pratt | -33/+71 |
| 2025-08-22 | Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco | Jacob Pratt | -3/+5 |
| 2025-08-22 | Rollup merge of #145218 - nilptr:nilptr/feat/lldb-enum-pretty-printer, r=Mark... | Jacob Pratt | -18/+20 |
| 2025-08-22 | Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=Kobzol | Jacob Pratt | -3/+43 |
| 2025-08-22 | Add warning to the `Builder::llvm_config` function | Jakub Beránek | -0/+4 |
| 2025-08-22 | Ship LLVM tools for the correct target when cross-compiling | Jakub Beránek | -5/+43 |
| 2025-08-22 | Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzol | bors | -563/+527 |
| 2025-08-22 | Rename `llvm_config` to `host_llvm_config` to avoid confusion | Jakub Beránek | -36/+39 |
| 2025-08-22 | Add aarch64_be-unknown-hermit target | Jens Reidel | -0/+4 |
| 2025-08-22 | main.js: only call window.rustdocToggleSrcSidebar if it exists | binarycat | -2/+1 |
| 2025-08-22 | typecheck: add nonnull around element known to exist | binarycat | -2/+1 |
| 2025-08-22 | typecheck tooltipBlurHandler | binarycat | -1/+3 |
| 2025-08-22 | typecheck window.CURRENT_TOOLTIP_ELEMENT | binarycat | -32/+7 |
| 2025-08-22 | Merge commit '877967959ae8da9814df4f2614971f4d784bf53f' into clippy-subtree-u... | Philipp Krones | -1050/+1823 |
| 2025-08-22 | Sort Config fields and remove some `mut`s from bindings | Jakub Beránek | -198/+210 |
| 2025-08-22 | doc: fix some typos in comment | xihuwenhua | -4/+4 |
| 2025-08-21 | typecheck window.NOTABLE_TRAITS | binarycat | -2/+2 |
| 2025-08-21 | typecheck window.rr_ | binarycat | -2/+2 |
| 2025-08-21 | typecheck window.searchIndex | binarycat | -2/+2 |
| 2025-08-22 | Add an experimental unsafe(force_target_feature) attribute. | Luca Versari | -3/+5 |
| 2025-08-21 | unbox raw pointers in type-based search | binarycat | -3/+6 |
| 2025-08-21 | add special formatting for displaying raw pointers in signatures | binarycat | -2/+22 |
| 2025-08-21 | rustdoc search: accept *mut T syntax for raw pointers | binarycat | -30/+45 |
| 2025-08-21 | Rollup merge of #145704 - marcoieni:no-windows-disk-cleanup, r=jieyouxu | Jacob Pratt | -239/+0 |
| 2025-08-21 | Rollup merge of #145703 - Gelbpunkt:ci-llvm-mips, r=Kobzol | Jacob Pratt | -4/+0 |
| 2025-08-21 | Rollup merge of #145648 - bjorn3:tidy_deps_stricter, r=davidtwco | Jacob Pratt | -0/+33 |
| 2025-08-21 | Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, r=jhpratt | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #144541 - folkertdev:c-variadic-same-program-multiple-abis-ar... | Jacob Pratt | -0/+1 |
| 2025-08-21 | make primitive:pointer work in type-based search. | binarycat | -2/+2 |
| 2025-08-21 | Auto merge of #145647 - RalfJung:miri, r=RalfJung | bors | -51/+214 |
| 2025-08-21 | Consolidate panicking functions in `slice/index.rs` | Karl Meakin | -1/+1 |
| 2025-08-21 | ci: don't cleanup windows disk | MarcoIeni | -239/+0 |
| 2025-08-21 | Remove MIPS targets from CI LLVM platforms | Jens Reidel | -4/+0 |
| 2025-08-21 | Rollup merge of #145654 - Kobzol:gcc-ci-root, r=jieyouxu | Jacob Pratt | -3/+3 |
| 2025-08-21 | Rollup merge of #145650 - GuillaumeGomez:fix-js-search-scripts-path, r=fmease | Jacob Pratt | -2/+2 |
| 2025-08-21 | Rollup merge of #145590 - nnethercote:ModKind-Inline, r=petrochenkov | Jacob Pratt | -9/+10 |
| 2025-08-21 | Rollup merge of #145390 - joshtriplett:rustc-diag-value-earlier, r=lcnr | Jacob Pratt | -5/+5 |
| 2025-08-21 | Rollup merge of #145256 - GuillaumeGomez:bootstrap-test-codegen-backend, r=Ko... | Jacob Pratt | -20/+103 |
| 2025-08-21 | move few complex initialization from config to parse-inner | bit-aloo | -49/+61 |
| 2025-08-20 | Update test output for change to number of crates | Josh Triplett | -5/+5 |
| 2025-08-20 | make download context lean and remove mutable types | bit-aloo | -79/+89 |
| 2025-08-20 | remove unwanted references, and make more initialization inline | bit-aloo | -22/+14 |
| 2025-08-20 | add explicit defaults | bit-aloo | -4/+4 |
| 2025-08-20 | use local variables coming from toml, directly from toml | bit-aloo | -11/+7 |
| 2025-08-20 | remove now not required _ | bit-aloo | -115/+115 |