| Age | Commit message (Expand) | Author | Lines |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -8/+6 |
| 2022-01-13 | rustdoc: decouple stability and const-stability | Andy Russell | -36/+55 |
| 2022-01-13 | Use the updated Rust logo and change it's format to SVG | Loïc BRANSTETT | -1/+1 |
| 2022-01-13 | Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomez | Matthias Krüger | -5/+14 |
| 2022-01-13 | Auto merge of #92526 - djc:rustdoc-askama, r=jsha | bors | -52/+7 |
| 2022-01-12 | Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri... | Matthias Krüger | -2/+6 |
| 2022-01-12 | Rollup merge of #92699 - camelid:private-fields, r=jsha | Matthias Krüger | -5/+3 |
| 2022-01-11 | rustdoc: do not emit tuple variant fields if none are documented | Andy Russell | -5/+14 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -2/+2 |
| 2022-01-10 | Add missing suffix for sidebar-items script path | Guillaume Gomez | -2/+6 |
| 2022-01-10 | Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f... | Dirkjan Ochtman | -2/+0 |
| 2022-01-10 | Address feedback | Dirkjan Ochtman | -3/+1 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -48/+7 |
| 2022-01-10 | Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomez | Matthias Krüger | -9/+13 |
| 2022-01-09 | Display "private fields" instead of "fields omitted" | Noah Lev | -5/+3 |
| 2022-01-08 | Remove useless collapse toggle on "all items" page | Guillaume Gomez | -8/+0 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -9/+13 |
| 2021-12-31 | Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2021-12-30 | Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514 | bors | -1/+1 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -1/+1 |
| 2021-12-28 | Add regression test for #59502 | Noah Lev | -0/+2 |
| 2021-12-28 | Remove unused parameter | Noah Lev | -6/+5 |
| 2021-12-27 | Give clearer names to several search index functions | Noah Lev | -12/+24 |
| 2021-12-27 | Coalesce two arguments as `&Function` | Noah Lev | -6/+8 |
| 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 |