| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-06-07 | Update tests | Sunshine | -2/+3 |
| 2024-06-07 | Follow ESLint instructions. | Sunshine | -4/+7 |
| 2024-06-07 | Tidying | Sunshine | -2/+4 |
| 2024-06-07 | Add test for PR #126057 | Sunshine | -1/+2 |
| 2024-06-06 | Make html rendered by rustdoc allow searching non-English identifier / alias.... | Sunshine | -70/+78 |
| 2024-05-07 | Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomez | Matthias Krüger | -0/+43 |
| 2024-05-05 | rustdoc: dedup search form HTML | Michael Howell | -0/+43 |
| 2024-04-19 | rustdoc-search: add parser for `&` syntax | Michael Howell | -0/+31 |
| 2024-04-18 | rustdoc-search: fix description on aliases in results | Michael Howell | -10/+11 |
| 2024-04-18 | Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez | bors | -12/+42 |
| 2024-04-18 | Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddle | Matthias Krüger | -18/+2 |
| 2024-04-17 | Fix copy-path button | Guillaume Gomez | -18/+2 |
| 2024-04-16 | Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomez | Matthias Krüger | -1/+2 |
| 2024-04-08 | rustdoc: add re-export info to RawSearchIndex type def | Michael Howell | -6/+13 |
| 2024-04-08 | rustdoc-search: single result for items with multiple paths | Michael Howell | -6/+29 |
| 2024-04-02 | Support type '/' to search | mu001999 | -1/+2 |
| 2024-03-22 | rustdoc-search: address nits | Michael Howell | -5/+9 |
| 2024-03-21 | rustdoc-search: compressed bitmap to sort, then load desc | Michael Howell | -25/+165 |
| 2024-03-18 | Use promise.all to load sorted results in parallel | Michael Howell | -3/+8 |