| Age | Commit message (Expand) | Author | Lines |
| 2021-08-19 | Refactor Markdown length-limited summary implementation | Noah Lev | -43/+124 |
| 2021-08-19 | Rollup merge of #88093 - Kobzol:rustdoc-wrap-code-in-code-tag, r=GuillaumeGomez | Guillaume Gomez | -266/+294 |
| 2021-08-19 | [rustdoc] Wrap code blocks in <code> tag | Jakub Beránek | -266/+294 |
| 2021-08-18 | Rollup merge of #88111 - GuillaumeGomez:background-color-jump-to-def, r=jhpratt | Guillaume Gomez | -0/+9 |
| 2021-08-18 | Fix anchors display in rustdoc | Guillaume Gomez | -5/+9 |
| 2021-08-17 | Add background-color on clickable definitions in source code | Guillaume Gomez | -0/+9 |
| 2021-08-16 | Rollup merge of #87178 - moxian:rd-use, r=jyn514 | Mara Bos | -4/+3 |
| 2021-08-12 | Updates favicon order of precedence as it matters to Chrome | skim | -2/+2 |
| 2021-08-08 | Fix heading colours in Ayu theme | Klim Tsoutsman | -1/+1 |
| 2021-08-06 | Add test for union keyword highlighting | Guillaume Gomez | -0/+26 |
| 2021-08-06 | Fix highlighting for union keyword | Guillaume Gomez | -5/+65 |
| 2021-08-05 | Remove LightSpan and use Span directly | Guillaume Gomez | -98/+44 |
| 2021-08-05 | Remove warnings/errors from compiler when using typeck_body in rustdoc span m... | Guillaume Gomez | -5/+5 |
| 2021-08-05 | * Rename LightSpan::empty into LightSpan::dummy | Guillaume Gomez | -23/+19 |
| 2021-08-05 | Add missing root_path when generating links using href | Guillaume Gomez | -2/+26 |
| 2021-08-05 | Add documentation and FIXME | Guillaume Gomez | -4/+7 |
| 2021-08-05 | Fix invalid generation of HTML in highlight | Guillaume Gomez | -41/+60 |
| 2021-08-05 | formatting | Guillaume Gomez | -30/+19 |
| 2021-08-05 | Use rustdoc Span in LinkFromSrc directly | Guillaume Gomez | -6/+5 |
| 2021-08-05 | Move extra arguments for highlight URL generation into a new ContextInfo stru... | Guillaume Gomez | -40/+42 |
| 2021-08-05 | Wrap the span_map tuple index into a type called "LightSpan" | Guillaume Gomez | -44/+68 |
| 2021-08-05 | Improve code readability | Guillaume Gomez | -57/+46 |
| 2021-08-05 | * Rename Span::from_rustc_span to Span::new | Guillaume Gomez | -1/+1 |
| 2021-08-05 | * Rename 'move_span' into 'local_span_to_global_span' | Guillaume Gomez | -14/+78 |
| 2021-08-05 | Underline source code links on hover | Guillaume Gomez | -0/+4 |
| 2021-08-05 | Update rustdoc tests | Guillaume Gomez | -3/+3 |
| 2021-08-05 | Generate links for modules as well | Guillaume Gomez | -5/+24 |
| 2021-08-05 | Generate links for methods as well | Guillaume Gomez | -19/+39 |
| 2021-08-05 | Add an option for the source code link generation | Guillaume Gomez | -3/+12 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -106/+449 |
| 2021-08-04 | Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514 | Yuki Okushi | -3/+3 |
| 2021-08-03 | Simplify usage of CSS background-image | Guillaume Gomez | -24/+57 |
| 2021-08-03 | Use empty string instead of single space | Michael Howell | -2/+2 |
| 2021-08-03 | Pull the "Expand" / "Collapse" text to the end of the line, instead of start | Michael Howell | -7/+17 |
| 2021-08-03 | Rustdoc accessibility: use an icon for the [-]/[+] controls | Michael Howell | -8/+69 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -3/+3 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -12/+19 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+1 |
| 2021-07-26 | Pass correct line number for indented code blocks. | Abdalrhman Mohamed | -1/+29 |
| 2021-07-26 | Rollup merge of #87474 - GuillaumeGomez:missing-whitespace-after-attr, r=notr... | Guillaume Gomez | -1/+1 |
| 2021-07-26 | Rollup merge of #87464 - camelid:rm-union-structhead, r=jyn514 | Guillaume Gomez | -4/+2 |
| 2021-07-26 | Rollup merge of #87444 - camelid:flatten-nested-format, r=jyn514 | Guillaume Gomez | -2/+2 |
| 2021-07-26 | Add missing whitespace after attribute in HTML template | Guillaume Gomez | -1/+1 |
| 2021-07-26 | Add support for tuple struct fields documentation in enums as well | Guillaume Gomez | -3/+7 |
| 2021-07-25 | Remove unnecessary `structhead` parameter from `render_union` | Noah Lev | -4/+2 |
| 2021-07-25 | Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume... | bors | -22/+30 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -22/+30 |
| 2021-07-25 | Add support for tuple structs' fields documentation | Guillaume Gomez | -9/+12 |
| 2021-07-25 | don't slice slices (clippy::redundant_slicing) | Matthias Krüger | -2/+2 |