summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2021-01-20Add FIXME for visibility of a moduleCamelid-0/+3
2021-01-20Update `find_nearest_parent_module`Camelid-3/+3
2021-01-20Prefer `pub(crate)` over no modifierCamelid-3/+3
2021-01-20Handle `pub(super)`Camelid-1/+9
2021-01-20Fix bugs; fix and add testsCamelid-47/+47
2021-01-20rustdoc: Render visibilities succinctlyCamelid-20/+36
2020-12-25Auto merge of #80226 - ThePuzzlemaker:issue-80004-fix, r=jyn514,petrochenkovbors-12/+24
2020-12-25Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinembors-1/+1
2020-12-24rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun...ThePuzzlemaker-12/+24
2020-12-24Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N...bors-65/+47
2020-12-23Update HTML DOM attribute "edition" to "data-edition"Guillaume Gomez-2/+2
2020-12-23Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomezbors-35/+44
2020-12-23Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomezbors-36/+54
2020-12-21Auto merge of #80206 - poliorcetics:rustdoc-default-langstring, r=GuillaumeGo...bors-39/+29
2020-12-20Fix incorrect logic when merging matchesJoshua Nelson-2/+3
2020-12-20Remove unnecessary scopeJoshua Nelson-0/+2
2020-12-20Get rid of `locate()` in markdown handlingJoshua Nelson-68/+62
2020-12-20impl Default for LangString, replacing all_false by defaultAlexis Bourget-39/+29
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-1/+1
2020-12-18Auto merge of #80154 - GuillaumeGomez:str-to-symbol, r=jyn514bors-2/+2
2020-12-18Remove `DefPath` from `Visibility` and calculate it on demandJoshua Nelson-36/+49
2020-12-18Calculate stability, const_stability, and deprecation on-demandJoshua Nelson-36/+54
2020-12-18Continue String to Symbol conversion in rustdocGuillaume Gomez-2/+2
2020-12-18Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomezbors-54/+83
2020-12-18Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514bors-22/+21
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-22/+21
2020-12-17Make it compileJoshua Nelson-53/+81
2020-12-17[tmp] Pass `TyCtxt` through to the render backendJoshua Nelson-2/+3
2020-12-17Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomezGuillaume Gomez-14/+18
2020-12-17Auto merge of #80091 - GuillaumeGomez:str-to-symbol, r=jyn514bors-9/+6
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-9/+6
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-1/+5
2020-12-16Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomezbors-6/+13
2020-12-15Use `Symbol`s for crate namesJoshua Nelson-14/+18
2020-12-15Auto merge of #80044 - jyn514:smaller-name, r=GuillaumeGomezbors-16/+13
2020-12-15Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing...Guillaume Gomez-3/+6
2020-12-15Rollup merge of #79379 - GuillaumeGomez:no-js-not-hidden, r=Nemo157Guillaume Gomez-0/+10
2020-12-14Switch to Symbol for item.nameJoshua Nelson-16/+13
2020-12-14Get rid of `clean::Deprecation`Joshua Nelson-6/+13
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