about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-17/+19
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-13/+13
2021-06-28Move stab_tags to symbol in tablesStefan Schindler-3/+4
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-12/+17
2021-06-24Hide Crate Version on narrow ScreensStefan Schindler-3/+3
2021-06-24Implement Desktop and Mobile version with gridlayoutStefan Schindler-15/+14
2021-06-21Check for const_unstable before printing `const`Deadbeef-18/+27
2021-06-20"(const: unstable)" for stable-but-const-unstableDeadbeef-2/+2
2021-06-19Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-versions-layout...Yuki Okushi-2/+3
2021-06-17Fix rustdoc stabilized versions layoutMatteo Briani-2/+3
2021-06-16Restore details for Impls on Foreign TypesJacob Hoffman-Andrews-4/+10
2021-06-16Fix target highlighting in rustdoc.Jacob Hoffman-Andrews-8/+2
2021-06-16Make portability part of the summary.Jacob Hoffman-Andrews-4/+9
2021-06-16Use render_impl_summary when rendering traits.Jacob Hoffman-Andrews-19/+12
2021-06-16Add missing backslashes to prevent unwanted backlines in rustdoc HTMLGuillaume Gomez-4/+4
2021-06-05Rollup merge of #85503 - liigo:tooltips, r=GuillaumeGomezGuillaume Gomez-1/+1
2021-06-03Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jshabors-1/+1
2021-06-02Remove data-level selectors from CSS.Jacob Hoffman-Andrews-1/+1
2021-06-01Remove invalid usage of aria-levelGuillaume Gomez-1/+1
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-2/+2
2021-06-01Replace empty href with "#"Guillaume Gomez-1/+1
2021-05-31Add title for copy to clipboard button in rustdocIvan Tham-1/+2
2021-05-31* Put crates list at all levelsGuillaume Gomez-1/+1
2021-05-26* Fix bug where some <details> tags were not closed.Guillaume Gomez-4/+13
2021-05-24Remove doubled braces in non_exhaustive structs’ documentation text.Kevin Reid-1/+1
2021-05-20rustdoc: add tooltips to some buttonsLiigo Zhuang-1/+1
2021-05-18Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomezGuillaume Gomez-1/+2
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-1/+1
2021-05-13Toggle-wrap items differently than top-doc.Jacob Hoffman-Andrews-1/+2
2021-05-12Remove "loading content" which is now unnecessaryGuillaume Gomez-15/+8
2021-05-11Disable layout docs for type aliases for nowCamelid-2/+0
2021-05-11Add note to docs when layout cannot be computedCamelid-7/+26
2021-05-11Apply suggestions from code reviewCamelid-3/+4
2021-05-11Add `tcx` local variableCamelid-3/+4
2021-05-11Fix a few small thingsCamelid-6/+6
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+4
2021-05-11Show memory layout for type aliasesCamelid-1/+4
2021-05-11Include a warning in the layout docs that layout is unstableCamelid-3/+12
2021-05-11Remove FIXMECamelid-2/+4
2021-05-11rustdoc: Show basic type layout informationCamelid-3/+36
2021-05-10Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jshaGuillaume Gomez-0/+1
2021-05-10Use an SVG image for clipboard instead of unicode characterGuillaume Gomez-2/+12
2021-05-10Fix line number not being clickable on source pagesGuillaume Gomez-0/+1
2021-05-10Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jshabors-11/+17
2021-05-10End toggle migrationGuillaume Gomez-11/+17
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-1/+1
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-13/+17
2021-05-03Unify rustc and rustdoc parsing of `cfg()`Joshua Nelson-1/+1
2021-04-30Remove unnecessary `provided_trait_methods` field from ImplJoshua Nelson-4/+3
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-8/+7