| Age | Commit message (Expand) | Author | Lines |
| 2021-01-08 | Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpider | Yuki Okushi | -71/+1 |
| 2021-01-08 | Rollup merge of #80794 - LingMan:map_or, r=jyn514 | Yuki Okushi | -2/+2 |
| 2021-01-08 | Rollup merge of #80372 - jyn514:fix-panics, r=Manishearth | Yuki Okushi | -5/+4 |
| 2021-01-07 | Get rid of custom pretty-printing in rustdoc | Joshua Nelson | -71/+1 |
| 2021-01-07 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+2 |
| 2021-01-08 | Rollup merge of #80744 - camelid:next_def_id-docs, r=jyn514 | Yuki Okushi | -9/+17 |
| 2021-01-08 | Rollup merge of #80738 - arusahni:master, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-01-08 | Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514 | Yuki Okushi | -46/+70 |
| 2021-01-05 | Apply suggestions from code review | Camelid | -2/+2 |
| 2021-01-05 | rustdoc: Turn `next_def_id` comments into docs | Camelid | -9/+17 |
| 2021-01-05 | Remove bottom margin from crate version when the sidebar is collapsed. | Aru Sahni | -0/+1 |
| 2021-01-05 | Document hackiness around primitive associated item disambiguators | max-heller | -0/+8 |
| 2021-01-04 | Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomez | bors | -28/+37 |
| 2021-01-04 | Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514 | bors | -18/+12 |
| 2021-01-03 | half working | max-heller | -50/+51 |
| 2021-01-03 | still verify disambiguators for primitives | max-heller | -47/+57 |
| 2021-01-03 | fix issue 80559 | max-heller | -5/+10 |
| 2021-01-03 | Don't clone `type_` unnecessarily | Joshua Nelson | -8/+24 |
| 2021-01-03 | Simplify rustdoc handling of type aliases for associated types | Joshua Nelson | -28/+21 |
| 2021-01-03 | Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514 | bors | -59/+91 |
| 2021-01-03 | Only report reference-style link errors once | Dániel Buga | -59/+91 |
| 2021-01-03 | Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkor | Guillaume Gomez | -4/+4 |
| 2021-01-03 | Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j... | Guillaume Gomez | -6/+21 |
| 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 | -162/+141 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -4/+4 |
| 2021-01-02 | Simplify docfragment transformation in unindent tests | Guillaume Gomez | -14/+1 |
| 2021-01-02 | Remove unused collapse pass | Guillaume Gomez | -19/+3 |
| 2021-01-02 | Improve code for DocFragment rework | Guillaume Gomez | -19/+18 |
| 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 | -136/+145 |
| 2021-01-02 | Rework DocFragment | Guillaume Gomez | -4/+4 |
| 2021-01-02 | Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514 | bors | -103/+111 |
| 2021-01-02 | Rollup merge of #80546 - matthiaskrgr:rustdoclippy, r=LingMan | Mara Bos | -88/+58 |
| 2021-01-02 | Only use locate for borrowed strings | Dániel Buga | -7/+21 |
| 2021-01-01 | clippy fixes for librustdoc | Matthias Krüger | -88/+58 |
| 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 | -6/+20 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -2/+2 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -1/+2 |
| 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 | -65/+92 |
| 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 | -39/+34 |
| 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-31 | Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514 | bors | -2/+26 |