about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2022-08-20Rollup merge of #100718 - GuillaumeGomez:fix-item-info, r=jshaMatthias Krüger-4/+8
2022-08-18rustdoc: count deref and non-deref as same set of used methodsMichael Howell-6/+11
2022-08-18Fix item-info displayGuillaume Gomez-4/+8
2022-08-16rustdoc: factor Type::QPath out into its own boxMichael Howell-2/+2
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-1/+1
2022-08-11Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomezMatthias Krüger-2/+1
2022-08-09rustdoc: simplify highlight.rsJacob Hoffman-Andrews-2/+1
2022-08-07Don't document impossible to call default trait items on implsMichael Goulet-0/+9
2022-07-29Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKindest31-2/+2
2022-07-22Make some clean::Trait fields computation on demandGuillaume Gomez-1/+1
2022-07-08add opt in attribute for stable-in-unstable itemsJane Lusby-1/+1
2022-07-07Rollup merge of #99017 - GuillaumeGomez:rustdoc-ending-enum, r=notriddleMatthias Krüger-4/+4
2022-07-07Replace boolean argument for print_where_clause with an enum to make code mor...Guillaume Gomez-4/+4
2022-07-07Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddleDylan DPC-4/+16
2022-07-06Don't generate anchors on inherent impl methodsGuillaume Gomez-4/+16
2022-07-05Fix link generation in the sidebar for implsGuillaume Gomez-15/+12
2022-07-05rustdoc: Add more semantic information to impl idspierwill-25/+8
2022-07-04Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomezMatthias Krüger-1/+3
2022-07-04rustdoc: censor certain complex unevaluated const exprsLeón Orell Valerian Liehr-1/+3
2022-06-27Put back, fix ()-output optimizationMichael Howell-0/+1
2022-06-24rustdoc: reference function signature types from the `p` arrayMichael Howell-37/+44
2022-06-20Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews-18/+1
2022-06-06Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jshaMatthias Krüger-0/+7
2022-06-04Don't generate "Impls on Foreign Types" for stdJacob Hoffman-Andrews-3/+2
2022-06-02Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomezYuki Okushi-3/+1
2022-06-01Improve calculation of "Impls on Foreign Types"Jacob Hoffman-Andrews-3/+1
2022-05-31Display empty impl blocks if they have documentationsGuillaume Gomez-0/+7
2022-05-29Fix order of closing HTML elements in rustdoc outputJan-Erik Rediger-1/+1
2022-05-27Pass Context as a &mut to allow to remove RefCell fieldsGuillaume Gomez-30/+28
2022-05-24fix clippy perf lintsklensy-1/+3
2022-05-24fix simple clippy lintsklensy-4/+4
2022-05-21Remove fields_stripped fields (and equivalents)Guillaume Gomez-2/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-22/+22
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