about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-08-10Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelidMatthias Krüger-18/+12
2022-08-10Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jshaMatthias Krüger-7/+59
2022-08-09Auto merge of #100150 - notriddle:notriddle/implementors-js, r=GuillaumeGomezbors-22/+73
2022-08-09Prevent impl blocks containing only private items to be documented by defaultGuillaume Gomez-17/+54
2022-08-09remove Clean trait implementation for ast::ModuleGuillaume Gomez-69/+62
2022-08-09Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr...Dylan DPC-0/+9
2022-08-09Rollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camelid,notriddle,Guillaume...Dylan DPC-61/+59
2022-08-09Auto merge of #100304 - matthiaskrgr:rollup-gs56vlw, r=matthiaskrgrbors-58/+64
2022-08-09Rollup merge of #100212 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPCMatthias Krüger-58/+64
2022-08-09Auto merge of #100205 - cjgillot:noice-doc, r=camelidbors-10/+18
2022-08-08Synthetize a trait ref when none is available.Camille GILLOT-6/+12
2022-08-08remove Clean trait implementation for hir::GenericsGuillaume Gomez-68/+67
2022-08-08remove Clean trait implementation for hir::ImplItemGuillaume Gomez-39/+43
2022-08-07Don't document impossible to call default trait items on implsMichael Goulet-0/+9
2022-08-07remove Clean trait implementation for ty::PredicateGuillaume Gomez-22/+23
2022-08-07remove Clean trait implementation for hir::WherePredicateGuillaume Gomez-36/+41
2022-08-06rustdoc: do not mark the contents of a skipped module as inlinedMichael Howell-21/+43
2022-08-06Avoid ICE in rustdoc.Camille GILLOT-5/+7
2022-08-06Rollup merge of #100193 - GuillaumeGomez:rm-clean-impls, r=notriddleMatthias Krüger-48/+42
2022-08-06remove Clean trait implementation for hir::PolyTraitRefGuillaume Gomez-7/+1
2022-08-06remove Clean trait implementation for hir::GenericBoundGuillaume Gomez-41/+41
2022-08-05rustdoc: use serde, which can escape strings more quicklyMichael Howell-35/+15
2022-08-05Rollup merge of #100166 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPCDylan DPC-64/+65
2022-08-05rustdoc: reduce the number of intermediate Strings allocatedMichael Howell-13/+22
2022-08-05remove Clean trait implementation for hir::TraitItemGuillaume Gomez-51/+51
2022-08-05remove Clean trait implementation for hir::PolyTraitRefGuillaume Gomez-13/+14
2022-08-04rustdoc: use `collect()` instead of repeatedly pushing to boundsMichael Howell-12/+12
2022-08-04rustdoc: use `collect()` instead of repeatedly pushing to bindingsMichael Howell-5/+5
2022-08-04rustdoc: use a more compact encoding for implementors/trait.*.jsMichael Howell-21/+83
2022-08-04remove Clean trait implementation for hir::TraitRefGuillaume Gomez-8/+6
2022-08-04remove Clean trait implementation for hir::FnRetTyGuillaume Gomez-10/+5
2022-08-04Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgrbors-1/+4
2022-08-03Rollup merge of #100104 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPCMatthias Krüger-42/+34
2022-08-03Rollup merge of #100083 - notriddle:notriddle/source-files-js, r=GuillaumeGomezMatthias Krüger-20/+31
2022-08-03Rollup merge of #98835 - aliemjay:relate_closure_substs, r=nikomatsakisMatthias Krüger-1/+4
2022-08-03Remove index from Region::EarlyBound.Camille GILLOT-1/+1
2022-08-03Rustdoc-Json: Add and use `FromWithTcx` for `Vec`Nixon Enraght-Moony-33/+31
2022-08-03Rustdoc-Json: Extract `convert_lifetime` to functionNixon Enraght-Moony-6/+10
2022-08-03Rustdoc-Json: Document HRTB's on DynTraitNixon Enraght-Moony-26/+22
2022-08-03remove Clean trait implementation for hir::IsAutoGuillaume Gomez-9/+0
2022-08-03remove Clean trait implementation for ty::RegionGuillaume Gomez-33/+34
2022-08-03Rollup merge of #100079 - camelid:fix-doc-star-search, r=Dylan-DPCDylan DPC-1/+1
2022-08-03Rollup merge of #99738 - notriddle:notriddle/multiple-modules-w-same-name, r=...Dylan DPC-7/+12
2022-08-02rustdoc: avoid inlining foreigns with duplicate namesMichael Howell-5/+7
2022-08-02Replace `* -> vec` with `-> vec` in docsNoah Lev-1/+1
2022-08-02rustdoc: use a more compact encoding for source-files.jsMichael Howell-20/+31
2022-08-02Rollup merge of #100057 - GuillaumeGomez:rm-more-clean-impl, r=Dylan-DPCMatthias Krüger-34/+28
2022-08-02Rollup merge of #100005 - GuillaumeGomez:cleanup-ast-attr-clean, r=notriddleMatthias Krüger-19/+15
2022-08-02fix rustdoc regressionAli MJ Al-Nasrawy-1/+4
2022-08-02Remove Clean trait implementation for ast::Attribute and cleanup Attributes::...Guillaume Gomez-19/+15