| Age | Commit message (Expand) | Author | Lines |
| 2022-05-05 | Use "strict" mode in JS scripts | Guillaume Gomez | -5/+15 |
| 2022-05-04 | Move callback to the () => {} syntax. | Folyd | -112/+109 |
| 2022-05-03 | Rollup merge of #93097 - GuillaumeGomez:settings-js, r=jsha | Yuki Okushi | -197/+354 |
| 2022-05-02 | Fix regression in link-to-definition introduced in #93803 | Guillaume Gomez | -2/+12 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-05-01 | * Add documentation for settings page rendering functions. | Guillaume Gomez | -55/+65 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -11/+2 |
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -196/+343 |
| 2022-04-29 | Rollup merge of #96390 - GuillaumeGomez:es6-part2, r=notriddle | Dylan DPC | -245/+233 |
| 2022-04-27 | Rollup merge of #96430 - GuillaumeGomez:search-exclamation, r=notriddle | Dylan DPC | -2/+13 |
| 2022-04-27 | Rollup merge of #96410 - notriddle:notriddle/issue-95873, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 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 | -85/+30 |
| 2022-04-25 | rustdoc: do not write `{{root}}` in `pub use ::foo` docs | Michael Howell | -1/+2 |
| 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 | Auto merge of #96260 - Kobzol:rustdoc-idmap, r=petrochenkov | bors | -44/+48 |
| 2022-04-21 | Remove .woff font files | Guillaume Gomez | -85/+30 |
| 2022-04-21 | Auto merge of #95828 - vacuus:rustdoc-print-where-clause, r=notriddle | bors | -70/+62 |
| 2022-04-21 | Auto merge of #96263 - Dylan-DPC:rollup-0eofl13, r=Dylan-DPC | bors | -425/+1010 |
| 2022-04-20 | rustdoc: Clean up `html::format::print_where_clause` | Roc Yu | -70/+62 |
| 2022-04-21 | Rollup merge of #90630 - GuillaumeGomez:improve-rustdoc-search, r=notriddle | Dylan DPC | -425/+1010 |
| 2022-04-21 | rustdoc: Optimize IdMap | Jakub Beránek | -44/+48 |
| 2022-04-20 | Extend `handleSingleArg` documentation | Guillaume Gomez | -0/+4 |
| 2022-04-20 | Remove `<>` links to be potential intra-doc links | Guillaume Gomez | -1/+13 |
| 2022-04-20 | Auto merge of #96135 - petrochenkov:doclink6, r=GuillaumeGomez | bors | -4/+6 |
| 2022-04-19 | Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2022-04-19 | rustdoc: Cache preprocessed markdown links | Vadim Petrochenkov | -4/+6 |
| 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 |