about summary refs log tree commit diff
path: root/src/librustdoc/html/static/main.js
AgeCommit message (Expand)AuthorLines
2019-02-07Don't apply impl block collapse rules to trait implsGuillaume Gomez-8/+9
2019-02-04Prevent automatic collapse of methods impl blocksGuillaume Gomez-2/+20
2019-01-17End fixing search index minificationGuillaume Gomez-2/+2
2019-01-15Rollup merge of #57614 - GuillaumeGomez:fix-crate-filtering, r=QuietMisdreavusMazdak Farrokhzad-1/+1
2019-01-15Fix crates filtering box not being filledGuillaume Gomez-1/+1
2019-01-13Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomezMazdak Farrokhzad-1/+10
2019-01-10Re-enable history api on file:// protocolGuillaume Gomez-2/+1
2018-12-29Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavusbors-3/+5
2018-12-27Simplify foreign type rendering.John Heitmann-1/+10
2018-12-25Remove licensesMark Rousskov-12/+0
2018-12-24Add no-crate filter option on rustdocGuillaume Gomez-3/+5
2018-12-16Fix js errorsGuillaume Gomez-2/+2
2018-12-06Show 'loading content' when loading contentGuillaume Gomez-4/+9
2018-12-06cleanupGuillaume Gomez-57/+37
2018-12-06Prevent lazy iterations over DOMGuillaume Gomez-105/+99
2018-12-06Greatly improve rustdoc rendering speed issuesGuillaume Gomez-497/+587
2018-12-06Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavusPietro Albini-16/+83
2018-12-05Rollup merge of #56523 - JohnHeitmann:es6, r=GuillaumeGomezPietro Albini-2/+6
2018-12-05Rollup merge of #55563 - GuillaumeGomez:doc-search-sentence, r=QuietMisdreavusPietro Albini-1/+10
2018-12-04Added a bare-bones eslint config (removing jslint)John Heitmann-2/+6
2018-11-28Add crate filteringGuillaume Gomez-16/+83
2018-11-24Add source file sidebarGuillaume Gomez-53/+13
2018-11-21Improve no result found sentence in doc searchGuillaume Gomez-1/+10
2018-11-10Small fixes on code blocks in rustdocGuillaume Gomez-4/+4
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-0/+44
2018-10-30Fix invalid "expand description" displayGuillaume Gomez-8/+9
2018-10-29Rollup merge of #55440 - xfix:patch-11, r=GuillaumeGomezPietro Albini-5/+0
2018-10-28Remove unreachable code in hasClass function in RustdocKonrad Borowski-5/+0
2018-10-27Fix sub-variant doc displayGuillaume Gomez-7/+10
2018-10-22Fix multiple errorsGuillaume Gomez-4/+14
2018-10-21Fix script to avoid displaying unnecessary itemsGuillaume Gomez-4/+8
2018-10-21Hide items if they use default docsGuillaume Gomez-0/+30
2018-10-09Add line numbers option to rustdocGuillaume Gomez-9/+33
2018-09-29Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomezkennytm-1/+4
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-1/+4
2018-09-24Fix JS errorGuillaume Gomez-2/+5
2018-09-14Auto merge of #52962 - GuillaumeGomez:few-things, r=QuietMisdreavusbors-9/+34
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-4/+3
2018-09-06Fix implementors generation as wellGuillaume Gomez-3/+6
2018-09-05Apply method docs collapse to all impl-items sectionsGuillaume Gomez-1/+3
2018-08-27Fix source automatic scrollGuillaume Gomez-0/+1
2018-08-26Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomezGuillaume Gomez-16/+36
2018-08-25Add collapser for associated constGuillaume Gomez-4/+3
2018-08-25Expand a collapsed element on onclickKazuyoshi Kato-16/+21
2018-08-25Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdre...bors-10/+10
2018-08-23Check null-able variables before using themKazuyoshi Kato-3/+2
2018-08-23Automatically expand a section even after page loadKazuyoshi Kato-16/+32
2018-08-22Search a substring instead of start of string in rustdoc searchGuillaume Gomez-10/+10
2018-08-15restore the page title after escaping out of a searchJack O'Connor-0/+3
2018-08-10Remove unwanted console logGuillaume Gomez-1/+0