| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollup merge of #110371 - notriddle:notriddle/search-corrections, r=Guillaume... | Manish Goregaokar | 2023-05-03 | 3 | -197/+232 |
|\ |
|
| * | rustdoc-search: use more descriptive "x not found; y instead" message | Michael Howell | 2023-04-20 | 1 | -1/+1 |
| * | rustdoc-search: make type name correction choice deterministic | Michael Howell | 2023-04-20 | 1 | -0/+3 |
| * | rustdoc-search: clean up `checkIfInGenerics` call at end of `checkType` | Michael Howell | 2023-04-20 | 1 | -5/+1 |
| * | rustdoc-search: give longer notification for type corrections | Michael Howell | 2023-04-19 | 1 | -2/+7 |
| * | rustdoc: restructure type search engine to pick-and-use IDs | Michael Howell | 2023-04-17 | 3 | -196/+227 |
| * | rustdoc-search: fix incorrect doc comment | Michael Howell | 2023-04-17 | 1 | -1/+1 |
* | | Rollup merge of #110661 - notriddle:notriddle/settings-js-handlekey, r=Guilla... | Matthias Krüger | 2023-04-23 | 2 | -19/+1 |
|\ \ |
|
| * | | rustdoc: remove unused CSS `color: inherit` | Michael Howell | 2023-04-21 | 1 | -1/+0 |
| * | | rustdoc: remove unneeded handleKey from settings.js | Michael Howell | 2023-04-21 | 1 | -18/+1 |
| |/ |
|
* | | rustdoc: clean up redundant search hiding results code | Michael Howell | 2023-04-21 | 2 | -8/+1 |
* | | rustdoc: lift constant string manipulation out of loop | Michael Howell | 2023-04-21 | 1 | -1/+1 |
* | | rustdoc: use Set for ignored crates, instead of string matching | Michael Howell | 2023-04-21 | 1 | -2/+4 |
|/ |
|
* | Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau... | Matthias Krüger | 2023-04-17 | 1 | -4/+2 |
|\ |
|
| * | rustdoc: stop passing a title to `replaceState` second argument | Michael Howell | 2023-04-15 | 1 | -4/+2 |
* | | rustdoc-search: add support for nested generics | Michael Howell | 2023-04-14 | 1 | -11/+10 |
|/ |
|
* | rustdoc-search: use ES6 Map for `Result` instead of Object | Michael Howell | 2023-04-13 | 2 | -21/+40 |
* | rustdoc-search: use ES6 `Set` for deduplication instead of `Object` | Michael Howell | 2023-04-13 | 1 | -3/+3 |
* | rustdoc-search: use ES6 `Map` for generic matching instead of `Object` | Michael Howell | 2023-04-13 | 1 | -23/+14 |
* | rustdoc-search: use ES6 `Map` for aliases instead of `Object` | Michael Howell | 2023-04-13 | 1 | -11/+16 |
* | Rollup merge of #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomez | Matthias Krüger | 2023-04-12 | 4 | -1/+5 |
|\ |
|
| * | rustdoc: make settings radio and checks thicker, less contrast | Michael Howell | 2023-04-12 | 4 | -1/+5 |
* | | rustdoc: use CSS `overscroll-behavior` instead of JavaScript | Michael Howell | 2023-04-12 | 3 | -56/+8 |
* | | rustdoc: remove redundant expandSection code from main.js | Michael Howell | 2023-04-10 | 1 | -14/+5 |
|/ |
|
* | Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomez | Nilstrieb | 2023-04-08 | 1 | -0/+1 |
|\ |
|
| * | rustdoc: add test and bug fix for theme defaults | Michael Howell | 2023-04-06 | 1 | -0/+1 |
* | | rustdoc: clean up JS | Michael Howell | 2023-04-06 | 3 | -28/+9 |
|/ |
|
* | Rollup merge of #109977 - notriddle:notriddle/data-nosnippet, r=jsha,the8472 | Matthias Krüger | 2023-04-06 | 1 | -7/+7 |
|\ |
|
| * | rustdoc: avoid including line numbers in Google SERP snippets | Michael Howell | 2023-04-05 | 1 | -7/+7 |
* | | Improve display of logo on very small screens | Guillaume Gomez | 2023-04-05 | 1 | -1/+6 |
|/ |
|
* | Move scrollbar on the <main> element rather than only on the code block to im... | Guillaume Gomez | 2023-04-04 | 1 | -0/+4 |
* | rustdoc-search: update docs for comma in `?` help popover | Michael Howell | 2023-03-31 | 1 | -3/+1 |
* | Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddle | Matthias Krüger | 2023-03-27 | 1 | -5/+1 |
|\ |
|
| * | Fix "Directly go to item in search if there is only one result" setting | Guillaume Gomez | 2023-03-26 | 1 | -5/+1 |
* | | Rollup merge of #109542 - notriddle:notriddle/storage-js, r=GuillaumeGomez | Matthias Krüger | 2023-03-25 | 3 | -77/+19 |
|\ \ |
|
| * | | rustdoc: remove old `content` hack for theme switching | Michael Howell | 2023-03-23 | 2 | -47/+5 |
| * | | rustdoc: clean up `storage.js` | Michael Howell | 2023-03-23 | 3 | -30/+14 |
| |/ |
|
* | | Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume... | Matthias Krüger | 2023-03-24 | 1 | -53/+111 |
|\ \
| |/
|/| |
|
| * | rustdoc: add support for type filters in arguments and generics | Michael Howell | 2023-03-20 | 1 | -53/+111 |
* | | rustdoc: remove redundant `.content` prefix from span/a colors | Michael Howell | 2023-03-21 | 1 | -21/+21 |
|/ |
|
* | rustdoc: implement bag semantics for function parameter search | Michael Howell | 2023-03-19 | 1 | -26/+70 |
* | Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomez | Matthias Krüger | 2023-03-12 | 1 | -149/+223 |
|\ |
|
| * | rustdoc: collapse edit distance state into an object | Michael Howell | 2023-03-11 | 1 | -80/+86 |
| * | rustdoc: use restricted Damerau-Levenshtein distance for search | Michael Howell | 2023-03-10 | 1 | -147/+215 |
* | | Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha | Matthias Krüger | 2023-03-11 | 1 | -4/+21 |
|\ \ |
|
| * | | rustdoc: sort deprecated items lower in search | Peter Jaszkowiak | 2023-03-10 | 1 | -4/+21 |
* | | | Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelix | bors | 2023-03-11 | 5 | -0/+21 |
|\ \ \
| |_|/
|/| | |
|
| * | | avoid reuse tripping over copyright notices | Pietro Albini | 2023-03-09 | 5 | -0/+21 |
* | | | Update src/librustdoc/html/static/js/storage.js | Michael Howell | 2023-03-08 | 1 | -1/+1 |
* | | | Fix eslint errors | Guillaume Gomez | 2023-03-08 | 1 | -0/+1 |