summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-02-04Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514Jonas Schievink-2/+19
2021-01-20Add note on panic behaviorCamelid-0/+2
2021-01-20Small refactorCamelid-4/+3
2021-01-20Update `find_nearest_parent_module`Camelid-7/+5
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-16/+24
2021-01-20Fix bugs; fix and add testsCamelid-3/+31
2021-01-20rustdoc: Render visibilities succinctlyCamelid-2/+2
2020-12-25Rollup merge of #80340 - jyn514:less-modules-attrs, r=GuillaumeGomezDylan DPC-6/+1
2020-12-25Rollup merge of #80319 - jyn514:async-lifetimes, r=tmandryDylan DPC-2/+23
2020-12-24Auto merge of #80295 - GuillaumeGomez:beautify-rework, r=petrochenkovbors-1/+1
2020-12-23Don't unnecessarily override attrs for ModuleJoshua Nelson-6/+1
2020-12-23Add more testsJoshua Nelson-1/+1
2020-12-23Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomezbors-10/+13
2020-12-23Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomezbors-33/+19
2020-12-22Fix elided lifetimes shown as `'_` on async functionsJoshua Nelson-2/+23
2020-12-22Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrumbors-4/+7
2020-12-22Rework beautify_doc_string so that it returns a Symbol instead of a StringGuillaume Gomez-1/+1
2020-12-20Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnrbors-2/+6
2020-12-19Auto merge of #80106 - jackh726:binder-refactor-part-2, r=lcnrbors-9/+9
2020-12-19More rebindsJack Huey-9/+9
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-2/+6
2020-12-18Remove `DefPath` from `Visibility` and calculate it on demandJoshua Nelson-10/+13
2020-12-18Calculate stability, const_stability, and deprecation on-demandJoshua Nelson-33/+19
2020-12-18Continue String to Symbol conversion in rustdocGuillaume Gomez-5/+5
2020-12-18Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514bors-40/+41
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-40/+41
2020-12-17Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomezGuillaume Gomez-3/+3
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-76/+74
2020-12-16Add more timing info to rustdocJoshua Nelson-4/+7
2020-12-16Auto merge of #79682 - jyn514:no-blanket-impls, r=Manishearth,GuillaumeGomezbors-10/+1
2020-12-16Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomezbors-19/+2
2020-12-15Use `Symbol`s for crate namesJoshua Nelson-3/+3
2020-12-15Don't look for blanket impls in intra-doc linksJoshua Nelson-10/+1
2020-12-14Switch to Symbol for item.nameJoshua Nelson-25/+49
2020-12-14Get rid of `clean::Deprecation`Joshua Nelson-19/+2
2020-12-14Remove unnecessary unwrap_orJoshua Nelson-1/+0
2020-12-12Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomezbors-48/+37
2020-12-12Small cleanupsJoshua Nelson-16/+18
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-39/+26
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-5/+5
2020-12-05Use true ID for def_id.Nixon Enraght-Moony-1/+1
2020-12-04Rollup merge of #79623 - jyn514:ident, r=GuillaumeGomezDylan DPC-9/+6
2020-12-04Rollup merge of #77686 - camelid:rustdoc-render-search-results, r=GuillaumeGomezDylan DPC-1/+1
2020-12-03Render Markdown in search resultsCamelid-1/+1
2020-12-03Auto merge of #79613 - GuillaumeGomez:doc-keyword-checks, r=oli-obkbors-16/+1
2020-12-02Remove check keyword identifier check from rustdocGuillaume Gomez-13/+1
2020-12-02Add checks for #[doc(keyword = "...")] and move them into rustc_passesGuillaume Gomez-3/+0
2020-12-01Pass around Symbols instead of Idents in doctreeJoshua Nelson-9/+6