| Age | Commit message (Expand) | Author | Lines |
| 2021-01-04 | Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514 | bors | -18/+12 |
| 2021-01-03 | Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514 | bors | -7/+17 |
| 2021-01-03 | Only report reference-style link errors once | Dániel Buga | -7/+17 |
| 2021-01-03 | Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j... | Guillaume Gomez | -3/+9 |
| 2021-01-03 | Inline resetMouseMoved function directly into "mousemove" event handler | Guillaume Gomez | -5/+1 |
| 2021-01-03 | Replace some loops with "onEachLazy" call | Guillaume Gomez | -13/+11 |
| 2021-01-03 | Create a "is_ignore" variable instead of doing the comparison multiple times | Guillaume Gomez | -3/+4 |
| 2021-01-03 | Auto merge of #80261 - GuillaumeGomez:attr-rework, r=jyn514 | bors | -13/+8 |
| 2021-01-02 | Improve code for DocFragment rework | Guillaume Gomez | -6/+2 |
| 2021-01-02 | Auto merge of #80412 - GuillaumeGomez:fix-search-section-pos, r=jyn514 | bors | -1/+4 |
| 2021-01-02 | End of rework of Attributes struct | Guillaume Gomez | -10/+9 |
| 2021-01-02 | Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514 | bors | -71/+84 |
| 2021-01-02 | Rollup merge of #80546 - matthiaskrgr:rustdoclippy, r=LingMan | Mara Bos | -26/+23 |
| 2021-01-02 | Only use locate for borrowed strings | Dániel Buga | -7/+21 |
| 2021-01-01 | clippy fixes for librustdoc | Matthias Krüger | -26/+23 |
| 2021-01-01 | Auto merge of #80569 - notriddle:patch-3, r=jyn514 | bors | -7/+1 |
| 2021-01-01 | Add suggestion in case a "ignore" doc block has invalid rust code inside | Guillaume Gomez | -3/+8 |
| 2020-12-31 | Use Array.prototype.filter instead of open-coding | Michael Howell | -7/+1 |
| 2020-12-31 | Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514 | Dylan DPC | -38/+65 |
| 2020-12-31 | Add FIXME for visibility of a module | Camelid | -0/+3 |
| 2020-12-31 | Collect links into a single vector | Dániel Buga | -7/+5 |
| 2020-12-31 | Always provide a range | Dániel Buga | -7/+7 |
| 2020-12-31 | Remove unnecessary scope | Dániel Buga | -36/+33 |
| 2020-12-31 | Use ranges returned by pulldown | Dániel Buga | -31/+35 |
| 2020-12-30 | Update `find_nearest_parent_module` | Camelid | -3/+3 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -3/+3 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -3/+3 |
| 2020-12-30 | Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor | Yuki Okushi | -1/+1 |
| 2020-12-30 | Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomez | Yuki Okushi | -61/+65 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |
| 2020-12-30 | Rollup merge of #80482 - matthiaskrgr:cl0ne_on_copy, r=jyn514 | Yuki Okushi | -2/+2 |
| 2020-12-30 | Rollup merge of #80472 - GuillaumeGomez:sans-serif-for-all-items-page, r=Nemo157 | Yuki Okushi | -1/+3 |
| 2020-12-29 | Remove trailing semicolon in librustdoc | Aaron Hill | -1/+1 |
| 2020-12-29 | don't clone copy types | Matthias Krüger | -2/+2 |
| 2020-12-29 | Use sans-serif font for the "all items" page links | Guillaume Gomez | -1/+3 |
| 2020-12-29 | Fix search section position on small devices | Guillaume Gomez | -1/+4 |
| 2020-12-29 | Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote | bors | -27/+28 |
| 2020-12-26 | Revert "Cleanup markdown span handling" | Joshua Nelson | -61/+65 |
| 2020-12-25 | Prefer `pub(crate)` over no modifier | Camelid | -3/+3 |
| 2020-12-25 | Handle `pub(super)` | Camelid | -1/+9 |
| 2020-12-25 | Fix bugs; fix and add tests | Camelid | -47/+47 |
| 2020-12-25 | rustdoc: Render visibilities succinctly | Camelid | -20/+36 |
| 2020-12-25 | Auto merge of #80226 - ThePuzzlemaker:issue-80004-fix, r=jyn514,petrochenkov | bors | -12/+24 |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -1/+1 |
| 2020-12-24 | rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun... | ThePuzzlemaker | -12/+24 |
| 2020-12-24 | Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N... | bors | -65/+47 |
| 2020-12-23 | Update HTML DOM attribute "edition" to "data-edition" | Guillaume Gomez | -2/+2 |
| 2020-12-23 | Box ItemKind to reduce the size of `Item` | Joshua Nelson | -27/+28 |
| 2020-12-23 | Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomez | bors | -35/+44 |
| 2020-12-23 | Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomez | bors | -36/+54 |