about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-02-18rustdoc: Cleanup broken link callbacksVadim Petrochenkov-29/+17
2023-02-18rustdoc: Do not use Footnotes and HeadingLinks when extracting doc linksVadim Petrochenkov-8/+3
2023-02-17Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstriebbors-3/+3
2023-02-17Add comment explaining the search index tweakMichael Howell-0/+6
2023-02-17Add `Clause::ConstArgHasType` variantBoxy-0/+1
2023-02-17Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwUbors-28/+54
2023-02-16Correct eslint warningMichael Howell-1/+1
2023-02-16rustdoc: search by macro when query ends with `!`Michael Howell-4/+24
2023-02-16rustdoc: hide `reference` methods in search indexMichael Howell-0/+4
2023-02-16fix new usage of type_ofKyle Matsuda-1/+1
2023-02-16changes from reviewKyle Matsuda-1/+6
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-39/+28
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-26/+58
2023-02-17Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errorsMatthias Krüger-1/+1
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-5/+5
2023-02-16don't into selfMatthias Krüger-1/+1
2023-02-16Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomezMatthias Krüger-3/+3
2023-02-16Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddleMatthias Krüger-27/+145
2023-02-16Rename some region-specific stuffMichael Goulet-5/+5
2023-02-15use chars instead of strings where applicableMatthias Krüger-3/+3
2023-02-15Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddleMatthias Krüger-251/+220
2023-02-15Copy `ty::AssocItem` even in rustdocMaybe Waffle-3/+3
2023-02-15Auto merge of #108006 - cjgillot:def-impl, r=oli-obkbors-3/+3
2023-02-15Use more let chainGuillaume Gomez-251/+220
2023-02-15Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8KiDylan DPC-2/+2
2023-02-15Correctly handle reexports of `#[doc(hidden)]` is reexport does not use `#[do...Guillaume Gomez-4/+15
2023-02-14Correctly handle reexport traversal by fixing multiple bugs, especially for i...Guillaume Gomez-59/+85
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-3/+3
2023-02-14Prevent some attributes from being merged with others on reexportsGuillaume Gomez-8/+89
2023-02-14Rollup merge of #108025 - notriddle:notriddle/intra-doc-link-tooltips, r=Guil...Matthias Krüger-9/+35
2023-02-14Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obkbors-173/+19
2023-02-13rustdoc: add more tooltips to intra-doc linksMichael Howell-9/+35
2023-02-13Rollup merge of #108013 - notriddle:notriddle/search-index-itemtype, r=Guilla...Matthias Krüger-5/+16
2023-02-13rustdoc: use a string with one-character codes for search index typesMichael Howell-5/+16
2023-02-13Auto merge of #107924 - eggyal:move_fold_visit_traits_to_type_lib_with_trait_...bors-3/+3
2023-02-13Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisaMatthias Krüger-1/+7
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-109/+81
2023-02-13Rename folder traits' `tcx` method to `interner`Alan Egerton-1/+1
2023-02-13Make folding traits generic over the InternerAlan Egerton-1/+1
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-1/+1
2023-02-13Auto merge of #107869 - nnethercote:reduce-interning, r=compiler-errorsbors-20/+20
2023-02-13Reduce direct `mk_ty` usage.Nicholas Nethercote-20/+20
2023-02-12Rollup merge of #107964 - notriddle:notriddle/title-line-height, r=GuillaumeG...Matthias Krüger-0/+8
2023-02-12Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description...Matthias Krüger-4/+16
2023-02-12Rollup merge of #107930 - GuillaumeGomez:js-func-improvement, r=notriddleMatthias Krüger-6/+4
2023-02-13rustdoc: Eliminate remaining uses of resolverVadim Petrochenkov-173/+19
2023-02-12rustdoc: use tighter line height in h1 and h2Michael Howell-0/+8
2023-02-12Auto merge of #107933 - petrochenkov:rmdlc, r=GuillaumeGomezbors-15/+2
2023-02-11rustdoc: account for intra-doc links in `<meta name="description">`Michael Howell-4/+16
2023-02-11rustdoc: Remove cache for preprocessed markdown linksVadim Petrochenkov-15/+2