| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | rustdoc: Split effective visibilities from rustc from similar data built by r... | Vadim Petrochenkov | -1/+1 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-05 | rustdoc: render more cross-crate hrtbs properly | León Orell Valerian Liehr | -1/+2 |
| 2022-09-30 | rustdoc: remove orphaned link on array bracket | Michael Howell | -8/+18 |
| 2022-09-21 | Add missing space between notable trait tooltip and where clause | Urgau | -1/+1 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -2/+2 |
| 2022-09-01 | Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=... | Matthias Krüger | -9/+4 |
| 2022-08-31 | Remove unneeded extra whitespace before where clause | Guillaume Gomez | -9/+4 |
| 2022-08-30 | rustdoc: Resugar async fn return type in `clean`, not `html` | Nixon Enraght-Moony | -13/+4 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -1/+6 |
| 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 |