summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2024-12-31Fix typosericlehong-1/+1
2024-12-31Unsafe binder support in rustdocMichael Goulet-1/+2
2024-12-25Improve rustdoc codeGuillaume Gomez-3/+3
2024-12-20Rollup merge of #134321 - dtolnay:docassocconst, r=fmeaseJacob Pratt-28/+63
2024-12-19Rename TyMethodItem -> RequiredMethodItemDavid Tolnay-5/+5
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-7/+9
2024-12-19Suppress `= _` on associated constants in implsDavid Tolnay-10/+40
2024-12-19Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItemDavid Tolnay-3/+5
2024-12-19Rename TyAssocConstItem -> RequiredAssocConstItemDavid Tolnay-5/+6
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-2/+3
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-4/+2
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-4/+2
2024-12-14Rollup merge of #134231 - notriddle:notriddle/mismatched-path, r=GuillaumeGomezMatthias Krüger-0/+8
2024-12-12rustdoc-search: fix mismatched path when parent re-exported twiceMichael Howell-0/+8
2024-12-12fix self shadowed self compareklensy-1/+1
2024-12-05Turn `markdown_split_summary_and_content` into a method of `Markdown`Guillaume Gomez-3/+3
2024-12-05Always display first line of impl blocks even when collapsedGuillaume Gomez-17/+28
2024-12-02rustdoc: Rename set_back_info to restore_module_data.Alona Enraght-Moony-1/+1
2024-12-01Fix link to `FormatRenderer` methodGuillaume Gomez-1/+1
2024-12-01Rename `FormatRenderer::InfoType` into `ModuleData` and rename `FormatRendere...Guillaume Gomez-3/+3
2024-12-01Add documentation for new `FormatRenderer` trait itemsGuillaume Gomez-0/+6
2024-12-01Move `SharedContext` out of `Rc`Guillaume Gomez-158/+169
2024-12-01Split ID maps in two parts: the constant one and the updated oneGuillaume Gomez-6/+0
2024-12-01Stop cloning `Context` so muchGuillaume Gomez-34/+45
2024-11-28Fix new clippy lintsGuillaume Gomez-96/+92
2024-11-19Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddleLeón Orell Valerian Liehr-4/+19
2024-11-18Fix items with generics not having their jump to def link generatedGuillaume Gomez-3/+18
2024-11-18Fix typoGuillaume Gomez-1/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-3/+3
2024-11-13Rollup merge of #133000 - GuillaumeGomez:footnote-ids, r=notriddleMatthias Krüger-2/+2
2024-11-13Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddleMatthias Krüger-2/+7
2024-11-13Fix duplicated footnote IDsGuillaume Gomez-2/+2
2024-11-13rustdoc: Treat decl macros like other itemsLeón Orell Valerian Liehr-2/+7
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-3/+1
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-19/+101
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-3/+1
2024-11-01rustdoc: Directly use rustc_abi instead of reexportsJubilee Young-2/+2
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-12/+62
2024-10-30rustdoc-search: add type param names to indexMichael Howell-7/+39
2024-10-28rustdoc: Use accessors to interrogate type layoutsJubilee Young-4/+4
2024-10-26Rollup merge of #132123 - lolbinarycat:rustdoc-search-foreign-func, r=notriddleJubilee-1/+4
2024-10-25Re-do recursive const stability checksRalf Jung-1/+3
2024-10-25allow type-based search on foreign functionsbinarycat-1/+4
2024-10-24Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomezMatthias Krüger-2/+2
2024-10-23rustdoc: adjust spacing and typography in headerMichael Howell-2/+2
2024-10-19rustdoc: Document `markdown` module.Alona Enraght-Moony-1/+1
2024-10-16rustdoc: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-9/+11
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-40/+40
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-1/+0
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-19/+12