| Age | Commit message (Expand) | Author | Lines |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-25 | rustdoc: do not write `{{root}}` in `pub use ::foo` docs | Michael Howell | -1/+2 |
| 2022-04-20 | rustdoc: Clean up `html::format::print_where_clause` | Roc Yu | -70/+62 |
| 2022-04-19 | Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -3/+2 |
| 2022-04-17 | Remove extra space before a where clause in the documentation | Loïc BRANSTETT | -1/+2 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -0/+15 |
| 2022-03-11 | Auto merge of #94304 - notriddle:notriddle/buffer-args, r=CraftSpider | bors | -27/+19 |
| 2022-03-06 | Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG... | Matthias Krüger | -72/+85 |
| 2022-03-03 | make generic projection types print correctly | Michael Goulet | -5/+11 |
| 2022-02-23 | rustdoc: write directly to buffer in `inner_full_print` | Michael Howell | -27/+19 |
| 2022-02-22 | Address review comments | Deadbeef | -10/+10 |
| 2022-02-22 | Bless rustdoc test | Deadbeef | -84/+82 |
| 2022-02-22 | Do not display hidden `~const Drop` bounds | Deadbeef | -5/+19 |
| 2022-02-22 | Do not display ~const in rustdoc | Deadbeef | -1/+2 |
| 2022-02-03 | rustdoc: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-02-01 | librustdoc: inline and forward all methods for `impl Write for Buffer` | Muhammad Falak R Wani | -0/+11 |
| 2022-02-01 | librustdoc: impl core::fmt::Write for rustdoc::html::render::Buffer | Muhammad Falak R Wani | -0/+6 |
| 2022-01-17 | Update term for use in more places | kadmin | -3/+15 |
| 2022-01-14 | Estimate path length instead of hardcoding 64 bytes | Noah Lev | -2/+2 |
| 2022-01-14 | Use UrlPartsBuilder and remove `join_with_slash` | Noah Lev | -22/+0 |
| 2022-01-14 | rustdoc: remove some unnecessary sigils. | Nicholas Nethercote | -1/+1 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -39/+82 |
| 2021-12-31 | Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2021-12-29 | Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomez | Matthias Krüger | -2/+4 |
| 2021-12-29 | Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomez | bors | -3/+1 |
| 2021-12-27 | Move `ExternalLocation` to `clean::types` | Noah Lev | -2/+4 |
| 2021-12-27 | Rename `rustdoc::html::render::cache` to `search_index` | Noah Lev | -1/+1 |
| 2021-12-25 | Remove unneeded call to `collect` | Roc Yu | -5/+6 |
| 2021-12-25 | Remove `String` allocation in loop | Roc Yu | -3/+1 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -15/+13 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -5/+5 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -10/+8 |
| 2021-12-13 | rustdoc: Add `UrlPartsBuilder` | Noah Lev | -9/+10 |
| 2021-12-10 | Split CSS classes for "typedef" vs "associatedtype". | Jacob Hoffman-Andrews | -1/+1 |
| 2021-12-03 | rustdoc: Remove single-use `Lifetime::get_ref()` function | Noah Lev | -1/+1 |
| 2021-12-02 | Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=Amanieu | Matthias Krüger | -0/+4 |
| 2021-12-02 | Transform const generics if the function uses rustc_legacy_const_generics | Guillaume Gomez | -0/+4 |
| 2021-11-30 | Return ConstStability instead of &ConstStability in Item::const_stability | Guillaume Gomez | -4/+1 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -3/+2 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -1/+1 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -1/+2 |
| 2021-11-24 | Return the actual `DefId` for assoc. items in `register_res` | Noah Lev | -1/+12 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -1/+1 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -2/+3 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -2/+3 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -1/+1 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -5/+5 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -39/+36 |
| 2021-10-09 | Fix invalid HTML generation for higher bounds | Guillaume Gomez | -2/+6 |