| Age | Commit message (Expand) | Author | Lines |
| 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-24 | Stabilize `force-warn` | inquisitivecrystal | -3/+2 |
| 2021-08-24 | Tidy up lint command line flags | inquisitivecrystal | -12/+5 |
| 2021-08-23 | Doctest persist full binaries when persisting | Patrick Conrad | -1/+1 |
| 2021-08-22 | Revert "Revert "Don't load all extern crates unconditionally"" | Joshua Nelson | -37/+78 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 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-21 | Auto merge of #82776 - jyn514:extern-url-fallback, r=GuillaumeGomez | bors | -11/+26 |
| 2021-08-21 | Auto merge of #88149 - Mark-Simulacrum:prep-never-type, r=jackh726 | bors | -0/+1 |
| 2021-08-19 | Refactor Markdown length-limited summary implementation | Noah Lev | -43/+125 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+1 |
| 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-19 | Give precedence to `html_root_url` over `--extern-html-root-url` by default, ... | Joshua Nelson | -11/+26 |
| 2021-08-19 | Auto merge of #87818 - GuillaumeGomez:anchors-display-rustdoc, r=camelid | bors | -5/+9 |
| 2021-08-18 | Rollup merge of #88111 - GuillaumeGomez:background-color-jump-to-def, r=jhpratt | Guillaume Gomez | -0/+9 |
| 2021-08-18 | Rollup merge of #87818 - GuillaumeGomez:anchors-display-rustdoc, r=camelid | Guillaume Gomez | -5/+9 |
| 2021-08-18 | Fix anchors display in rustdoc | Guillaume Gomez | -5/+9 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -47/+54 |
| 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-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -8/+6 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -8/+6 |
| 2021-08-12 | Updates favicon order of precedence as it matters to Chrome | skim | -2/+2 |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -2/+2 |
| 2021-08-08 | Fix heading colours in Ayu theme | Klim Tsoutsman | -1/+1 |
| 2021-08-08 | Rollup merge of #87834 - camelid:span-typo, r=CraftSpider | Yuki Okushi | -1/+1 |
| 2021-08-06 | Fix small typo | Noah Lev | -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 | -15/+6 |
| 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 | -9/+10 |
| 2021-08-05 | * Rename 'move_span' into 'local_span_to_global_span' | Guillaume Gomez | -17/+85 |