| Age | Commit message (Expand) | Author | Lines |
| 2021-01-15 | Rollup merge of #80515 - GuillaumeGomez:js-for-loop-perf, r=Nemo157,jyn514 | Guillaume Gomez | -56/+50 |
| 2021-01-15 | Use Array.some instead of onEach to have better performance | Guillaume Gomez | -1/+1 |
| 2021-01-15 | Improve JS performance by storing length before comparing to it in loops | Guillaume Gomez | -56/+50 |
| 2021-01-15 | Rename VariantKind -> Variant | Joshua Nelson | -6/+6 |
| 2021-01-15 | Remove useless `clean::Variant` struct | Joshua Nelson | -13/+10 |
| 2021-01-09 | Replace under-used ImplPolarity enum with a boolean | Guillaume Gomez | -9/+4 |
| 2021-01-08 | Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomez | bors | -84/+123 |
| 2021-01-08 | Combine several `push_str` calls | J. Ryan Stinnett | -4/+3 |
| 2021-01-08 | Use target in `Deref` method section IDs | J. Ryan Stinnett | -41/+51 |
| 2021-01-08 | Recursively document methods via `Deref` traits | J. Ryan Stinnett | -3/+33 |
| 2021-01-08 | Rollup merge of #80738 - arusahni:master, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-01-05 | Remove bottom margin from crate version when the sidebar is collapsed. | Aru Sahni | -0/+1 |
| 2021-01-04 | Extract `sidebar_deref_methods` function | J. Ryan Stinnett | -52/+52 |
| 2021-01-04 | Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomez | bors | -0/+3 |
| 2021-01-04 | Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514 | bors | -18/+12 |
| 2021-01-03 | Simplify rustdoc handling of type aliases for associated types | Joshua Nelson | -0/+3 |
| 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 | If the current search result tab is empty, it picks the first non-empty one. ... | Guillaume Gomez | -0/+15 |
| 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 |