| Age | Commit message (Expand) | Author | Lines |
| 2021-10-04 | Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomez | bors | -15/+8 |
| 2021-09-14 | Workaround blink/chromium grid layout limitation of 1000 rows | Stefan Schindler | -0/+12 |
| 2021-09-14 | fix ICE on hidden tuple variant fields | Emil Gardström | -24/+27 |
| 2021-09-02 | Auto merge of #88516 - matthiaskrgr:clippy_perf_end_august, r=jyn514,Guillaum... | bors | -4/+3 |
| 2021-09-01 | Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ... | bors | -38/+81 |
| 2021-09-01 | Remove implementors setting | Guillaume Gomez | -6/+0 |
| 2021-09-01 | Clean render_impl arguments | Guillaume Gomez | -46/+67 |
| 2021-09-01 | Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomez | Mara Bos | -1/+1 |
| 2021-08-31 | some low hanging clippy::perf fixes | Matthias Krüger | -4/+3 |
| 2021-08-31 | Remove bolding on associated constants | Noah Lev | -1/+1 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -17/+24 |
| 2021-08-30 | Put back "auto-collapse-implementors" setting | Guillaume Gomez | -0/+6 |
| 2021-08-30 | Put back display of associated items (types and consts) | Guillaume Gomez | -11/+33 |
| 2021-08-29 | Rollup merge of #88419 - GuillaumeGomez:code-blocks-colors, r=camelid,notriddle | Guillaume Gomez | -1/+1 |
| 2021-08-29 | Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG... | Guillaume Gomez | -43/+270 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -17/+24 |
| 2021-08-28 | Fix code blocks color in ayu theme | Guillaume Gomez | -1/+1 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -1/+1 |
| 2021-08-26 | Auto merge of #88222 - jyn514:shared-cache, r=GuillaumeGomez | bors | -49/+38 |
| 2021-08-25 | Don't panic if `close_tag()` is called without tags to close | Noah Lev | -3/+14 |
| 2021-08-25 | Assert that `tag_name` is alphabetic | Noah Lev | -0/+8 |
| 2021-08-25 | Add tests for `HtmlWithLimit` | Noah Lev | -0/+122 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-22 | Move Cache from Context to SharedContext | Joshua Nelson | -49/+38 |
| 2021-08-21 | Use `write!` | Noah Lev | -6/+2 |
| 2021-08-21 | Use the length limit as the initial capacity | Noah Lev | -2/+11 |
| 2021-08-21 | Clarify wording in docs | Noah Lev | -1/+1 |
| 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-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 |