about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2023-04-08resolve: Preserve reexport chains in `ModChild`renVadim Petrochenkov-1/+1
2023-04-04rustdoc: Add human-readable cfg string for loongarch64zhaixiaojuan-0/+1
2023-04-04Auto merge of #109876 - jsha:uniquify-intra-doc, r=notriddlebors-7/+11
2023-04-02rustdoc: fix quadratic time in intra-doc link passJacob Hoffman-Andrews-7/+11
2023-03-31Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomezbors-27/+17
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-1/+2
2023-03-30Improve codeGuillaume Gomez-14/+5
2023-03-30Replace doc(primitive) with rustc_doc_primitiveGuillaume Gomez-19/+18
2023-03-29Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomezDylan DPC-17/+0
2023-03-28rustdoc + rustdoc-json support for non_lifetime_bindersMichael Goulet-23/+8
2023-03-28rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modulesVadim Petrochenkov-17/+0
2023-03-28Add `(..)` syntax for RTNMichael Goulet-1/+2
2023-03-27Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,...Guillaume Gomez-49/+100
2023-03-23Remove `span` method from AttributesExt traitGuillaume Gomez-4/+0
2023-03-23Use Cow to reduce numbers of memory cloneGuillaume Gomez-29/+39
2023-03-23Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgrbors-1/+1
2023-03-23Fix ICE for intra-doc link on intermediate re-exportGuillaume Gomez-35/+80
2023-03-23Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnrMatthias Krüger-1/+1
2023-03-23Rename AliasEq -> AliasRelateMichael Goulet-1/+1
2023-03-22Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelidMatthias Krüger-10/+62
2023-03-21rustdoc: Cleanup parent module tracking for doc linksVadim Petrochenkov-73/+34
2023-03-20Rollup merge of #109266 - petrochenkov:docice4, r=petrochenkovMatthias Krüger-6/+8
2023-03-17Add clarifying commentsMichael Howell-0/+3
2023-03-17rustdoc: Correctly merge import's and its target's docs in one more caseVadim Petrochenkov-6/+8
2023-03-17Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorinoMatthias Krüger-1/+1
2023-03-15ImplTraitPlaceholder -> is_impl_trait_in_traitSantiago Pastorino-1/+1
2023-03-15always make `define_opaque_types` explicitlcnr-3/+2
2023-03-12rustdoc: rename `Type::is_same` to `is_doc_subtype_of`Michael Howell-9/+9
2023-03-09rustdoc: handle generics better when matching notable traitsMichael Howell-4/+53
2023-03-07Fix invalid inlining of reexport of reexport of private itemGuillaume Gomez-42/+66
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-3/+3
2023-02-28Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum...bors-4/+4
2023-02-25Add ErrorGuaranteed to HIR TyKind::ErrMichael Goulet-1/+1
2023-02-23Rollup merge of #108349 - GuillaumeGomez:fix-duplicated-imports2, r=notriddleMatthias Krüger-2/+2
2023-02-22rustdoc: reduce allocations when generating tooltipsMichael Howell-4/+4
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-2/+2
2023-02-22Remove type-traversal trait aliasesAlan Egerton-2/+2
2023-02-22Prevent duplicated importsGuillaume Gomez-2/+2
2023-02-22Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obkbors-1/+2
2023-02-22Rollup merge of #108310 - GuillaumeGomez:fix-reexports-duplicated-attributes,...Guillaume Gomez-7/+17
2023-02-22various: translation resources from cg backendDavid Wood-1/+2
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1
2023-02-21Fix duplicated attributes for first reexportGuillaume Gomez-7/+17
2023-02-21Allow disabling of auto and blanket trait impls retrieval in rustdoc when in ...Guillaume Gomez-0/+6
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-2/+3
2023-02-17Add `Clause::ConstArgHasType` variantBoxy-0/+1
2023-02-17Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwUbors-18/+44
2023-02-16changes from reviewKyle Matsuda-1/+6
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-30/+19
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-17/+49