about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2023-07-14Strip impl if not re-exported and is doc(hidden)Guillaume Gomez-1/+7
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-8/+8
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-18/+17
2023-07-08Replace RPITIT current impl with new strategy that lowers as a GATSantiago Pastorino-2/+2
2023-06-29document that the panic in collect_intra_doc_links is load-bearingjyn-0/+4
2023-06-19Clean up "doc(hidden)" checkGuillaume Gomez-7/+6
2023-06-01Rename `impl_defaultness` to `defaultness`Deadbeef-1/+1
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-98/+105
2023-05-27Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddleMatthias Krüger-21/+19
2023-05-27Clean up usage of `cx.tcx` when `tcx` is already set into a variableGuillaume Gomez-21/+19
2023-05-26rustdoc: get unnormalized link destination for suggestionsMichael Howell-62/+112
2023-05-25Auto merge of #111512 - petrochenkov:microdoc2, r=GuillaumeGomezbors-15/+7
2023-05-23Ignore "non-real" type Res in rustdoc intra doc link resolutionGuillaume Gomez-1/+1
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-15/+7
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-12/+13
2023-05-10Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ...Matthias Krüger-6/+26
2023-05-05Modules can be reexported and it should be handled by rustdocGuillaume Gomez-1/+1
2023-05-05Correctly handle associated items of a trait inside a `#[doc(hidden)]` itemGuillaume Gomez-5/+25
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-20/+20
2023-04-29Add `rustdoc::unescaped_backtick` lintLukas Markeffsky-0/+418
2023-04-27refactor(docs): remove macro resolution fallbackbohan-14/+16
2023-04-19Remove find_map_relevant_implMichael Goulet-9/+11
2023-04-18Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book...Matthias Krüger-0/+2
2023-04-17Add code comment to remind contributors to update rustdoc book if they update...Guillaume Gomez-0/+2
2023-04-15fix clippy::{filter_map_identiy, map_identity, manual_flatten}Matthias Krüger-1/+1
2023-04-04Auto merge of #109876 - jsha:uniquify-intra-doc, r=notriddlebors-1/+1
2023-04-02rustdoc: fix quadratic time in intra-doc link passJacob Hoffman-Andrews-1/+1
2023-04-01a couple clippy::complexity fixesMatthias Krüger-1/+1
2023-03-31Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddleGuillaume Gomez-3/+3
2023-03-31Rollup merge of #109104 - GuillaumeGomez:fix-invalid-suggestion-ambiguous-int...Guillaume Gomez-142/+242
2023-03-30Replace doc(primitive) with rustc_doc_primitiveGuillaume Gomez-3/+3
2023-03-29Don't strip crate moduleGuillaume Gomez-2/+7
2023-03-24Put back `is_derive_trait_collision` checkGuillaume Gomez-2/+29
2023-03-24Strenghten disambiguation in `ambiguity_error` and improve documentationGuillaume Gomez-5/+11
2023-03-24Rename description of primitive from "builtin type" into "primitive type"Guillaume Gomez-1/+1
2023-03-24Special case `ambiguity_error` if all candidates have the same "kind"Guillaume Gomez-10/+21
2023-03-24Fix rustdoc intra-doc link invalid ambiguity error messageGuillaume Gomez-142/+198
2023-03-23rustdoc: Skip doc link resolution for non-exported itemsVadim Petrochenkov-2/+11
2023-03-21rustdoc: Factor out some doc link resolution code into a separate functionVadim Petrochenkov-24/+27
2023-03-21rustdoc: Cleanup parent module tracking for doc linksVadim Petrochenkov-87/+48
2023-03-16clean up few allocklensy-2/+0
2023-03-13Better names?Michael Goulet-1/+1
2023-03-13Treat projections with infer as placeholder during fast reject in new solverMichael Goulet-2/+2
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-5/+2
2023-02-22rustdoc: reduce allocations when generating tooltipsMichael Howell-8/+8
2023-02-22various: translation resources from cg backendDavid Wood-2/+4
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1
2023-02-20Rollup merge of #108241 - GuillaumeGomez:fix-reexported-macro-handling, r=not...Matthias Krüger-5/+13
2023-02-20Fix handling of reexported macro in doc hidden itemsGuillaume Gomez-5/+13
2023-02-19Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with...Guillaume Gomez-2/+3