summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-2/+2
2022-05-06Fix reexports missing from the search indexGuillaume Gomez-1/+10
2022-04-30Move settings into full JSGuillaume Gomez-128/+0
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-5/+5
2022-04-14Error on `#[rustc_deprecated]`Jacob Pratt-2/+2
2022-04-13Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomezDylan DPC-1/+35
2022-04-12Add Rustdoc book link to scrape examples help. Remove remaining panicWill Crichton-3/+9
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-90/+157
2022-04-06Switch item-info div to span to generate valid HTMLGuillaume Gomez-3/+3
2022-04-05Generate a <div> instead of a <span> for item-info elementsGuillaume Gomez-1/+1
2022-04-03Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddleDylan DPC-1/+6
2022-04-03Fix display of attributes in rustdocGuillaume Gomez-1/+6
2022-03-30Only show associated consts from inherent impls in sidebarJules Bertholet-0/+1
2022-03-29Remove header field from clean::FunctionGuillaume Gomez-4/+3
2022-03-27Add scrape examples help pageWill Crichton-3/+26
2022-03-27Fix markdown issue, remove hard-coded rust-lang.org urlWill Crichton-1/+3
2022-03-27Improve alignment of additional scraped examples, add scrape examples help pageWill Crichton-0/+2
2022-03-27Only highlight identifier in scraped examples, not argumentsWill Crichton-29/+4
2022-03-27Improve Rustdoc UI for scraped examples with multiline arguments, fixWill Crichton-3/+29
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-03-14Auto merge of #94139 - est31:let_else_rustdoc, r=notriddlebors-10/+2
2022-03-11Collapse Blanket Implementations and Auto-trait implementations by defaultGuillaume Gomez-5/+11
2022-03-08Unify inherent impl blocks by wrapping them into a divGuillaume Gomez-6/+10
2022-03-04librustdoc: adopt let else in more placesest31-10/+2
2022-02-27make GATs print properly in traitsMichael Goulet-18/+39
2022-02-27move method out of nestingMichael Goulet-89/+90
2022-02-27Correctly generate links in the sidebar for implsGuillaume Gomez-7/+10
2022-02-16Unify sidebar a bit more by generating a list using <ul> instead of <div> ele...Guillaume Gomez-121/+104
2022-02-10Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomezMatthias Krüger-64/+156
2022-02-09Title-case trait aliases section for consistencyNoah Lev-1/+1
2022-02-09Refactor sidebar printing codeNoah Lev-39/+45
2022-02-09Deduplicate item sectionsNoah Lev-10/+5
2022-02-09rustdoc: Create enum for sections holding itemsNoah Lev-30/+121
2022-02-09Unify headings indent and remove useless anchorGuillaume Gomez-1/+1
2022-02-04Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomezMatthias Krüger-35/+27
2022-02-02Emit valid HTML from rustdocJacob Hoffman-Andrews-35/+27
2022-02-02Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomezMatthias Krüger-1/+1
2022-01-31Improve wrapping on settings pageJacob Hoffman-Andrews-1/+1
2022-01-30Rollup merge of #93391 - notriddle:notriddle/remove-srclink-tooltip, r=jsha,G...Matthias Krüger-1/+1
2022-01-27rustdoc: remove tooltip from source linkMichael Howell-1/+1
2022-01-25Fix invalid extra dot after version if no sourceGuillaume Gomez-3/+4
2022-01-23rustdoc settings: use radio buttons for themeJacob Hoffman-Andrews-40/+35
2022-01-21rustdoc: Make some `pub` items crate-privateNoah Lev-1/+1
2022-01-20Rollup merge of #91694 - euclio:stability-improvements, r=GuillaumeGomezMatthias Krüger-36/+55
2022-01-18Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews-25/+6
2022-01-18Rollup merge of #92629 - jsha:theme-picker-local-only-2, r=GuillaumeGomezMatthias Krüger-0/+6
2022-01-17Rollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomezMatthias Krüger-1/+1
2022-01-14Add support for "always theme" in settingJacob Hoffman-Andrews-0/+6
2022-01-15Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelidMatthias Krüger-5/+3
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-3/+4