about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2022-06-01Update src/librustdoc/passes/collect_trait_impls.rsMichael Howell-3/+5
2022-05-31Display empty impl blocks if they have documentationsGuillaume Gomez-2/+3
2022-05-26Rollup merge of #97066 - petrochenkov:nofragkind, r=camelidMichael Goulet-113/+52
2022-05-24fix simple clippy lintsklensy-19/+14
2022-05-23Greatly extend explanations on strip_hidden itemsGuillaume Gomez-1/+8
2022-05-21rustdoc: Some link resolution caching cleanupVadim Petrochenkov-35/+16
2022-05-21rustdoc: Stop using `write!` in `UrlFragment::render`Vadim Petrochenkov-13/+15
2022-05-21rustdoc: Remove `ItemFragment(Kind)`Vadim Petrochenkov-74/+30
2022-05-21Remove fields_stripped fields (and equivalents)Guillaume Gomez-1/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-67/+73
2022-05-17rustdoc: avoid including impl blocks with filled-in genericsMichael Howell-2/+27
2022-05-16rustdoc: Resolve some more doc links earlyVadim Petrochenkov-9/+32
2022-05-15rustdoc: Remove doc link resolution fallback to all `macro_rules` in the crateVadim Petrochenkov-30/+22
2022-05-13resolve: Move collection of all `macro_rules` in the crate to rustdocVadim Petrochenkov-2/+6
2022-05-13Fix rebaseVadim Petrochenkov-5/+2
2022-05-13rustdoc: Use `Visibility::is_public` moreVadim Petrochenkov-10/+6
2022-05-13rustdoc: Do not resolve associated item paths unnecessarilyVadim Petrochenkov-11/+9
2022-05-13rustdoc: Do not create `UrlFragment`s until they are necessaryVadim Petrochenkov-236/+133
2022-05-13rustdoc: Remove `fn resolve_macro`Vadim Petrochenkov-119/+43
2022-05-13rustdoc: Remove `ResolutionFailure::Dummy`Vadim Petrochenkov-37/+20
2022-05-13rustdoc: Remove `ResolutionFailure::MalformedGenerics`Vadim Petrochenkov-81/+61
2022-05-13rustdoc: Remove `ResolutionFailure::NoParentItem`Vadim Petrochenkov-49/+8
2022-05-10update rustdoclcnr-3/+1
2022-05-04Auto merge of #96447 - petrochenkov:docregr, r=GuillaumeGomezbors-1/+13
2022-05-02Auto merge of #96431 - petrochenkov:parent, r=cjgillotbors-16/+12
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-16/+12
2022-05-01rustdoc: Track `macro_rules` scopes during early doc link resolutionVadim Petrochenkov-1/+22
2022-04-30rustdoc: Keep full `ParentScope` during early doc link resolutionVadim Petrochenkov-19/+30
2022-04-30rustdoc: Early-resolve doc links in all requested namespacesVadim Petrochenkov-13/+37
2022-04-29rustdoc: prevent B -> C -> B -> C loops from stack overflowingMichael Howell-3/+12
2022-04-28rustdoc: fix missing method list for primitive deref targetMichael Howell-35/+38
2022-04-26rustdoc: Resolve doc links on fields during early resolutionVadim Petrochenkov-1/+13
2022-04-22Auto merge of #96301 - notriddle:notriddle/synthetic-impl-prim, r=GuillaumeGomezbors-4/+9
2022-04-22Auto merge of #96282 - petrochenkov:unindent, r=GuillaumeGomezbors-194/+1
2022-04-21rustdoc: make primitive synthetic impls for correct doc moduleMichael Howell-4/+9
2022-04-21rustdoc: Unindent doc fragments on `Attributes` constructionVadim Petrochenkov-194/+1
2022-04-21[WIP] rustdoc: Resolve some more doc links earlyVadim Petrochenkov-7/+19
2022-04-19rustdoc: Sligthly optimize `Attributes` construction and processing before do...Vadim Petrochenkov-3/+3
2022-04-19rustdoc: Cache preprocessed markdown linksVadim Petrochenkov-39/+60
2022-04-19rustdoc: Optimize and refactor doc link resolutionVadim Petrochenkov-38/+100
2022-04-16Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddleDylan DPC-31/+32
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-31/+32
2022-04-16Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnrDylan DPC-1/+1
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-6/+6
2022-04-13couple of clippy::perf fixesMatthias Krüger-1/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-6/+6
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-8/+6
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-98/+125
2022-04-05Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr...Dylan DPC-1/+4
2022-04-05Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obkDylan DPC-2/+14