| Age | Commit message (Expand) | Author | Lines |
| 2025-09-02 | squash fix `render_call_locations` panic when default span points at file out... | Janis | -15/+37 |
| 2025-09-01 | Remove dead code stemming from an old effects desugaring | León Orell Valerian Liehr | -6/+4 |
| 2025-08-31 | rustdoc-search: skip loading unneeded fnData | Michael Howell | -12/+13 |
| 2025-08-31 | Auto merge of #146038 - notriddle:polarity, r=GuillaumeGomez | bors | -72/+267 |
| 2025-08-30 | rustdoc-search: improve concurrency at type search | Michael Howell | -9/+15 |
| 2025-08-30 | rustdoc-search: split function inverted index by input/output | Michael Howell | -67/+256 |
| 2025-08-29 | Rollup merge of #146000 - GuillaumeGomez:rustdoc-error-improvement, r=notriddle | Trevor Gross | -1/+3 |
| 2025-08-29 | Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm | Trevor Gross | -1/+1 |
| 2025-08-29 | Improve librustdoc error when a file creation/modification failed | Guillaume Gomez | -1/+3 |
| 2025-08-29 | Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol | Stuart Cook | -3/+3 |
| 2025-08-28 | Create new `Item::is_fake_item` method as equivalent to check for `is_primiti... | Guillaume Gomez | -2/+13 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -23/+86 |
| 2025-08-28 | Add `indexmap` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `tempfile` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `serde_json` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Auto merge of #145851 - lolbinarycat:rustdoc-optimize, r=GuillaumeGomez | bors | -17/+17 |
| 2025-08-27 | Add `itertools` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Add `tracing` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-26 | Rollup merge of #145596 - lumiscosity:optimize-png-files, r=davidtwco | Guillaume Gomez | -0/+0 |
| 2025-08-26 | Rollup merge of #145535 - lolbinarycat:rustdoc-invalid_html_tags-svg-145529, ... | Stuart Cook | -169/+381 |
| 2025-08-25 | rustdoc(opt): build_impl: check document_private earlier | binarycat | -17/+17 |
| 2025-08-24 | Auto merge of #137229 - GuillaumeGomez:expand-macro, r=lolbinarycat | bors | -92/+557 |
| 2025-08-24 | rustdoc: render attributes in Field and Variants sections | Karol Zwolak | -4/+22 |
| 2025-08-23 | Rollup merge of #145782 - karolzwolak:rustdoc-consistent-attributes-rendering... | Samuel Tardieu | -70/+68 |
| 2025-08-23 | Improve code and add test with macro coming from another file from the same c... | Guillaume Gomez | -35/+23 |
| 2025-08-23 | rustdoc: make attributes render consistently | Karol Zwolak | -70/+68 |
| 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-23 | Also support statements and patterns for macro expansion | Guillaume Gomez | -2/+18 |
| 2025-08-23 | Improve code | Guillaume Gomez | -4/+2 |
| 2025-08-23 | Make macro expansion feature buttons accessible | Guillaume Gomez | -10/+11 |
| 2025-08-23 | Do macro expansion at AST level rather than HIR | Guillaume Gomez | -178/+237 |
| 2025-08-23 | Clean up computation of macro expansion span and correctly handle spans open ... | Guillaume Gomez | -28/+90 |
| 2025-08-23 | Go around firefox bug | Guillaume Gomez | -1/+7 |
| 2025-08-23 | Correctly handle multiple macro expansions on a same line | Guillaume Gomez | -18/+49 |
| 2025-08-23 | Add new unstable `--generate-macro-expansion` rustdoc command line flag | Guillaume Gomez | -14/+42 |
| 2025-08-23 | Add support for macro expansion in rustdoc source code pages | Guillaume Gomez | -63/+339 |
| 2025-08-22 | Stabilize `round_char_boundary` feature | okaneco | -1/+1 |
| 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-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 | -2/+3 |
| 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 | make primitive:pointer work in type-based search. | binarycat | -2/+2 |