about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js
AgeCommit message (Expand)AuthorLines
2022-01-17Hide mobile sidebar on some clicksJacob Hoffman-Andrews-0/+4
2022-01-17Rustdoc style cleanupsJacob Hoffman-Andrews-33/+12
2022-01-14Add support for "always theme" in settingJacob Hoffman-Andrews-4/+35
2022-01-14Pick themes on settings page, not every pageJacob Hoffman-Andrews-0/+5
2022-01-09Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomezMatthias Krüger-17/+22
2022-01-06Create CSS class instead of using inline style for search resultsGuillaume Gomez-2/+2
2022-01-05Move crate drop-down to search results pageJacob Hoffman-Andrews-17/+22
2021-12-22Add some JSDoc comments to rustdoc JSJacob Hoffman-Andrews-30/+170
2021-12-20Move duplicates removal when generating results instead of when displaying themGuillaume Gomez-11/+13
2021-12-16Make loop more clear by renaming variablesGuillaume Gomez-4/+8
2021-12-16Clean up search code and unify function returned valuesGuillaume Gomez-108/+96
2021-12-08Fix indent of itemTypes in search.jsGuillaume Gomez-26/+28
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-7/+8
2021-11-29rustdoc: rework source sidebarcynecx-16/+9
2021-11-29rustdoc: merge source sidebar into main sidebarcynecx-6/+8
2021-11-29rustdoc: use flexbox to layout sidebar and main contentcynecx-1/+1
2021-11-24Consistentize the system for image URLs in CSS.Jacob Hoffman-Andrews-2/+2
2021-11-24Move themes and version into rustdoc-varsJacob Hoffman-Andrews-14/+26
2021-11-24Fix clicking on anchors inside summary tags.Jacob Hoffman-Andrews-1/+1
2021-11-22Add GUI test for clicking on non-toggle summaryJacob Hoffman-Andrews-1/+1
2021-11-21Inhibit clicks on summary's childrenJacob Hoffman-Andrews-0/+8
2021-11-04Fix missing bottom border for headings in sidebarGuillaume Gomez-2/+7
2021-10-31Hide search bar in noscript.cssJacob Hoffman-Andrews-1/+3
2021-10-29Fix invalid handling of genericsGuillaume Gomez-13/+24
2021-10-08Move more scrape-examples logic from JS to rustWill Crichton-33/+13
2021-10-07Move some expansion logic into generation-time, fix section header links, rem...Will Crichton-9/+3
2021-10-06Fix lint error, change scrape-examples.js minify callWill Crichton-0/+2
2021-10-06Move JS into a standalone fileWill Crichton-115/+110
2021-10-06Incorporate jyn's feedbackWill Crichton-0/+25
2021-10-06Move highlighting logic from JS to RustWill Crichton-124/+31
2021-10-06Sort examples by sizeWill Crichton-9/+20
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-44/+11
2021-10-06Fix check issueWill Crichton-6/+15
2021-10-06Add updated support for example-analyzerWill Crichton-0/+196
2021-09-17Add rustdoc version into the help popupGuillaume Gomez-0/+9
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-16Rollup merge of #87178 - moxian:rd-use, r=jyn514Mara Bos-1/+1
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-1/+2
2021-07-21rustdoc: Restore --default-theme, etc, by restoring varname escapingIan Jackson-0/+2
2021-07-16Copy item path rather than full `use` statement.moxian-1/+1
2021-07-13Rollup merge of #87035 - GuillaumeGomez:fix-implementors-display, r=notriddleYuki Okushi-4/+14
2021-07-10cleanup(rustdoc): remove unused function getObjectNameByIdMichael Howell-15/+8
2021-07-10Fix display for external trait implementorsGuillaume Gomez-4/+14
2021-07-07Clean up rustdoc static filesGuillaume Gomez-0/+3107