about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2021-11-27Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomezMatthias Krüger-23/+15
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-2/+2
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-1/+1
2021-11-25Auto merge of #91195 - camelid:path-did, r=jyn514bors-3/+3
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-23/+15
2021-11-24Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomezGuillaume Gomez-17/+1
2021-11-24Remove `ResolvedPath.did`Noah Lev-3/+3
2021-11-20Reduce prominence of item-infosJacob Hoffman-Andrews-17/+1
2021-11-19rustdoc: Record aliases as SymbolsNoah Lev-1/+1
2021-11-14Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgrbors-12/+7
2021-11-13Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomezbors-1/+1
2021-11-12Use an empty Vec instead of Option<Vec>Michael Howell-12/+7
2021-11-07rustdoc: Remove top-level wrappers for `ImplKind` methodsNoah Lev-4/+4
2021-11-07rustdoc: Use `ty::ImplPolarity` instead of custom enumNoah Lev-4/+5
2021-11-07Use an enum to record polarity in `clean::Impl`Noah Lev-6/+6
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-6/+5
2021-11-05rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()Muhammad Falak R Wani-1/+1
2021-11-02Add line number to URLs in "additional examples" section of rustdocWill Crichton-13/+20
2021-10-30Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514Guillaume Gomez-16/+78
2021-10-30Rollup merge of #90412 - jyn514:macro-use, r=camelidMatthias Krüger-0/+1
2021-10-30Remove unnecessary `macro_use`s in rustdocJoshua Nelson-0/+1
2021-10-29Fix invalid handling of genericsGuillaume Gomez-1/+2
2021-10-29Don't display "Methods from Deref<...>" if no method is display (the ones whi...Guillaume Gomez-3/+9
2021-10-29Recursively document DerefGuillaume Gomez-13/+69
2021-10-27Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomezbors-1/+1
2021-10-27Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514Matthias Krüger-11/+8
2021-10-25Fix documentation header sizesJacob Hoffman-Andrews-1/+1
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-19/+18
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-2/+236
2021-10-22Move def_id logic into render_call_locationsWill Crichton-4/+3
2021-10-22Rename `Type::def_id_full()` to `Type::def_id()`Noah Lev-10/+7
2021-10-22Replace `GetDefId` with inherent methodsNoah Lev-1/+1
2021-10-22Remove `GetDefId` impl for `FnRetTy`Noah Lev-1/+1
2021-10-22Revert def_id addition from clean::Function, add test forWill Crichton-4/+3
2021-10-13Improve code readability for sidebar linksGuillaume Gomez-16/+48
2021-10-12List associated constants in the sidebarGuillaume Gomez-7/+38
2021-10-10Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomezbors-0/+1
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-67/+53
2021-10-08Move template initialization into its own file.Jacob Hoffman-Andrews-0/+1
2021-10-08Move more scrape-examples logic from JS to rustWill Crichton-18/+27
2021-10-07Move some expansion logic into generation-time, fix section header links, rem...Will Crichton-23/+28
2021-10-06Update to latest rustc and rustdoc stylesWill Crichton-3/+4
2021-10-06Change serialized format to use DefPathHash instead of custom StringWill Crichton-22/+19
2021-10-06Incorporate jyn's feedbackWill Crichton-31/+46
2021-10-06Add styles for non-white themesWill Crichton-14/+14
2021-10-06Reduce blur size, fix example width bug, add better error handling for I/O is...Will Crichton-16/+58
2021-10-06Move highlighting logic from JS to RustWill Crichton-12/+29
2021-10-06Sort examples by sizeWill Crichton-18/+57
2021-10-06Generate example source files with corresponding linksWill Crichton-41/+50
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-2/+9