| Age | Commit message (Expand) | Author | Lines |
| 2023-02-27 | Rollup merge of #108494 - GuillaumeGomez:cleanup-js, r=notriddle | Matthias Krüger | -13/+7 |
| 2023-02-26 | Clean up JS files code a bit | Guillaume Gomez | -13/+7 |
| 2023-02-25 | Update search eBNF with `!` moved | Michael Howell | -2/+2 |
| 2023-02-23 | rustdoc: avoid including `<li>` tags in item table short desc | Michael Howell | -4/+1 |
| 2023-02-22 | rustdoc: reduce allocations when generating tooltips | Michael Howell | -10/+17 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -1/+1 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -17/+19 |
| 2023-02-18 | doc links: Filter away autolinks in both rustc and rustdoc | Vadim Petrochenkov | -16/+8 |
| 2023-02-18 | rustdoc: Cleanup broken link callbacks | Vadim Petrochenkov | -29/+17 |
| 2023-02-18 | rustdoc: Do not use Footnotes and HeadingLinks when extracting doc links | Vadim Petrochenkov | -8/+3 |
| 2023-02-16 | Correct eslint warning | Michael Howell | -1/+1 |
| 2023-02-16 | rustdoc: search by macro when query ends with `!` | Michael Howell | -4/+24 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2023-02-15 | use chars instead of strings where applicable | Matthias Krüger | -3/+3 |
| 2023-02-15 | Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddle | Matthias Krüger | -44/+36 |
| 2023-02-15 | Use more let chain | Guillaume Gomez | -44/+36 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2023-02-14 | Rollup merge of #108025 - notriddle:notriddle/intra-doc-link-tooltips, r=Guil... | Matthias Krüger | -5/+27 |
| 2023-02-13 | rustdoc: add more tooltips to intra-doc links | Michael Howell | -5/+27 |
| 2023-02-13 | rustdoc: use a string with one-character codes for search index types | Michael Howell | -5/+15 |
| 2023-02-13 | Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui... | Matthias Krüger | -109/+81 |
| 2023-02-12 | Rollup merge of #107964 - notriddle:notriddle/title-line-height, r=GuillaumeG... | Matthias Krüger | -0/+8 |
| 2023-02-12 | Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description... | Matthias Krüger | -4/+16 |
| 2023-02-12 | Rollup merge of #107930 - GuillaumeGomez:js-func-improvement, r=notriddle | Matthias Krüger | -6/+4 |
| 2023-02-12 | rustdoc: use tighter line height in h1 and h2 | Michael Howell | -0/+8 |
| 2023-02-11 | rustdoc: account for intra-doc links in `<meta name="description">` | Michael Howell | -4/+16 |
| 2023-02-11 | Improve JS function itemTypeFromName code a bit | Guillaume Gomez | -6/+4 |
| 2023-02-11 | Rollup merge of #107909 - notriddle:notriddle/register-header-empty-cond, r=c... | Matthias Krüger | -5/+1 |
| 2023-02-11 | Rollup merge of #107864 - notriddle:notriddle/rustdoc-write-stutter, r=Guilla... | Matthias Krüger | -15/+12 |
| 2023-02-11 | Auto merge of #94857 - petrochenkov:doclink2, r=oli-obk | bors | -9/+1 |
| 2023-02-11 | Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume... | Dylan DPC | -14/+4 |
| 2023-02-10 | rustdoc: remove redundant `if s.is_empty()` from `find_testable_code` | Michael Howell | -5/+1 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -9/+1 |
| 2023-02-10 | Rollup merge of #107852 - notriddle:notriddle/rm-tab, r=GuillaumeGomez | Matthias Krüger | -7/+5 |
| 2023-02-09 | rustdoc: clean up `write!` calls with less stuttering | Michael Howell | -15/+12 |
| 2023-02-09 | Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomez | Dylan DPC | -64/+54 |
| 2023-02-09 | rustdoc: remove unused fn parameter `tab` | Michael Howell | -7/+5 |
| 2023-02-08 | rustdoc: use [svgo] to shrink `wheel.svg` | Michael Howell | -1/+1 |
| 2023-02-08 | Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez | Matthias Krüger | -17/+14 |
| 2023-02-07 | rustdoc: simplify DOM for `.item-table` | Michael Howell | -17/+19 |
| 2023-02-07 | rustdoc: use a newline instead of `<br>` to format code headers | Michael Howell | -17/+14 |
| 2023-02-07 | Rollup merge of #107471 - notriddle:notriddle/default-settings, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2023-02-06 | Rollup merge of #107725 - GuillaumeGomez:turn-markdownwithtoc-into-struct, r=... | Matthias Krüger | -9/+9 |
| 2023-02-06 | Turn MarkdownWithToc into a struct with named fields | Guillaume Gomez | -9/+9 |
| 2023-02-06 | Rollup merge of #107669 - notriddle:notriddle/ayu-smaller, r=GuillaumeGomez | Dylan DPC | -34/+14 |
| 2023-02-06 | Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum... | bors | -65/+84 |
| 2023-02-04 | rustdoc: trait bound formatting | Roland Strasser | -12/+21 |
| 2023-02-04 | rustdoc: combine duplicate rules in ayu CSS | Michael Howell | -34/+14 |