| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-05 | Prevent clicking on a link or on a button to toggle the code example buttons ... | Guillaume Gomez | -2/+6 |
| 2024-08-03 | Rollup merge of #128573 - GuillaumeGomez:simplify-body, r=notriddle | Matthias Krüger | -5/+3 |
| 2024-08-03 | Simplify `body` usage in rustdoc | Guillaume Gomez | -5/+3 |
| 2024-08-01 | rustdoc: Remove dead opaque_tys rendering logic | Alona Enraght-Moony | -1/+0 |
| 2024-07-29 | Make the buttons remain when code example is clicked | Guillaume Gomez | -2/+23 |
| 2024-07-28 | Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-team | Guillaume Gomez | -21/+69 |
| 2024-07-25 | use double quotes | binarycat | -1/+1 |
| 2024-07-25 | rustdoc: change title of search results | binarycat | -1/+1 |
| 2024-07-18 | Rearrange sidebar modnav builder to more logical order | Michael Howell | -2/+2 |
| 2024-07-18 | rustdoc: fix `current` class on sidebar modnav | Michael Howell | -3/+5 |
| 2024-07-18 | Add copy code button | Guillaume Gomez | -21/+69 |
| 2024-07-05 | rustdoc-search: stop constructing pointless arrays in decode | Michael Howell | -11/+7 |
| 2024-06-09 | rustdoc-search: use lowercase, non-normalized name for type search | Michael Howell | -4/+8 |