| Age | Commit message (Expand) | Author | Lines |
| 2022-08-05 | rustdoc: reduce the number of intermediate Strings allocated | Michael Howell | -1/+1 |
| 2022-07-19 | Improve the function pointer docs | Michael Howell | -6/+26 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -1/+14 |
| 2022-07-13 | Auto merge of #99066 - est31:remove_box_librustdoc, r=jsha | bors | -6/+8 |
| 2022-07-11 | Remove box syntax from Box<dyn Iterator> construction | est31 | -6/+8 |
| 2022-07-07 | Replace boolean argument for print_where_clause with an enum to make code mor... | Guillaume Gomez | -4/+10 |
| 2022-07-05 | Fix invalid add of whitespace when there is where clause | Guillaume Gomez | -0/+4 |
| 2022-07-02 | Remove unwanted trailing whitespaces for long declarations | Guillaume Gomez | -8/+4 |
| 2022-06-20 | Fix panic by checking if `CStore` has the crate data we want before actually ... | Guillaume Gomez | -6/+14 |
| 2022-06-20 | Integrate `generate_macro_def_id_path` into `href_with_root_path` | Guillaume Gomez | -1/+70 |
| 2022-06-20 | Add support for macro in "jump to def" feature | Guillaume Gomez | -0/+1 |
| 2022-06-19 | Rollup merge of #98105 - notriddle:notriddle/tuple-links, r=jsha | Dylan DPC | -10/+34 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -3/+19 |
| 2022-06-14 | rustdoc: change "variadic tuple" notation to look less like real syntax | Michael Howell | -1/+1 |
| 2022-06-14 | rustdoc: remove tuple link on round braces | Michael Howell | -10/+34 |
| 2022-06-13 | rustdoc: remove link on slice brackets | Michael Howell | -27/+2 |
| 2022-06-11 | Add test case for #trait-implementations-1 link | Michael Howell | -0/+2 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -1/+1 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -3/+17 |
| 2022-06-02 | rustdoc: clean up primitive.slice.html links | Michael Howell | -22/+16 |
| 2022-05-24 | fix clippy perf lints | klensy | -10/+13 |
| 2022-05-24 | fix simple clippy lints | klensy | -8/+5 |
| 2022-05-22 | Clean up `&args[..]`, use more readable `args.iter()` instead | Michael Howell | -3/+3 |
| 2022-05-21 | Shrink GenericArgs/PathSegment with boxed slices | Michael Howell | -3/+3 |
| 2022-05-21 | Auto merge of #93963 - GuillaumeGomez:reduce-clean-type-size, r=notriddle | bors | -5/+1 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -47/+55 |
| 2022-05-15 | Reduce clean::Type size by replacing a DefId (only used to check for display)... | Guillaume Gomez | -5/+1 |
| 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 |