about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-1/+1
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-1/+1
2021-12-11rustdoc: Remove unused `_default` parameterNoah Lev-12/+4
2021-12-11rustdoc: Pretty-print assoc const defaults on-demandNoah Lev-1/+1
2021-12-10Split CSS classes for "typedef" vs "associatedtype".Jacob Hoffman-Andrews-1/+1
2021-12-02Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelidbors-16/+33
2021-11-30Return ConstStability instead of &ConstStability in Item::const_stabilityGuillaume Gomez-2/+2
2021-11-30Improve code by replacing &str with Symbol in render_stability_since_rawGuillaume Gomez-11/+7
2021-11-30Fix display for "const" deref methods in rustdocGuillaume Gomez-9/+30
2021-11-29Only show notable traits if both types are the sameMichael Howell-1/+8
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