about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-250/+278
2022-01-06Split out `ItemFragment` from `UrlFragment`Noah Lev-39/+49
2022-01-06Remove the side channelNoah Lev-44/+11
2022-01-06Remove the last use of the side channelNoah Lev-4/+13
2022-01-06Use fragment instead of side channel in another placeNoah Lev-1/+5
2022-01-06Use fragment instead of side channel for prim. assoc. itemsNoah Lev-1/+3
2022-01-06Extract function for reporting feature gate errorNoah Lev-16/+15
2022-01-06Only check for conflicting anchors in one placeNoah Lev-24/+34
2022-01-06Use `DefId`s instead of names in `UrlFragment`Noah Lev-46/+49
2022-01-06Move anchor conflict check to call siteNoah Lev-6/+8
2022-01-06Create CSS class instead of using inline style for search resultsGuillaume Gomez-2/+6
2022-01-06Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=...Matthias Krüger-21/+71
2022-01-06Rollup merge of #92404 - GuillaumeGomez:src-font-size, r=jshaMatthias Krüger-13/+7
2022-01-06Rollup merge of #92349 - avitex:fix-rustdoc-private-doc-tests, r=GuillaumeGomezMatthias Krüger-1/+1
2022-01-06Rollup merge of #92058 - jsha:run-on-hover, r=GuillaumeGomezMatthias Krüger-1/+4
2022-01-05Simplify :target CSS selectorGuillaume Gomez-12/+3
2022-01-05Move crate drop-down to search results pageJacob Hoffman-Andrews-28/+35
2022-01-05Fix font size for [src] links in headersGuillaume Gomez-1/+4
2022-01-05Make Run button visible on hoverJacob Hoffman-Andrews-1/+4
2022-01-05Rollup merge of #92448 - jsha:font-size-access, r=GuillaumeGomezMatthias Krüger-53/+58
2022-01-05Rollup merge of #92188 - vacuus:nested-attributes-ext, r=jyn514Matthias Krüger-10/+15
2022-01-05Remove unsupported types in primitive_to_ty conversion, add FIXME noteMahdi Dibaiee-8/+3
2022-01-05Rustdoc: resolve associated traits for primitive typesMahdi Dibaiee-21/+76
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-11/+17
2022-01-03Auto merge of #92395 - Kobzol:rustdoc-bindings-thin-vec, r=camelidbors-7/+9
2022-01-02Set font size proportional to user's font sizeJacob Hoffman-Andrews-53/+58
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-2/+2
2022-01-01Rustdoc: use ThinVec for GenericArgs bindingsJakub Beránek-7/+9
2021-12-31Rollup merge of #92440 - GuillaumeGomez:fix-mobile-toggles, r=jshaMatthias Krüger-0/+10
2021-12-31Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomezMatthias Krüger-61/+75
2021-12-31Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednetbors-9/+10
2021-12-30Fix display of toggles on mobileGuillaume Gomez-0/+10
2021-12-30Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514bors-20/+19
2021-12-29Auto merge of #92244 - petrochenkov:alltraits, r=cjgillotbors-6/+4
2021-12-29Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomezMatthias Krüger-50/+54
2021-12-29Rollup merge of #92075 - jyn514:resolve-cleanup, r=camelidMatthias Krüger-16/+25
2021-12-29Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomezbors-3/+1
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-20/+19
2021-12-28Auto merge of #92269 - vacuus:clean-generics-print, r=camelidbors-5/+6
2021-12-28Add regression test for #59502Noah Lev-0/+2
2021-12-28Explain why struct fields are handled by assoc. item codeNoah Lev-0/+12
2021-12-28Replace &DocCtxt -> TyCtxt in macro matcher renderingDavid Tolnay-9/+9
2021-12-28Remove unused parameterNoah Lev-6/+5
2021-12-28Only special case struct fields for intra-doc links, not enum variantsJoshua Nelson-16/+13
2021-12-28Update pulldown-cmark version to 0.9Guillaume Gomez-9/+10
2021-12-28rustc_metadata: Encode list of all crate's traits into metadataVadim Petrochenkov-6/+4
2021-12-28Fix rustdoc::private_doc_tests lint for public re-exported itemsavitex-1/+1
2021-12-27Give clearer names to several search index functionsNoah Lev-14/+26
2021-12-27Coalesce two arguments as `&Function`Noah Lev-6/+8
2021-12-27Make `search_index` functions private where possibleNoah Lev-2/+2