| Age | Commit message (Expand) | Author | Lines |
| 2023-02-18 | rustdoc: Cleanup broken link callbacks | Vadim Petrochenkov | -29/+17 |
| 2023-02-18 | rustdoc: Do not use Footnotes and HeadingLinks when extracting doc links | Vadim Petrochenkov | -8/+3 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -3/+3 |
| 2023-02-17 | Add comment explaining the search index tweak | Michael Howell | -0/+6 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -0/+1 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -28/+54 |
| 2023-02-16 | Correct eslint warning | Michael Howell | -1/+1 |
| 2023-02-16 | rustdoc: search by macro when query ends with `!` | Michael Howell | -4/+24 |
| 2023-02-16 | rustdoc: hide `reference` methods in search index | Michael Howell | -0/+4 |
| 2023-02-16 | fix new usage of type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | changes from review | Kyle Matsuda | -1/+6 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -39/+28 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -26/+58 |
| 2023-02-17 | Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -5/+5 |
| 2023-02-16 | don't into self | Matthias Krüger | -1/+1 |
| 2023-02-16 | Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2023-02-16 | Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddle | Matthias Krüger | -27/+145 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -5/+5 |
| 2023-02-15 | use chars instead of strings where applicable | Matthias Krüger | -3/+3 |
| 2023-02-15 | Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddle | Matthias Krüger | -251/+220 |
| 2023-02-15 | Copy `ty::AssocItem` even in rustdoc | Maybe Waffle | -3/+3 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -3/+3 |
| 2023-02-15 | Use more let chain | Guillaume Gomez | -251/+220 |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2023-02-15 | Correctly handle reexports of `#[doc(hidden)]` is reexport does not use `#[do... | Guillaume Gomez | -4/+15 |
| 2023-02-14 | Correctly handle reexport traversal by fixing multiple bugs, especially for i... | Guillaume Gomez | -59/+85 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -3/+3 |
| 2023-02-14 | Prevent some attributes from being merged with others on reexports | Guillaume Gomez | -8/+89 |
| 2023-02-14 | Rollup merge of #108025 - notriddle:notriddle/intra-doc-link-tooltips, r=Guil... | Matthias Krüger | -9/+35 |
| 2023-02-14 | Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obk | bors | -173/+19 |
| 2023-02-13 | rustdoc: add more tooltips to intra-doc links | Michael Howell | -9/+35 |
| 2023-02-13 | Rollup merge of #108013 - notriddle:notriddle/search-index-itemtype, r=Guilla... | Matthias Krüger | -5/+16 |
| 2023-02-13 | rustdoc: use a string with one-character codes for search index types | Michael Howell | -5/+16 |
| 2023-02-13 | Auto merge of #107924 - eggyal:move_fold_visit_traits_to_type_lib_with_trait_... | bors | -3/+3 |
| 2023-02-13 | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa | Matthias Krüger | -1/+7 |
| 2023-02-13 | Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui... | Matthias Krüger | -109/+81 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -1/+1 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -1/+1 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-13 | Auto merge of #107869 - nnethercote:reduce-interning, r=compiler-errors | bors | -20/+20 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -20/+20 |
| 2023-02-12 | Rollup merge of #107964 - notriddle:notriddle/title-line-height, r=GuillaumeG... | Matthias Krüger | -0/+8 |
| 2023-02-12 | Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description... | Matthias Krüger | -4/+16 |
| 2023-02-12 | Rollup merge of #107930 - GuillaumeGomez:js-func-improvement, r=notriddle | Matthias Krüger | -6/+4 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -173/+19 |
| 2023-02-12 | rustdoc: use tighter line height in h1 and h2 | Michael Howell | -0/+8 |
| 2023-02-12 | Auto merge of #107933 - petrochenkov:rmdlc, r=GuillaumeGomez | bors | -15/+2 |
| 2023-02-11 | rustdoc: account for intra-doc links in `<meta name="description">` | Michael Howell | -4/+16 |
| 2023-02-11 | rustdoc: Remove cache for preprocessed markdown links | Vadim Petrochenkov | -15/+2 |