| Age | Commit message (Expand) | Author | Lines |
| 2022-04-18 | Replace unneeded use of regex with a simple if | Guillaume Gomez | -1/+4 |
| 2022-04-18 | Apply suggestions: | Guillaume Gomez | -37/+74 |
| 2022-04-18 | Improve documentation and add some explanations in the code | Guillaume Gomez | -9/+23 |
| 2022-04-18 | Simplify parser syntax | Guillaume Gomez | -41/+39 |
| 2022-04-18 | Make query parser more strict and improve display of errors | Guillaume Gomez | -51/+64 |
| 2022-04-18 | * Greatly improve the rustdoc search parser source code | Guillaume Gomez | -398/+497 |
| 2022-04-18 | Add query syntax for the parser | Guillaume Gomez | -12/+71 |
| 2022-04-18 | * If type filter is in quotes, throw an error. | Guillaume Gomez | -3/+11 |
| 2022-04-18 | Improve naming of "val" field | Guillaume Gomez | -32/+32 |
| 2022-04-18 | Update search engine and parser to error when quotes are used on queries with... | Guillaume Gomez | -58/+104 |
| 2022-04-18 | Greatly improve rustdoc search | Guillaume Gomez | -394/+602 |
| 2022-04-13 | Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomez | Dylan DPC | -49/+159 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -1/+1 |
| 2022-04-06 | Switch item-info div to span to generate valid HTML | Guillaume Gomez | -0/+4 |
| 2022-03-27 | Add scrape examples help page | Will Crichton | -7/+41 |
| 2022-03-27 | Improve styling on scrape examples help button | Will Crichton | -12/+11 |
| 2022-03-27 | Improve alignment of additional scraped examples, add scrape examples help page | Will Crichton | -40/+104 |
| 2022-03-27 | Improve Rustdoc UI for scraped examples with multiline arguments, fix | Will Crichton | -12/+25 |
| 2022-03-19 | Remove animation on source sidebar | Guillaume Gomez | -7/+0 |
| 2022-03-13 | Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jsha | bors | -3/+3 |
| 2022-03-10 | Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-03-08 | Unify inherent impl blocks by wrapping them into a div | Guillaume Gomez | -1/+1 |
| 2022-03-07 | Remove unneeded whitespace generation and use CSS instead instead to align li... | Guillaume Gomez | -0/+3 |
| 2022-03-05 | Scroll when the anchor change and is linking outside of the displayed content | Guillaume Gomez | -9/+7 |
| 2022-02-24 | Fix bad handling of the source code viewer sidebar style to prevent the appea... | Guillaume Gomez | -3/+3 |
| 2022-02-17 | Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jsha | Matthias Krüger | -6/+5 |
| 2022-02-16 | Unify sidebar a bit more by generating a list using <ul> instead of <div> ele... | Guillaume Gomez | -6/+5 |
| 2022-02-16 | Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jsha | Matthias Krüger | -1/+1 |
| 2022-02-13 | Auto merge of #93763 - jsha:re-space-empty-impls, r=GuillaumeGomez | bors | -2/+3 |
| 2022-02-11 | Rollup merge of #93852 - GuillaumeGomez:remove-multi-query, r=jsha | Matthias Krüger | -97/+6 |
| 2022-02-10 | Remove support for multi-query search | Guillaume Gomez | -97/+6 |
| 2022-02-09 | rustdoc: fix spacing of non-toggled impl blocks | Jacob Hoffman-Andrews | -2/+3 |
| 2022-02-09 | Unify headings indent and remove useless anchor | Guillaume Gomez | -21/+0 |
| 2022-02-09 | Add a bit more padding on search padding and reduce its font size | Guillaume Gomez | -1/+1 |
| 2022-02-08 | rustdoc: tweak line and ¶ spacing for a11y | Jacob Hoffman-Andrews | -60/+52 |
| 2022-02-07 | Fix hover effects in sidebar | Jacob Hoffman-Andrews | -33/+18 |
| 2022-02-07 | Rollup merge of #93673 - jsha:linkify-sidebar-headings, r=GuillaumeGomez | Mara Bos | -18/+25 |
| 2022-02-05 | Linkify sidebar headings for sibling items | Jacob Hoffman-Andrews | -18/+25 |
| 2022-02-06 | Rollup merge of #93659 - UltiRequiem:refactor_conditional_static_rustdoc, r=G... | Matthias Krüger | -5/+2 |
| 2022-02-06 | Rollup merge of #92651 - jsha:impl-spacing, r=GuillaumeGomez | Matthias Krüger | -20/+24 |
| 2022-02-04 | Refactor conditional | Eliaz Bobadilla | -5/+2 |
| 2022-02-04 | Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2022-02-04 | Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jsha | Matthias Krüger | -58/+108 |
| 2022-02-03 | Add filter-crate URL parameter | Guillaume Gomez | -47/+97 |
| 2022-02-02 | Unify storage getter and setter functions | Guillaume Gomez | -12/+12 |
| 2022-02-02 | Emit valid HTML from rustdoc | Jacob Hoffman-Andrews | -0/+1 |
| 2022-02-02 | Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomez | Matthias Krüger | -7/+9 |
| 2022-02-01 | Remove "up here" arrow on item-infos | Jacob Hoffman-Andrews | -20/+24 |
| 2022-01-31 | Improve wrapping on settings page | Jacob Hoffman-Andrews | -7/+9 |
| 2022-01-31 | Rollup merge of #93444 - camelid:rustdoc-css-cleanup, r=GuillaumeGomez,jsha | Matthias Krüger | -7/+8 |