about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2020-12-30Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkorYuki Okushi-1/+1
2020-12-30Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomezYuki Okushi-61/+65
2020-12-30If the current search result tab is empty, it picks the first non-empty one. ...Guillaume Gomez-0/+15
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-1/+1
2020-12-30Rollup merge of #80482 - matthiaskrgr:cl0ne_on_copy, r=jyn514Yuki Okushi-2/+2
2020-12-30Rollup merge of #80472 - GuillaumeGomez:sans-serif-for-all-items-page, r=Nemo157Yuki Okushi-1/+3
2020-12-29Remove trailing semicolon in librustdocAaron Hill-1/+1
2020-12-29don't clone copy typesMatthias Krüger-2/+2
2020-12-29Use sans-serif font for the "all items" page linksGuillaume Gomez-1/+3
2020-12-29Fix search section position on small devicesGuillaume Gomez-1/+4
2020-12-29Auto merge of #80014 - jyn514:box-item-kind, r=nnethercotebors-27/+28
2020-12-26Revert "Cleanup markdown span handling"Joshua Nelson-61/+65
2020-12-25Prefer `pub(crate)` over no modifierCamelid-3/+3
2020-12-25Handle `pub(super)`Camelid-1/+9
2020-12-25Fix bugs; fix and add testsCamelid-47/+47
2020-12-25rustdoc: 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-23Box ItemKind to reduce the size of `Item`Joshua Nelson-27/+28
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