about summary refs log tree commit diff
path: root/src/librustdoc/formats
AgeCommit message (Expand)AuthorLines
2025-07-19Fix clippy lints in librustdocGuillaume Gomez-2/+2
2025-07-17Improve path segment joining.Nicholas Nethercote-2/+2
2025-06-19rustdoc: Remove `FormatRenderer::cache`Alona Enraght-Moony-2/+0
2025-06-11Avoid more clones in rustdoc JSON output.Nicholas Nethercote-7/+7
2025-06-10Simplify `JsonRenderer`.Nicholas Nethercote-1/+1
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-1/+1
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-1/+1
2025-05-17Make some `match`es slightly more ergonomic in `librustdoc`Yotam Ofek-20/+13
2025-03-27Auto merge of #138927 - nnethercote:rearrange-Item-ItemInner, r=GuillaumeGomezbors-1/+0
2025-03-26rustdoc: Rearrange `Item`/`ItemInner`.Nicholas Nethercote-1/+0
2025-03-25rustdoc: remove useless `Symbol::is_empty` checks.Nicholas Nethercote-1/+1
2025-03-06`librustdoc`: flatten nested ifsYotam Ofek-1/+3
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-1/+1
2025-01-10rustdoc-json: Include items in stripped modules in `Crate::paths`.Alona Enraght-Moony-8/+15
2025-01-06rustdoc: use stable paths as preferred canonical pathsMichael Howell-1/+7
2024-12-27Rollup merge of #134806 - notriddle:notriddle/parent-path-is-better, r=Guilla...许杰友 Jieyou Xu (Joe)-9/+10
2024-12-26rustdoc: use shorter paths as preferred canonical pathsMichael Howell-9/+10
2024-12-25Improve rustdoc codeGuillaume Gomez-1/+1
2024-12-19Rename TyMethodItem -> RequiredMethodItemDavid Tolnay-3/+3
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-3/+3
2024-12-19Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItemDavid Tolnay-4/+12
2024-12-19Rename TyAssocConstItem -> RequiredAssocConstItemDavid Tolnay-3/+3
2024-12-02rustdoc: Rename set_back_info to restore_module_data.Alona Enraght-Moony-12/+13
2024-12-01Rename `FormatRenderer::InfoType` into `ModuleData` and rename `FormatRendere...Guillaume Gomez-6/+6
2024-12-01Add documentation for new `FormatRenderer` trait itemsGuillaume Gomez-2/+24
2024-12-01Stop cloning `Context` so muchGuillaume Gomez-32/+40
2024-11-28Fix new clippy lintsGuillaume Gomez-1/+1
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-8/+8
2024-09-25de-rc external traitsLukas Markeffsky-1/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-14/+18
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+2
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+2
2024-08-29Rollup merge of #129743 - GuillaumeGomez:fix-rustdoc-clippy, r=notriddleGuillaume Gomez-6/+6
2024-08-29Fix clippy lintsGuillaume Gomez-6/+6
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-1/+2
2024-08-05Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoidMatthias Krüger-23/+15
2024-08-05rustdoc-json: discard non-local inherent implsschvv31n-23/+15
2024-08-04Rollup merge of #128578 - camelid:cache-index-cleanup, r=notriddleMatthias Krüger-145/+159
2024-08-03rustdoc: Re-add missing `stripped_mod` check; explain orphan implsNoah Lev-5/+26
2024-08-02Restructure `add_item_to_search_index` to eliminate code pathsNoah Lev-110/+103
2024-08-02Extract local variablesNoah Lev-30/+33
2024-08-02Restructure a confusing `match`Noah Lev-62/+62
2024-08-02rustdoc: Simplify some search index codeNoah Lev-32/+28
2024-08-02rustdoc: Clarify construction of name for search indexNoah Lev-11/+14
2024-08-02rustdoc: Extract helper function to add item to search indexNoah Lev-137/+135
2024-08-01rustdoc: Remove OpaqueTyAlona Enraght-Moony-4/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
2024-06-06Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"Rémy Rakic-1/+1
2024-05-22rustc: Use `tcx.used_crates(())` moreVadim Petrochenkov-1/+1