about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-10-11rustdoc: enforce BODY_MIN constraint on sidebar resizeMichael Howell-17/+122
2023-10-11rustdoc: clean up main.js and src-script.jsMichael Howell-6/+13
2023-10-11rustdoc: allow resizing the sidebarMichael Howell-21/+328
2023-10-11Handle private dep at the same level as masked cratesGuillaume Gomez-15/+10
2023-10-11Prevent showing methods from blanket impls of not available foreign traits to...Guillaume Gomez-1/+13
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-60/+209
2023-10-10Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...Guillaume Gomez-51/+146
2023-10-09Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmeasebors-31/+112
2023-10-09Improve codeGuillaume Gomez-36/+24
2023-10-08Clean up subversion layoutMichael Howell-0/+5
2023-10-08rustdoc: add missing macros to sibling nav sidebarMichael Howell-8/+21
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-12/+33
2023-10-08rustdoc: align crate name with search barMichael Howell-5/+27
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-32/+70
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-6/+16
2023-10-08rustdoc: show crate name beside small logoMichael Howell-33/+73
2023-10-07Correctly handle cross-crate C-like variantsGuillaume Gomez-20/+7
2023-10-07Only display enum variants integer values if one of them has a value setGuillaume Gomez-18/+27
2023-10-06Show values of C-like variants even if not defined by the userGuillaume Gomez-22/+90
2023-10-05rustdoc-search: fix bug with multi-item impl traitMichael Howell-1/+1
2023-10-04Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked...Matthias Krüger-104/+69
2023-10-03rustdoc: add support for cross-crate higher-ranked typesLeón Orell Valerian Liehr-1/+16
2023-10-03rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimesLeón Orell Valerian Liehr-103/+53
2023-09-30Auto merge of #116195 - fmease:rustdoc-investigate-perf-regression, r=Guillau...bors-27/+16
2023-09-30rustdoc: reduce the amount of `asyncness` query executionsLeón Orell Valerian Liehr-1/+7
2023-09-29rustdoc: simplify sugared_async_return_typeLeón Orell Valerian Liehr-26/+9
2023-09-28Rollup merge of #116211 - matthiaskrgr:clippy3, r=compiler-errorsMatthias Krüger-1/+1
2023-09-28Auto merge of #116208 - matthiaskrgr:the_loop_that_wasnt, r=GuillaumeGomezbors-1/+1
2023-09-27Auto merge of #116148 - DaniPopes:rustdoc-type-layout-ws, r=jshabors-2/+2
2023-09-27fix clippy::{redundant_guards, useless_format}Matthias Krüger-1/+1
2023-09-27rustdoc: while -> ifMatthias Krüger-1/+1
2023-09-26Don't store lazyness in DefKindMichael Goulet-6/+6
2023-09-25Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomezbors-30/+35
2023-09-25Fix whitespace in rustdoc type_layout.htmlDaniPopes-2/+2
2023-09-25rustdoc: correctly render ret ty of cross-crate async fnsLeón Orell Valerian Liehr-30/+35
2023-09-25Show enum variant value if it is a C-like variantGuillaume Gomez-18/+47
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-3/+1
2023-09-22Merge `ExternProviders` into the general `Providers` structOli Scherer-1/+1
2023-09-22Have a single struct for queries and hookOli Scherer-1/+1
2023-09-22Add a way to decouple the implementation and the declaration of a TyCtxt method.Oli Scherer-1/+1
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-0/+1
2023-09-21Update search-result-impl-disambiguation.gomlMichael Howell-2/+2
2023-09-21rustdoc: wait for section to open before trying to highlightMichael Howell-2/+6
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-20/+113
2023-09-21rustdoc: use let chain in `CacheBuilder::fold_item`Michael Howell-31/+29
2023-09-21Record asyncness span in HIRMichael Goulet-3/+7
2023-09-21Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomezGuillaume Gomez-7/+0
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-4/+4
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-4/+4
2023-09-20Delete obsolete --disable-per-crate-search rustdoc flagDavid Tolnay-7/+0