| Age | Commit message (Expand) | Author | Lines |
| 2023-02-22 | rustdoc: reduce allocations when generating tooltips | Michael Howell | -6/+13 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -1/+1 |
| 2023-02-16 | Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2023-02-15 | use chars instead of strings where applicable | Matthias Krüger | -3/+3 |
| 2023-02-15 | Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddle | Matthias Krüger | -5/+3 |
| 2023-02-15 | Use more let chain | Guillaume Gomez | -5/+3 |
| 2023-02-13 | rustdoc: add more tooltips to intra-doc links | Michael Howell | -0/+16 |
| 2023-02-07 | rustdoc: use a newline instead of `<br>` to format code headers | Michael Howell | -17/+14 |
| 2023-02-04 | rustdoc: trait bound formatting | Roland Strasser | -2/+10 |
| 2023-02-03 | Replace nbsp in all rustdoc code blocks | Michael Howell | -10/+10 |
| 2023-01-23 | rustdoc: rearrange HTML in primitive reference links | Michael Howell | -8/+2 |
| 2023-01-15 | rustdoc: simplify some & ref erences | Matthias Krüger | -1/+1 |
| 2023-01-13 | fmt_type: don't alloc const String, use &str instead | klensy | -1/+1 |
| 2023-01-13 | generate_macro_def_id_path: don't eagerly stringify Symbols | klensy | -7/+12 |
| 2022-12-22 | Fix ICE | kadmin | -4/+4 |
| 2022-11-07 | rustdoc: use javascript to layout notable traits popups | Michael Howell | -4/+0 |
| 2022-11-04 | rustdoc: render unnamed arguments as underscores in cross-crate functions & f... | León Orell Valerian Liehr | -7/+4 |
| 2022-11-03 | Remove rustdoc clean::Visibility type | Guillaume Gomez | -77/+74 |
| 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 |