| Age | Commit message (Expand) | Author | Lines |
| 2021-02-12 | Modifiers -> Qualifiers | Rune Tynan | -5/+5 |
| 2021-02-08 | Allow default hash types in conversion | Rune Tynan | -0/+2 |
| 2021-02-08 | Vec -> HashSet | Rune Tynan | -7/+10 |
| 2021-02-08 | Make `header` a vec of modifiers, make FunctionPointer consistent with Functi... | Rune Tynan | -11/+22 |
| 2021-02-07 | Auto merge of #81502 - CraftSpider:method-abi, r=jyn514 | bors | -0/+1 |
| 2021-02-06 | Remove accidentally left-behind git mark | Rune Tynan | -1/+0 |
| 2021-02-06 | Auto merge of #80883 - GuillaumeGomez:remove-some-function-fields, r=ollie27 | bors | -220/+246 |
| 2021-02-06 | Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez | Jonas Schievink | -1/+4 |
| 2021-02-06 | Enable 'task list' markdown extension | Joshua Nelson | -1/+4 |
| 2021-02-05 | Add abi field to `Method` | Rune Tynan | -0/+2 |
| 2021-02-06 | Rollup merge of #81675 - poliorcetics:respect-shortness, r=jyn514 | Mara Bos | -1/+6 |
| 2021-02-06 | Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay | Mara Bos | -1/+0 |
| 2021-02-05 | Remove unneeded From trait impl for DefKind | Guillaume Gomez | -7/+1 |
| 2021-02-05 | Remove unused cache argument | Guillaume Gomez | -12/+9 |
| 2021-02-05 | Improve code | Guillaume Gomez | -3/+3 |
| 2021-02-05 | Improve html::render::cache::get_real_types code | Guillaume Gomez | -5/+127 |
| 2021-02-05 | Remove Function all_types and ret_types fields | Guillaume Gomez | -218/+88 |
| 2021-02-05 | Explicitly match all DefKind item in conversion to TypeKind | Guillaume Gomez | -0/+43 |
| 2021-02-05 | Rollup merge of #81763 - camelid:rustdoc-passes-desc-up, r=GuillaumeGomez | Mara Bos | -7/+7 |
| 2021-02-05 | Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514 | Mara Bos | -5/+4 |
| 2021-02-05 | Rollup merge of #81497 - camelid:rustdoc-display_fn-remove-cell, r=jyn514 | Mara Bos | -11/+11 |
| 2021-02-05 | Rollup merge of #81318 - CraftSpider:json-trait-fix, r=jyn514 | Mara Bos | -11/+9 |
| 2021-02-04 | Cleanup rustdoc pass descriptions a bit | Camelid | -7/+7 |
| 2021-02-03 | Rollup merge of #81681 - Smittyvb:rustdoc-shortcuts-styling, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2021-02-03 | Rollup merge of #81679 - GuillaumeGomez:clean-fixme-match-bind, r=poliorcetic... | Guillaume Gomez | -2/+10 |
| 2021-02-02 | Better styling of "Switch result tab" shortcut | Smitty | -2/+2 |
| 2021-02-02 | Bind all clean::Type variants and remove FIXME | Guillaume Gomez | -2/+10 |
| 2021-02-02 | Make rustdoc respect `--error-format short` | Alexis Bourget | -1/+6 |
| 2021-02-02 | Rollup merge of #81630 - GuillaumeGomez:overflow-sidebar-title-text, r=pickfire | Jonas Schievink | -0/+8 |
| 2021-02-02 | Rollup merge of #81492 - camelid:rustdoc-internal-mod-vis, r=GuillaumeGomez | Jonas Schievink | -1/+3 |
| 2021-02-02 | Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27 | bors | -14/+27 |
| 2021-02-01 | Fix overflowing text on mobile when sidebar is displayed | Guillaume Gomez | -0/+8 |
| 2021-02-01 | Put back primitives in search | Guillaume Gomez | -14/+27 |
| 2021-02-01 | Rollup merge of #81592 - GuillaumeGomez:rustdoc-ui-fixes, r=Nemo157 | Jonas Schievink | -11/+2 |
| 2021-01-31 | rustdoc: Note why `rustdoc::html::markdown` is public | Camelid | -1/+3 |
| 2021-01-31 | Improve resize handling | Guillaume Gomez | -1/+1 |
| 2021-01-31 | Prevent search section to go over search input | Guillaume Gomez | -1/+1 |
| 2021-01-31 | Remove unneeded explicit width from search results | Guillaume Gomez | -9/+0 |
| 2021-01-31 | Rollup merge of #81563 - pickfire:patch-6, r=GuillaumeGomez | Jonas Schievink | -0/+4 |
| 2021-01-31 | Rollup merge of #81558 - pickfire:patch-5, r=GuillaumeGomez | Jonas Schievink | -1/+2 |
| 2021-01-31 | Remove extra trailing spaces | Ivan Tham | -1/+1 |
| 2021-01-31 | Fix docblock short code missing end whitespaces | Ivan Tham | -0/+3 |
| 2021-01-31 | Improve docblock readability on small screen | Ivan Tham | -0/+4 |
| 2021-01-31 | Fix ascii art text wrapping in mobile | Ivan Tham | -3/+1 |
| 2021-01-30 | Balance sidebar `Deref` cycle check with main content | J. Ryan Stinnett | -7/+11 |
| 2021-01-30 | Rollup merge of #81512 - GuillaumeGomez:cleanup-fixme-rustdoc, r=bugadani | Yuki Okushi | -2/+1 |
| 2021-01-30 | Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG... | Yuki Okushi | -13/+21 |
| 2021-01-30 | rustdoc tweaking | bors | -512/+520 |
| 2021-01-29 | rustdoc: Move `display_fn` struct inside `display_fn` | Camelid | -11/+11 |
| 2021-01-29 | Add missiong variants in match binding | Guillaume Gomez | -2/+1 |