| Age | Commit message (Expand) | Author | Lines |
| 2021-12-27 | Make `search_index` functions private where possible | Noah Lev | -2/+2 |
| 2021-12-27 | Move `ExternalLocation` to `clean::types` | Noah Lev | -12/+2 |
| 2021-12-27 | rustdoc: Remove some unnecessary `cache` parameters | Noah Lev | -23/+12 |
| 2021-12-27 | Rename `rustdoc::html::render::cache` to `search_index` | Noah Lev | -2/+2 |
| 2021-12-23 | Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -6/+10 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -11/+2 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -25/+25 |
| 2021-12-18 | Remove `collapsed` field | Joshua Nelson | -11/+2 |
| 2021-12-17 | Auto merge of #91812 - camelid:assoc-const-lazy, r=GuillaumeGomez | bors | -12/+4 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -18/+18 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -7/+7 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -3/+3 |
| 2021-12-11 | rustdoc: Remove unused `_default` parameter | Noah Lev | -12/+4 |
| 2021-12-11 | rustdoc: Pretty-print assoc const defaults on-demand | Noah Lev | -1/+1 |
| 2021-12-11 | Don't emit shared files when scraping dependencies | Will Crichton | -6/+10 |
| 2021-12-11 | Rollup merge of #91682 - camelid:alias-layout, r=jyn514 | Matthias Krüger | -0/+1 |
| 2021-12-10 | Split CSS classes for "typedef" vs "associatedtype". | Jacob Hoffman-Andrews | -1/+1 |
| 2021-12-08 | rustdoc: Show type layout for type aliases | Noah Lev | -0/+1 |
| 2021-12-08 | Rollup merge of #91534 - jsha:heading-color, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2021-12-04 | Make rustdoc headings black, and markdown blue | Jacob Hoffman-Andrews | -1/+1 |
| 2021-12-03 | Remove single-use `GenericParamDef::get_type` function | Noah Lev | -13/+13 |
| 2021-12-02 | Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelid | bors | -25/+77 |
| 2021-12-01 | address review | b-naber | -1/+1 |
| 2021-12-01 | more fixed issues | b-naber | -0/+7 |
| 2021-11-30 | Return ConstStability instead of &ConstStability in Item::const_stability | Guillaume Gomez | -2/+2 |
| 2021-11-30 | Improve code by replacing &str with Symbol in render_stability_since_raw | Guillaume Gomez | -15/+11 |
| 2021-11-30 | Fix display for "const" deref methods in rustdoc | Guillaume Gomez | -14/+70 |
| 2021-11-29 | Only show notable traits if both types are the same | Michael Howell | -1/+8 |
| 2021-11-27 | Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomez | Matthias Krüger | -92/+50 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -16/+17 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -15/+14 |
| 2021-11-25 | Auto merge of #91195 - camelid:path-did, r=jyn514 | bors | -8/+9 |
| 2021-11-24 | Consistentize the system for image URLs in CSS. | Jacob Hoffman-Andrews | -28/+20 |
| 2021-11-24 | Move themes and version into rustdoc-vars | Jacob Hoffman-Andrews | -32/+2 |
| 2021-11-24 | Simplify rendering of stylesheet links into HTML | Jacob Hoffman-Andrews | -32/+28 |
| 2021-11-24 | Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomez | Guillaume Gomez | -17/+1 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -8/+9 |
| 2021-11-21 | Auto merge of #91073 - camelid:small-cleanups, r=jyn514 | bors | -2/+2 |
| 2021-11-20 | Reduce prominence of item-infos | Jacob Hoffman-Andrews | -17/+1 |
| 2021-11-19 | rustdoc: Record aliases as Symbols | Noah Lev | -2/+2 |
| 2021-11-20 | Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomez | Matthias Krüger | -13/+11 |
| 2021-11-14 | Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelid | bors | -4/+0 |
| 2021-11-14 | Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgr | bors | -13/+7 |
| 2021-11-13 | Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez | bors | -13/+24 |
| 2021-11-12 | Use an empty Vec instead of Option<Vec> | Michael Howell | -13/+7 |
| 2021-11-12 | Rollup merge of #90795 - GuillaumeGomez:more-search-index-comments, r=notriddle | Matthias Krüger | -2/+13 |
| 2021-11-12 | Add more comments to explain the code to generate the search index | Guillaume Gomez | -2/+13 |
| 2021-11-12 | Remove unneeded FIXME: after testing the suggested changes, we reached the co... | Guillaume Gomez | -4/+0 |
| 2021-11-11 | Use `Iterator::collect` instead of calling `Vec::push` in a loop | Michael Howell | -23/+26 |
| 2021-11-11 | librustdoc: revert use of def_id for one of the edge case | Muhammad Falak R Wani | -5/+10 |