| Age | Commit message (Expand) | Author | Lines |
| 2025-02-12 | rustdoc: use better, consistent SVG icons for scraped examples | Michael Howell | -4/+8 |
| 2025-02-10 | Move line numbers into the `<code>` directly | Guillaume Gomez | -10/+8 |
| 2025-02-05 | Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmease | León Orell Valerian Liehr | -148/+156 |
| 2025-02-04 | Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelid | Matthias Krüger | -12/+13 |
| 2025-02-03 | rustdoc: clean up a bunch of ts-expected-error declarations in main | Michael Howell | -148/+156 |
| 2025-01-30 | fix(rustdoc): always use a channel when linking to doc.rust-lang.org | Alexis (Poliorcetics) Bourget | -12/+13 |
| 2025-01-30 | Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdoc | Matthias Krüger | -0/+14 |
| 2025-01-29 | Add new setting allowing to switch to sans serif fonts | Guillaume Gomez | -0/+14 |
| 2025-01-27 | rustdoc: add nobuild typescript checking to our JS | Michael Howell | -680/+1655 |
| 2025-01-16 | Treat other items as functions for the purpose of type-based search | binarycat | -0/+16 |
| 2025-01-13 | for purely return-type based searches, deprioritize clone-like functions | binarycat | -0/+46 |
| 2024-12-31 | Fix typos | ericlehong | -2/+2 |
| 2024-12-13 | rustdoc-search: show `impl Trait` inline when unhighlighted | Michael Howell | -1/+6 |
| 2024-11-18 | rustdoc-search: add descriptive comments to bitmap class | Michael Howell | -0/+23 |
| 2024-11-18 | rustdoc-search: use smart binary search in bitmaps | Michael Howell | -10/+32 |
| 2024-11-15 | rustdoc search: allow queries to end in an empty path segment | binarycat | -5/+15 |
| 2024-11-14 | Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr | bors | -4/+7 |
| 2024-11-14 | rustdoc-search: case-sensitive only when capitals are used | Michael Howell | -4/+7 |
| 2024-11-13 | Add descriptive comment for NameTrie | Michael Howell | -0/+19 |
| 2024-11-13 | Remove console.log | Michael Howell | -3/+0 |
| 2024-11-13 | rustdoc: use a trie for name-based search | Michael Howell | -104/+695 |
| 2024-10-31 | Adjust ranking so that duplicates count against rank | Michael Howell | -14/+11 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -79/+273 |
| 2024-10-30 | rustdoc-search: show types signatures in results | Michael Howell | -80/+611 |
| 2024-10-30 | rustdoc-search: use correct type annotations | Michael Howell | -2/+2 |
| 2024-10-30 | rustdoc-search: pass original names through AST | Michael Howell | -20/+26 |
| 2024-10-30 | rustdoc-search: simplify the checkTypes fast path | Michael Howell | -26/+11 |
| 2024-09-29 | Copy correct path to clipboard for modules/keywords/primitives | clubby789 | -5/+9 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -85/+116 |
| 2024-09-23 | Tweak breadcrumbs list | Michael Howell | -7/+4 |
| 2024-09-22 | Generate line numbers for non-rust code examples as well | Guillaume Gomez | -7/+9 |
| 2024-09-19 | Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddle | bors | -23/+42 |
| 2024-09-10 | rustdoc: make the header show all three buttons | Michael Howell | -6/+14 |
| 2024-09-10 | rustdoc: redesign toolbar and disclosure widgets | Michael Howell | -75/+101 |
| 2024-09-07 | Generate scraped examples buttons in JS | Guillaume Gomez | -23/+42 |
| 2024-09-05 | rustdoc-search: allow trailing `Foo ->` arg search | Michael Howell | -5/+6 |
| 2024-09-05 | Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle | Matthias Krüger | -6/+10 |
| 2024-09-05 | Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc | Matthias Krüger | -6/+40 |
| 2024-09-02 | Simplify CSS but wrapping scraped example into a div and move the title out o... | Guillaume Gomez | -2/+2 |
| 2024-08-31 | Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notri... | Matthias Krüger | -2/+8 |
| 2024-08-31 | Fix code examples buttons not appearing on click on mobile | Guillaume Gomez | -2/+8 |
| 2024-08-31 | Unify scraped examples with other code examples | Guillaume Gomez | -4/+8 |
| 2024-08-29 | Separate core search logic with search ui | Folyd | -2277/+2316 |
| 2024-08-24 | Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddle | Trevor Gross | -0/+8 |
| 2024-08-23 | rustdoc: show exact case-sensitive matches first | binarycat | -0/+8 |
| 2024-08-22 | rustdoc-search: use tighter json for names and parents | Michael Howell | -7/+10 |
| 2024-08-20 | rustdoc: consistentify `#TOC` and `#ModNav` to lowercase | Michael Howell | -2/+2 |
| 2024-08-20 | Add configuration options to hide TOC or module navigation | Michael Howell | -6/+40 |
| 2024-08-12 | Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc | Guillaume Gomez | -2/+6 |
| 2024-08-06 | rustdoc-search: account for numeric disambiguators on impls | Michael Howell | -6/+12 |