about summary refs log tree commit diff
path: root/src/librustdoc/formats
AgeCommit message (Expand)AuthorLines
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
2024-04-18Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomezbors-0/+12
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-0/+12
2024-04-04Improve code a bitGuillaume Gomez-6/+4
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-1/+1
2024-02-09Correctly generate path for non-local items in source code pagesGuillaume Gomez-12/+25
2023-11-29rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.Alona Enraght-Moony-15/+0
2023-11-26merge `DefKind::Coroutine` into `DefKind::Closure`bohan-2/+1
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-4/+4
2023-11-21rustdoc-search: make primitives and keywords less specialMichael Howell-22/+29
2023-11-19rustdoc-search: add support for associated typesMichael Howell-0/+3
2023-11-18Remove unneeded `unknown` variable and `Symbol` creation when iterating over ...Guillaume Gomez-4/+4
2023-11-15Re-format code with new rustfmtMark Rousskov-11/+16
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-2/+5
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-10-11Handle private dep at the same level as masked cratesGuillaume Gomez-15/+10
2023-10-11Prevent showing methods from blanket impls of not available foreign traits to...Guillaume Gomez-1/+13
2023-10-10Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...Guillaume Gomez-31/+42
2023-09-26Don't store lazyness in DefKindMichael Goulet-1/+1
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-0/+13
2023-09-21rustdoc: use let chain in `CacheBuilder::fold_item`Michael Howell-31/+29
2023-08-26rustdoc: bind typedef inner type items to the folding systemUrgau-0/+1
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-5/+5
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-1/+1
2023-07-18Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot...bors-2/+5
2023-07-14Correctly handle `--document-hidden-items`Guillaume Gomez-2/+5
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+5
2023-07-08Replace RPITIT current impl with new strategy that lowers as a GATSantiago Pastorino-1/+0
2023-06-20Fix invalid creation of files in rustdocGuillaume Gomez-0/+5
2023-05-27Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddleMatthias Krüger-1/+1
2023-05-27Clean up usage of `cx.tcx` when `tcx` is already set into a variableGuillaume Gomez-1/+1
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-3/+2