| Age | Commit message (Expand) | Author | Lines |
| 2022-04-26 | Remove dead code in main.js | Guillaume Gomez | -23/+0 |
| 2022-04-26 | Migrate scrape-examples.js to ES6 | Guillaume Gomez | -21/+24 |
| 2022-04-26 | Migrate storage.js to ES6 | Guillaume Gomez | -22/+25 |
| 2022-04-26 | Migrate source-script to ES6 | Guillaume Gomez | -44/+45 |
| 2022-04-26 | Migrate main.js to ES6 | Guillaume Gomez | -128/+130 |
| 2022-04-26 | Migrate externs.js to ES6 | Guillaume Gomez | -7/+10 |
| 2022-04-26 | Small JS code improvements | Guillaume Gomez | -6/+5 |
| 2022-04-26 | Update rustdoc search parser to handle `!` correctly | Guillaume Gomez | -2/+13 |
| 2022-04-26 | Rollup merge of #96361 - GuillaumeGomez:es6, r=notriddle | Guillaume Gomez | -224/+216 |
| 2022-04-26 | Rollup merge of #96279 - GuillaumeGomez:remove-woff-fonts, r=camelid,jsha | Dylan DPC | -25/+12 |
| 2022-04-24 | Update settings.js to ES6 | Guillaume Gomez | -6/+9 |
| 2022-04-24 | Update search.js to ES6 | Guillaume Gomez | -218/+207 |
| 2022-04-21 | Remove .woff font files | Guillaume Gomez | -25/+12 |
| 2022-04-20 | Extend `handleSingleArg` documentation | Guillaume Gomez | -0/+4 |
| 2022-04-18 | Correctly handle single `:` | Guillaume Gomez | -10/+6 |
| 2022-04-18 | Add an extra check over filter type | Guillaume Gomez | -3/+30 |
| 2022-04-18 | Fix some corner cases | Guillaume Gomez | -5/+3 |
| 2022-04-18 | Parse idents the same way in both quote string elements and "normal" elements | Guillaume Gomez | -32/+44 |
| 2022-04-18 | Remove unnecessary `elem.name.length === 0` since the rustdoc search eBNF doe... | Guillaume Gomez | -1/+1 |
| 2022-04-18 | Update the eBNF to allow generics bracket to not be closed if it's EOF | Guillaume Gomez | -1/+1 |
| 2022-04-18 | Handle separators in their own functions and fix missing handling of tabs | Guillaume Gomez | -3/+18 |
| 2022-04-18 | Improve the BNF description a bit and fix some issues | Guillaume Gomez | -18/+44 |
| 2022-04-18 | Forbid rustdoc search query to end with -> | Guillaume Gomez | -0/+3 |
| 2022-04-18 | Add isIdentCharacter function to ensure that unexpected characters are handle... | Guillaume Gomez | -10/+29 |
| 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 |