about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2023-12-17Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeGomezbors-46/+28
2023-12-15rustdoc-search: remove parallel searchWords arrayMichael Howell-46/+28
2023-12-15Rollup merge of #118977 - GuillaumeGomez:simplifysrc-script, r=notriddleMatthias Krüger-12/+3
2023-12-15Simplify `src-script.js` codeGuillaume Gomez-12/+3
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-21/+498
2023-12-14Use Map instead of Object for source files and search indexGuillaume Gomez-83/+66
2023-12-13rustdoc-search: clean up handleSingleArg type handlingMichael Howell-9/+3
2023-12-13rustdoc-search: better hashing, faster unificationMichael Howell-10/+46
2023-12-13rustdoc-search: use set ops for ranking and filteringMichael Howell-41/+187
2023-12-13rustdoc-search: remove the now-redundant `validateResult`Michael Howell-57/+0
2023-12-12Rollup merge of #118886 - GuillaumeGomez:clean-up-search-vars, r=notriddleJubilee-13/+7
2023-12-12Clean up variables in `search.js`Guillaume Gomez-13/+7
2023-12-11rustdoc-search: clean up parserMichael Howell-7/+2
2023-12-10rustdoc-search: fix fast path unboxing bindingsMichael Howell-1/+1
2023-12-10rustdoc-search: do not treat associated type names as typesMichael Howell-13/+20
2023-12-08Rollup merge of #118722 - notriddle:notriddle/dom-opt-3, r=GuillaumeGomezMatthias Krüger-19/+6
2023-12-07rustdoc: remove unused parameter `reversed` from onEach(Lazy)Michael Howell-19/+6
2023-12-07Fix display of features in rustdocGuillaume Gomez-9/+12
2023-12-01Rollup merge of #118483 - notriddle:notriddle/fmt-newline, r=GuillaumeGomezTakayuki Maeda-5/+2
2023-11-30rustdoc: `div.where` instead of fmt-newline classMichael Howell-5/+2
2023-11-30Rollup merge of #118458 - notriddle:notriddle/small-section-header, r=Guillau...Matthias Krüger-5/+5
2023-11-29rustdoc: remove small from `small-section-header`Michael Howell-5/+5
2023-11-29rustdoc-search: replace TAB/NL/LF with SP firstMichael Howell-10/+6
2023-11-29rustdoc-search: removed dead parser codeMichael Howell-2/+0
2023-11-29rustdoc-search: allow `:: ` and ` ::`Michael Howell-8/+5
2023-11-27Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmeaseMatthias Krüger-2/+1
2023-11-26Fix Rustdoc search docs linkclubby789-2/+1
2023-11-26Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomezGuillaume Gomez-21/+11
2023-11-25rustdoc: replace `elemIsInParent` with `Node.contains`Michael Howell-21/+11
2023-11-25rustdoc-search: clean up some DOM codeMichael Howell-11/+5
2023-11-24rustdoc-search: avoid infinite where clause unboxMichael Howell-8/+24
2023-11-21rustdoc-search: make primitives and keywords less specialMichael Howell-24/+12
2023-11-21rustdoc-search: clean up `checkPath`Michael Howell-13/+3
2023-11-19rustdoc-search: add support for associated typesMichael Howell-49/+287
2023-11-18rustdoc-search: switch to recursive backtrackingMichael Howell-157/+87
2023-11-17rustdoc-search: fix accidental shared, mutable mapMichael Howell-30/+14
2023-11-17rustdoc-search: fast path for 1-query unificationMichael Howell-2/+76
2023-11-17rustdoc-search: less new Maps in unifyFunctionTypeMichael Howell-16/+31
2023-11-15rustdoc-search: simplify the checkTypes fast pathMichael Howell-61/+10
2023-11-12rustdoc: use `.rustdoc` class instead of `body`Michael Howell-2/+2
2023-10-27Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomezbors-1/+212
2023-10-23Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomezMatthias Krüger-0/+1
2023-10-22rustdoc: make JS trait impls act more like HTMLMichael Howell-3/+12
2023-10-22rustdoc: clean up and comment main.js `register_type_impls`Michael Howell-14/+44
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-1/+173
2023-10-11rustdoc: fix resize trouble with mobileMichael Howell-0/+4
2023-10-11rustdoc: avoid whole page layout on each frameMichael Howell-8/+67
2023-10-11rustdoc: bundle sidebar button icon into CSSMichael Howell-16/+22
2023-10-11rustdoc: enforce BODY_MIN constraint on sidebar resizeMichael Howell-17/+122
2023-10-11rustdoc: clean up main.js and src-script.jsMichael Howell-6/+13