| Age | Commit message (Expand) | Author | Lines |
| 2023-10-11 | rustdoc: allow resizing the sidebar | Michael Howell | -21/+328 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -60/+209 |
| 2023-10-10 | Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui... | Guillaume Gomez | -20/+104 |
| 2023-10-09 | Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease | bors | -15/+91 |
| 2023-10-09 | Improve code | Guillaume Gomez | -12/+12 |
| 2023-10-08 | Clean up subversion layout | Michael Howell | -0/+5 |
| 2023-10-08 | rustdoc: add missing macros to sibling nav sidebar | Michael Howell | -8/+21 |
| 2023-10-08 | rustdoc: clean up the In [name] up-pointer | Michael Howell | -12/+33 |
| 2023-10-08 | rustdoc: align crate name with search bar | Michael Howell | -5/+27 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -32/+70 |
| 2023-10-08 | rustdoc: clean up the layout for annotated version numbers | Michael Howell | -6/+16 |
| 2023-10-08 | rustdoc: show crate name beside small logo | Michael Howell | -33/+73 |
| 2023-10-07 | Correctly handle cross-crate C-like variants | Guillaume Gomez | -20/+7 |
| 2023-10-07 | Only display enum variants integer values if one of them has a value set | Guillaume Gomez | -18/+27 |
| 2023-10-06 | Show values of C-like variants even if not defined by the user | Guillaume Gomez | -22/+90 |
| 2023-10-05 | rustdoc-search: fix bug with multi-item impl trait | Michael Howell | -1/+1 |
| 2023-10-04 | Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked... | Matthias Krüger | -2/+1 |
| 2023-10-03 | rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes | León Orell Valerian Liehr | -2/+1 |
| 2023-09-28 | Auto merge of #116208 - matthiaskrgr:the_loop_that_wasnt, r=GuillaumeGomez | bors | -1/+1 |
| 2023-09-27 | rustdoc: while -> if | Matthias Krüger | -1/+1 |
| 2023-09-25 | Fix whitespace in rustdoc type_layout.html | DaniPopes | -2/+2 |
| 2023-09-25 | Show enum variant value if it is a C-like variant | Guillaume Gomez | -2/+14 |
| 2023-09-21 | Update search-result-impl-disambiguation.goml | Michael Howell | -2/+2 |
| 2023-09-21 | rustdoc: wait for section to open before trying to highlight | Michael Howell | -2/+6 |
| 2023-09-21 | rustdoc-search: add impl disambiguator to duplicate assoc items | Michael Howell | -20/+100 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+1 |
| 2023-09-20 | rustdoc: add comment about numeric spacing | Michael Howell | -0/+4 |
| 2023-09-19 | rustdoc: add test cases, and fix, search tabs | Michael Howell | -6/+15 |
| 2023-09-19 | Rollup merge of #115947 - GuillaumeGomez:custom_code_classes_in_docs-warning,... | Guillaume Gomez | -116/+180 |
| 2023-09-19 | Allow more characters in custom classes | Guillaume Gomez | -12/+45 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -405/+636 |
| 2023-09-18 | Use old parser if `custom_code_classes_in_docs` feature is not enabled | Guillaume Gomez | -104/+135 |
| 2023-09-18 | rustdoc: hide repr(transparent) if it isn't part of the public ABI | León Orell Valerian Liehr | -20/+19 |
| 2023-09-18 | Move mobile topbar title creation entirely into JS | Guillaume Gomez | -5/+6 |
| 2023-09-17 | Update tests for `custom_code_classes_in_docs` feature | Guillaume Gomez | -2/+5 |
| 2023-09-17 | Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ... | Guillaume Gomez | -18/+86 |
| 2023-09-16 | rustdoc: stop preloading Source Serif 4 Bold | Michael Howell | -1/+0 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -72/+536 |
| 2023-09-15 | Add `custom` tag for markdown codeblocks | Guillaume Gomez | -3/+41 |
| 2023-09-15 | Update to new `emit_error` API | Guillaume Gomez | -8/+8 |
| 2023-09-15 | Improve error emitting code | Guillaume Gomez | -6/+10 |
| 2023-09-15 | Add eBNF and documentation on TagIterator | Guillaume Gomez | -0/+30 |
| 2023-09-15 | Implement new eBNF for codeblock attributes | Guillaume Gomez | -134/+227 |
| 2023-09-15 | Add support for double quotes in markdown codeblock attributes | Guillaume Gomez | -49/+84 |
| 2023-09-15 | Add tests for `custom_code_classes_in_docs` feature | Guillaume Gomez | -27/+104 |
| 2023-09-15 | Implement custom classes for rustdoc code blocks with `custom_code_classes_in... | Guillaume Gomez | -49/+236 |
| 2023-09-15 | rustdoc: avoid calling `document.write` after the page loads | Michael Howell | -2/+12 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -420/+641 |
| 2023-09-13 | Rollup merge of #115812 - GuillaumeGomez:merge-settings-into-rustdoc-css, r=n... | Matthias Krüger | -76/+64 |
| 2023-09-13 | Merge settings.css into rustdoc.css | Guillaume Gomez | -76/+64 |