about summary refs log tree commit diff
path: root/src/librustdoc/formats/cache.rs
AgeCommit message (Expand)AuthorLines
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-4/+4
2023-11-19rustdoc-search: add support for associated typesMichael Howell-0/+1
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/+2
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-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-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-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
2023-05-05Correctly handle associated items of a trait inside a `#[doc(hidden)]` itemGuillaume Gomez-1/+7
2023-04-16fix clippy::toplevel_ref_arg and ::manual_mapMatthias Krüger-4/+3
2023-04-02rustdoc: fix quadratic time in intra-doc link passJacob Hoffman-Andrews-2/+2
2023-03-11Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jshaMatthias Krüger-0/+1
2023-03-10rustdoc: sort deprecated items lower in searchPeter Jaszkowiak-0/+1
2023-02-19Rollup merge of #108146 - notriddle:notriddle/rustdoc-search-reference, r=Gui...Dylan DPC-0/+10
2023-02-17Add comment explaining the search index tweakMichael Howell-0/+6
2023-02-16rustdoc: hide `reference` methods in search indexMichael Howell-0/+4
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+1
2023-02-15Use more let chainGuillaume Gomez-10/+9
2023-01-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-5/+5
2023-01-15rustdoc: simplify some & ref erencesMatthias Krüger-1/+1
2023-01-13IndexItem.name String -> Symbolklensy-4/+5
2022-10-31Don't generate tuple struct fields into the search indexGuillaume Gomez-15/+22
2022-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-8/+5
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-6/+12
2022-09-27rustdoc: remove `clean::TraitWithExtraInfo`Michael Howell-8/+3
2022-08-16rustdoc: box ItemKind::TraitMichael Howell-1/+1
2022-07-29Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKindest31-1/+1
2022-07-21Remove unused field in ItemKind::KeywordItemGuillaume Gomez-1/+1
2022-05-27cleanup librustdoc by making parent stack store itemsMichael Howell-75/+82
2022-05-26rustdoc: factor orphan impl items into an actual structMichael Howell-7/+13
2022-05-25rustdoc: include impl generics / self in search indexMichael Howell-4/+43
2022-05-24fix simple clippy lintsklensy-1/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-19/+19
2022-05-20Rollup merge of #96565 - notriddle:notriddle/impl-box, r=camelidGuillaume Gomez-1/+10
2022-05-10rustdoc: clean up method path indexMichael Howell-9/+1
2022-05-09rustdoc: correct path to type alias methodsMichael Howell-1/+2
2022-05-06Fix reexports missing from the search indexGuillaume Gomez-1/+10
2022-04-29rustdoc: show implementations on `#[fundamental]` wrappersMichael Howell-1/+10
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-2/+2
2022-04-17Fix rustdoc duplicated blanket impls issueGuillaume Gomez-3/+18