summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2021-03-10Remove duplicate stringDániel Buga-1/+0
2021-01-30Balance sidebar `Deref` cycle check with main contentJ. Ryan Stinnett-7/+11
2021-01-30rustdoc tweakingbors-338/+361
2021-01-28Fix rustdoc page title text selectionKasper-32/+32
2021-01-27More cleanupGuillaume Gomez-5/+2
2021-01-27Unify cache usage and improve namingGuillaume Gomez-11/+12
2021-01-27Update to new rustdoc APIsGuillaume Gomez-1/+1
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-22/+27
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-273/+279
2021-01-24Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514Jonas Schievink-30/+21
2021-01-23Fix rendering of stabilization version for trait implementorsLeSeulArtichaut-4/+4
2021-01-23Rollup merge of #81275 - jyn514:time-render, r=wesleywiserJonas Schievink-0/+4
2021-01-23Cleanup `render_stability_since_raw` to remove code duplicationLeSeulArtichaut-26/+17
2021-01-23Add more timing info to render_htmlJoshua Nelson-0/+4
2021-01-22Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514Mara Bos-7/+7
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-2/+1
2021-01-21Rollup merge of #81184 - jyn514:combine-after, r=CraftSpiderYuki Okushi-12/+15
2021-01-20Remove StructType entirely and replace it with CtorKindRune Tynan-6/+7
2021-01-20Move StructType to clean, remove it from Unions, make JSON output whether som...Rune Tynan-7/+6
2021-01-19Remove unnecessary `after_run` functionJoshua Nelson-12/+15
2021-01-18Remove inline script tagsGuillaume Gomez-5/+2
2021-01-15Rename VariantKind -> VariantJoshua Nelson-6/+6
2021-01-15Remove useless `clean::Variant` structJoshua Nelson-13/+10
2021-01-09Replace under-used ImplPolarity enum with a booleanGuillaume Gomez-8/+3
2021-01-08Combine several `push_str` callsJ. Ryan Stinnett-4/+3
2021-01-08Use target in `Deref` method section IDsJ. Ryan Stinnett-40/+51
2021-01-08Recursively document methods via `Deref` traitsJ. Ryan Stinnett-3/+33
2021-01-04Extract `sidebar_deref_methods` functionJ. Ryan Stinnett-52/+52
2021-01-04Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomezbors-0/+3
2021-01-03Simplify rustdoc handling of type aliases for associated typesJoshua Nelson-0/+3
2021-01-02Improve code for DocFragment reworkGuillaume Gomez-6/+2
2021-01-02End of rework of Attributes structGuillaume Gomez-8/+7
2021-01-01clippy fixes for librustdocMatthias Krüger-7/+9
2020-12-31Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514Dylan DPC-18/+23
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-3/+3
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-3/+3
2020-12-30Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkorYuki Okushi-1/+1
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-1/+1
2020-12-29don't clone copy typesMatthias Krüger-2/+2
2020-12-29Auto merge of #80014 - jyn514:box-item-kind, r=nnethercotebors-26/+27
2020-12-25Fix bugs; fix and add testsCamelid-20/+18
2020-12-25rustdoc: Render visibilities succinctlyCamelid-18/+25
2020-12-24rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun...ThePuzzlemaker-0/+1
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-26/+27
2020-12-23Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomezbors-30/+38
2020-12-23Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomezbors-36/+54
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-31/+43
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