| Age | Commit message (Expand) | Author | Lines |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -2/+5 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-11 | Handle private dep at the same level as masked crates | Guillaume Gomez | -15/+10 |
| 2023-10-11 | Prevent showing methods from blanket impls of not available foreign traits to... | Guillaume Gomez | -1/+13 |
| 2023-10-10 | Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui... | Guillaume Gomez | -31/+42 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+1 |
| 2023-09-21 | rustdoc-search: add impl disambiguator to duplicate assoc items | Michael Howell | -0/+13 |
| 2023-09-21 | rustdoc: use let chain in `CacheBuilder::fold_item` | Michael Howell | -31/+29 |
| 2023-08-26 | rustdoc: bind typedef inner type items to the folding system | Urgau | -0/+1 |
| 2023-08-21 | rustdoc: Rename `clean` items from typedef to type alias | Noah Lev | -5/+5 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -2/+5 |
| 2023-07-14 | Correctly handle `--document-hidden-items` | Guillaume Gomez | -2/+5 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -2/+5 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -1/+0 |
| 2023-06-20 | Fix invalid creation of files in rustdoc | Guillaume Gomez | -0/+5 |
| 2023-05-27 | Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-05-27 | Clean up usage of `cx.tcx` when `tcx` is already set into a variable | Guillaume Gomez | -1/+1 |
| 2023-05-22 | rustdoc: Cleanup doc string collapsing | Vadim Petrochenkov | -3/+2 |
| 2023-05-05 | Correctly handle associated items of a trait inside a `#[doc(hidden)]` item | Guillaume Gomez | -1/+7 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -4/+3 |
| 2023-04-02 | rustdoc: fix quadratic time in intra-doc link pass | Jacob Hoffman-Andrews | -2/+2 |
| 2023-03-11 | Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha | Matthias Krüger | -0/+1 |
| 2023-03-10 | rustdoc: sort deprecated items lower in search | Peter Jaszkowiak | -0/+1 |
| 2023-02-19 | Rollup merge of #108146 - notriddle:notriddle/rustdoc-search-reference, r=Gui... | Dylan DPC | -0/+10 |
| 2023-02-17 | Add comment explaining the search index tweak | Michael Howell | -0/+6 |
| 2023-02-16 | rustdoc: hide `reference` methods in search index | Michael Howell | -0/+4 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-15 | Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddle | Matthias Krüger | -10/+9 |
| 2023-02-15 | Use more let chain | Guillaume Gomez | -10/+9 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -1/+1 |
| 2023-02-13 | rustdoc: use a string with one-character codes for search index types | Michael Howell | -0/+1 |
| 2023-01-22 | rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)` | Vadim Petrochenkov | -5/+5 |
| 2023-01-15 | rustdoc: simplify some & ref erences | Matthias Krüger | -1/+1 |
| 2023-01-13 | IndexItem.name String -> Symbol | klensy | -4/+5 |
| 2023-01-10 | Remove unneeded ItemId::Primitive variant | Guillaume Gomez | -6/+0 |
| 2022-12-12 | rustdoc: stop treating everything in a trait item as a method | Michael Howell | -0/+3 |
| 2022-10-31 | Don't generate tuple struct fields into the search index | Guillaume Gomez | -15/+22 |
| 2022-10-29 | rustdoc: Split effective visibilities from rustc from similar data built by r... | Vadim Petrochenkov | -8/+5 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -6/+12 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -2/+2 |
| 2022-09-27 | rustdoc: remove `clean::TraitWithExtraInfo` | Michael Howell | -8/+3 |
| 2022-09-09 | Rustdoc support | Michael Goulet | -0/+1 |
| 2022-08-16 | rustdoc: box ItemKind::Trait | Michael Howell | -1/+1 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -1/+1 |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -2/+2 |
| 2022-06-24 | rustdoc: reference function signature types from the `p` array | Michael Howell | -2/+0 |
| 2022-06-04 | Don't generate "Impls on Foreign Types" for std | Jacob Hoffman-Andrews | -2/+15 |