| Age | Commit message (Expand) | Author | Lines |
| 2022-01-29 | rustdoc: small fixes to mobile navigation | Jacob Hoffman-Andrews | -1/+1 |
| 2022-01-25 | Rollup merge of #93251 - jsha:theme-radio, r=GuillaumeGomez | Matthias Krüger | -10/+19 |
| 2022-01-23 | Update theme on pageshow event | Jacob Hoffman-Andrews | -6/+25 |
| 2022-01-23 | rustdoc settings: use radio buttons for theme | Jacob Hoffman-Andrews | -10/+19 |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -40/+22 |
| 2022-01-18 | Rollup merge of #92830 - jsha:style-cleanups, r=GuillaumeGomez | Matthias Krüger | -33/+12 |
| 2022-01-18 | Rollup merge of #92803 - jsha:hide-sidebar, r=GuillaumeGomez | Matthias Krüger | -0/+4 |
| 2022-01-17 | Hide mobile sidebar on some clicks | Jacob Hoffman-Andrews | -0/+4 |
| 2022-01-17 | Rustdoc style cleanups | Jacob Hoffman-Andrews | -33/+12 |
| 2022-01-14 | Add support for "always theme" in setting | Jacob Hoffman-Andrews | -4/+35 |
| 2022-01-14 | Pick themes on settings page, not every page | Jacob Hoffman-Andrews | -0/+5 |
| 2022-01-09 | Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomez | Matthias Krüger | -17/+22 |
| 2022-01-06 | Create CSS class instead of using inline style for search results | Guillaume Gomez | -2/+2 |
| 2022-01-05 | Move crate drop-down to search results page | Jacob Hoffman-Andrews | -17/+22 |
| 2021-12-22 | Add some JSDoc comments to rustdoc JS | Jacob Hoffman-Andrews | -30/+170 |
| 2021-12-20 | Move duplicates removal when generating results instead of when displaying them | Guillaume Gomez | -11/+13 |
| 2021-12-16 | Make loop more clear by renaming variables | Guillaume Gomez | -4/+8 |
| 2021-12-16 | Clean up search code and unify function returned values | Guillaume Gomez | -108/+96 |
| 2021-12-08 | Fix indent of itemTypes in search.js | Guillaume Gomez | -26/+28 |
| 2021-12-02 | Rename ID "main" into "main-content" | Guillaume Gomez | -7/+8 |
| 2021-11-29 | rustdoc: rework source sidebar | cynecx | -16/+9 |
| 2021-11-29 | rustdoc: merge source sidebar into main sidebar | cynecx | -6/+8 |
| 2021-11-29 | rustdoc: use flexbox to layout sidebar and main content | cynecx | -1/+1 |
| 2021-11-24 | Consistentize the system for image URLs in CSS. | Jacob Hoffman-Andrews | -2/+2 |
| 2021-11-24 | Move themes and version into rustdoc-vars | Jacob Hoffman-Andrews | -14/+26 |
| 2021-11-24 | Fix clicking on anchors inside summary tags. | Jacob Hoffman-Andrews | -1/+1 |
| 2021-11-22 | Add GUI test for clicking on non-toggle summary | Jacob Hoffman-Andrews | -1/+1 |
| 2021-11-21 | Inhibit clicks on summary's children | Jacob Hoffman-Andrews | -0/+8 |
| 2021-11-04 | Fix missing bottom border for headings in sidebar | Guillaume Gomez | -2/+7 |
| 2021-10-31 | Hide search bar in noscript.css | Jacob Hoffman-Andrews | -1/+3 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -13/+24 |
| 2021-10-08 | Move more scrape-examples logic from JS to rust | Will Crichton | -33/+13 |
| 2021-10-07 | Move some expansion logic into generation-time, fix section header links, rem... | Will Crichton | -9/+3 |
| 2021-10-06 | Fix lint error, change scrape-examples.js minify call | Will Crichton | -0/+2 |
| 2021-10-06 | Move JS into a standalone file | Will Crichton | -115/+110 |
| 2021-10-06 | Incorporate jyn's feedback | Will Crichton | -0/+25 |
| 2021-10-06 | Move highlighting logic from JS to Rust | Will Crichton | -124/+31 |
| 2021-10-06 | Sort examples by size | Will Crichton | -9/+20 |
| 2021-10-06 | Factor scraping and rendering into separate calls to rustdoc | Will Crichton | -44/+11 |
| 2021-10-06 | Fix check issue | Will Crichton | -6/+15 |
| 2021-10-06 | Add updated support for example-analyzer | Will Crichton | -0/+196 |
| 2021-09-17 | Add rustdoc version into the help popup | Guillaume Gomez | -0/+9 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-16 | Rollup merge of #87178 - moxian:rd-use, r=jyn514 | Mara Bos | -1/+1 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -1/+2 |
| 2021-07-21 | rustdoc: Restore --default-theme, etc, by restoring varname escaping | Ian Jackson | -0/+2 |
| 2021-07-16 | Copy item path rather than full `use` statement. | moxian | -1/+1 |
| 2021-07-13 | Rollup merge of #87035 - GuillaumeGomez:fix-implementors-display, r=notriddle | Yuki Okushi | -4/+14 |
| 2021-07-10 | cleanup(rustdoc): remove unused function getObjectNameById | Michael Howell | -15/+8 |
| 2021-07-10 | Fix display for external trait implementors | Guillaume Gomez | -4/+14 |