about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-12-15Auto merge of #77700 - bugadani:rustdoc-link-cache, r=jyn514bors-47/+120
2020-12-14Switch to Symbol for item.nameJoshua Nelson-45/+74
2020-12-14Get rid of `clean::Deprecation`Joshua Nelson-29/+20
2020-12-14Remove unnecessary unwrap_orJoshua Nelson-1/+0
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-14Review suggestionsDániel Buga-79/+87
2020-12-14Cache link resolution results in current moduleDániel Buga-14/+79
2020-12-13Use imports instead of rewriting the type signature of `stable`Joshua Nelson-14/+2
2020-12-13Refactor test_lang_string_parse to make it clearerAlexis Bourget-74/+69
2020-12-13stabilize `peekable_next_if`Justus K-1/+0
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-4/+3
2020-12-13Fixes submit event of the search inputGuillaume Gomez-1/+1
2020-12-12Auto merge of #79976 - jyn514:assertion-failure, r=jyn514bors-1/+1
2020-12-12Remove incorrect assertJoshua Nelson-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-95/+116
2020-12-12Small cleanupsJoshua Nelson-16/+18
2020-12-12Fix the JSON backendJoshua Nelson-23/+25
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-69/+69
2020-12-12Pass Session into rendererJoshua Nelson-4/+21
2020-12-11don't convert types into identical types with .into() (clippy::useless_conver...Matthias Krüger-2/+1
2020-12-11use strip_prefix over slicing (clippy::manual_strip)Matthias Krüger-2/+2
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-6/+32
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-16/+12
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-09Rollup merge of #79732 - matthiaskrgr:cl12ppy, r=Dylan-DPCTyler Mandry-1/+1
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-09Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrumbors-3/+1
2020-12-08use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some)Matthias Krüger-1/+1
2020-12-07Review feedback for collect_intra_doc_links.rsEric Arellano-2/+3
2020-12-08Auto merge of #79780 - camelid:use-summary_opts, r=GuillaumeGomezbors-1/+1
2020-12-07Dogfood 'str_split_once() with librustdocEric Arellano-17/+12
2020-12-06Use `summary_opts()` in another spotCamelid-1/+1
2020-12-05Use true ID for def_id.Nixon Enraght-Moony-41/+46
2020-12-05Move tooltips messages to CSS instead of inside HTMLGuillaume Gomez-65/+47
2020-12-04Rollup merge of #79646 - petrochenkov:inclean, r=davidtwcoDylan DPC-1/+0
2020-12-04Rollup merge of #79638 - jyn514:intra-link-self-raw, r=ManishearthDylan DPC-4/+9
2020-12-04Rollup merge of #79623 - jyn514:ident, r=GuillaumeGomezDylan DPC-22/+19
2020-12-04Rollup merge of #77686 - camelid:rustdoc-render-search-results, r=GuillaumeGomezDylan DPC-46/+158
2020-12-03Add missing feature flagCamelid-0/+1
2020-12-03Make `length_limit` a `usize`Camelid-4/+2
2020-12-03Use `createElement` and `innerHTML` instead of `DOMParser`Camelid-5/+3