about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2020-12-14Rollup merge of #80013 - poliorcetics:rustdoc-test-refactor, r=jyn514Guillaume Gomez-74/+69
2020-12-14Rollup merge of #79936 - GuillaumeGomez:mobile-fix-item-name, r=Nemo157,jyn514Guillaume Gomez-1/+5
2020-12-13Refactor test_lang_string_parse to make it clearerAlexis Bourget-74/+69
2020-12-13Rollup merge of #79985 - GuillaumeGomez:fix-submit-event, r=jyn514Yuki Okushi-1/+1
2020-12-13Rollup merge of #79973 - camelid:rustdoc-search-tab-color, r=GuillaumeGomezYuki Okushi-1/+1
2020-12-13Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPCYuki Okushi-2/+2
2020-12-13Fixes submit event of the search inputGuillaume Gomez-1/+1
2020-12-12rustdoc light theme: Fix CSS for selected buttonsCamelid-1/+1
2020-12-12Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomezbors-13/+30
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-15/+27
2020-12-12Pass Session into rendererJoshua Nelson-0/+5
2020-12-11use strip_prefix over slicing (clippy::manual_strip)Matthias Krüger-2/+2
2020-12-11Fix main section position so that the search input remains clickableGuillaume Gomez-0/+4
2020-12-11Fix item name display on mobileGuillaume Gomez-1/+1
2020-12-10Rollup merge of #79896 - GuillaumeGomez:more-elements-focus, r=ManishearthTyler Mandry-20/+23
2020-12-10Rollup merge of #79809 - Eric-Arellano:split-once, r=matkladTyler Mandry-4/+2
2020-12-10Make search results tab and help button focusable with keyboardGuillaume Gomez-20/+23
2020-12-09Rollup merge of #79862 - GuillaumeGomez:tab-lock, r=ManishearthTyler Mandry-16/+17
2020-12-09Remove tab-lock and replace it with ctrl+up/down arrows to switch between sea...Guillaume Gomez-16/+17
2020-12-09Hide associated constants too when collapsing implementationGuillaume Gomez-3/+6
2020-12-08use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some)Matthias Krüger-1/+1
2020-12-07Dogfood 'str_split_once() with librustdocEric Arellano-4/+2
2020-12-06Use `summary_opts()` in another spotCamelid-1/+1
2020-12-05Move tooltips messages to CSS instead of inside HTMLGuillaume Gomez-65/+47
2020-12-03Make `length_limit` a `usize`Camelid-4/+2
2020-12-03Use `createElement` and `innerHTML` instead of `DOMParser`Camelid-5/+3
2020-12-03Render Markdown in search resultsCamelid-42/+155
2020-12-01Auto merge of #79596 - m-ou-se:rollup-hujx3c7, r=m-ou-sebors-17/+73
2020-12-01Auto merge of #78876 - GuillaumeGomez:better-setting-keyboard-ux, r=jyn514bors-55/+62
2020-11-29Add support for stable-const-since in docs on items (standalone or assoc)Rune Tynan-17/+73
2020-11-29Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514Dylan DPC-51/+70
2020-11-24Add `summary_opts()` for Markdown summary rendering optionsCamelid-6/+8
2020-11-24Clean up document_item_info callsGuillaume Gomez-7/+20
2020-11-24Rename "stability" CSS class to "item-info"Guillaume Gomez-46/+52
2020-11-24Show hidden elements by default when JS is disabledGuillaume Gomez-0/+10
2020-11-24Rollup merge of #79310 - jyn514:fold-item-cleanup, r=GuillaumeGomezJonas Schievink-1/+1
2020-11-22Make `fold_item_recur` non-nullableJoshua Nelson-1/+1
2020-11-22Prevent feature information to be hidden if it's on the impl directlyGuillaume Gomez-2/+8
2020-11-18add [src] links to methods on a trait's pageNixon Enraght-Moony-24/+17
2020-11-18Extract write_srclink to its own methodNixon Enraght-Moony-30/+24
2020-11-17Add `from_def_id_and_kind` reducing duplication in rustdocJoshua Nelson-1/+0
2020-11-17Use DefPath for clean::Visibility, not clean::PathJoshua Nelson-5/+18
2020-11-17Rollup merge of #79126 - jyn514:auto, r=GuillaumeGomezMara Bos-3/+3
2020-11-17Rollup merge of #79125 - jyn514:fewer-types, r=GuillaumeGomezMara Bos-6/+9
2020-11-17Rollup merge of #79069 - jyn514:class-none, r=GuillaumeGomezMara Bos-17/+16
2020-11-17Rollup merge of #74293 - GuillaumeGomez:rustdoc-test-compiler-output-color, r...Mara Bos-1/+2
2020-11-17Simplfy color availability checkGuillaume Gomez-1/+2
2020-11-17Rollup merge of #77939 - GuillaumeGomez:fix-source-code-dos-backline, r=jyn514Mara Bos-12/+27
2020-11-17Remove duplicate `Trait::auto` fieldJoshua Nelson-3/+3
2020-11-16Get rid of clean::MethodJoshua Nelson-5/+9