summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-02-04Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514Jonas Schievink-2/+19
2021-01-20Add FIXME for visibility of a moduleCamelid-0/+3
2021-01-20Add note on panic behaviorCamelid-0/+2
2021-01-20Small refactorCamelid-4/+3
2021-01-20Remove FIXMECamelid-1/+0
2021-01-20Update `find_nearest_parent_module`Camelid-12/+15
2021-01-20Extract local variableCamelid-8/+4
2021-01-20Simplify loop and remove old debugging codeCamelid-14/+5
2021-01-20Add missing code to `find_closest_parent_module`Camelid-25/+25
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-70/+80
2021-01-20rustdoc: Render visibilities succinctlyCamelid-22/+38
2020-12-25Auto merge of #80226 - ThePuzzlemaker:issue-80004-fix, r=jyn514,petrochenkovbors-12/+24
2020-12-25Auto merge of #80364 - Dylan-DPC:rollup-0y96okz, r=Dylan-DPCbors-20/+30
2020-12-25Rollup merge of #80340 - jyn514:less-modules-attrs, r=GuillaumeGomezDylan DPC-14/+3
2020-12-25Rollup merge of #80319 - jyn514:async-lifetimes, r=tmandryDylan DPC-2/+23
2020-12-25Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkovDylan DPC-4/+4
2020-12-25Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinembors-44/+103
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-24Auto merge of #80295 - GuillaumeGomez:beautify-rework, r=petrochenkovbors-1/+1
2020-12-23Don't unnecessarily override attrs for ModuleJoshua Nelson-14/+3
2020-12-23Update HTML DOM attribute "edition" to "data-edition"Guillaume Gomez-2/+2
2020-12-23Add more testsJoshua Nelson-1/+1
2020-12-23Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomezbors-60/+70
2020-12-23Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomezbors-80/+75
2020-12-22Fix elided lifetimes shown as `'_` on async functionsJoshua Nelson-2/+23
2020-12-22Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrumbors-19/+26
2020-12-22Rework beautify_doc_string so that it returns a Symbol instead of a StringGuillaume Gomez-1/+1
2020-12-21Rename rustc_middle::lint::LintSourcepierwill-4/+4
2020-12-21Auto merge of #80206 - poliorcetics:rustdoc-default-langstring, r=GuillaumeGo...bors-39/+29
2020-12-21Rollup merge of #80244 - jyn514:spans, r=bugadaniDylan DPC-103/+94
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-102/+90
2020-12-20add an attribute to inner doctest fnArpad Borsos-6/+7
2020-12-20Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnrbors-2/+6
2020-12-20impl Default for LangString, replacing all_false by defaultAlexis Bourget-39/+29
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-44/+102
2020-12-19Auto merge of #80106 - jackh726:binder-refactor-part-2, r=lcnrbors-9/+9
2020-12-19More rebindsJack Huey-9/+9
2020-12-18Auto merge of #80154 - GuillaumeGomez:str-to-symbol, r=jyn514bors-8/+11
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-2/+6
2020-12-18Remove `DefPath` from `Visibility` and calculate it on demandJoshua Nelson-61/+75
2020-12-18Calculate stability, const_stability, and deprecation on-demandJoshua Nelson-80/+75
2020-12-18Continue String to Symbol conversion in rustdocGuillaume Gomez-8/+11
2020-12-18Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomezbors-179/+226
2020-12-18Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514bors-69/+74
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-69/+74