| Age | Commit message (Expand) | Author | Lines |
| 2020-11-17 | Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ... | Guillaume Gomez | -14/+27 |
| 2020-11-17 | Ensure that the source code display is working with DOS backline | Guillaume Gomez | -0/+2 |
| 2020-11-13 | Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb | bors | -1/+1 |
| 2020-11-12 | Auto merge of #78976 - GuillaumeGomez:rollup-endkih3, r=GuillaumeGomez | bors | -2/+5 |
| 2020-11-12 | Rollup merge of #78921 - GuillaumeGomez:search-result-title, r=jyn514 | Guillaume Gomez | -2/+5 |
| 2020-11-12 | Auto merge of #78773 - GuillaumeGomez:theme-picker-shortcut, r=jyn514 | bors | -0/+10 |
| 2020-11-11 | Rollup merge of #78923 - jyn514:intra-doc-comments, r=Manishearth | Jonas Schievink | -167/+247 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -3/+2 |
| 2020-11-10 | Cleanup and comment intra-doc link pass | Joshua Nelson | -167/+247 |
| 2020-11-10 | Improve the page title switch handling between search and doc | Guillaume Gomez | -2/+5 |
| 2020-11-10 | (rustdoc) [src] link for types defined by macros shows invocation | Florian Warzecha | -4/+9 |
| 2020-11-09 | Rollup merge of #78868 - notriddle:master, r=GuillaumeGomez | Dylan DPC | -2/+3 |
| 2020-11-09 | Rollup merge of #78114 - jyn514:private, r=oli-obk | Dylan DPC | -5/+6 |
| 2020-11-07 | Fix tab focus on restyled switches | Michael Howell | -2/+3 |
| 2020-11-07 | resolve: Collapse `macro_rules` scope chains on the fly | Vadim Petrochenkov | -1/+1 |
| 2020-11-06 | Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514 | bors | -0/+1 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -1/+148 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Add PRIVATE_INTRA_DOC_LINKS to rustdoc special-casing | Joshua Nelson | -5/+6 |
| 2020-11-05 | Add shortcut for theme picker menu | Guillaume Gomez | -0/+10 |
| 2020-11-05 | Rollup merge of #78584 - notriddle:master, r=GuillaumeGomez | Mara Bos | -12/+64 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -17/+18 |
| 2020-11-05 | Improve lint even more | Guillaume Gomez | -4/+5 |
| 2020-11-05 | Don't check for URLs inside codeblocks | Guillaume Gomez | -20/+30 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -16/+16 |
| 2020-11-05 | Improve automatic_links globally | Guillaume Gomez | -19/+18 |
| 2020-11-05 | Extend automatic_links lint to take into account URLs without link syntax | Guillaume Gomez | -27/+63 |
| 2020-11-05 | Add new lint for automatic_links improvements | Guillaume Gomez | -0/+100 |
| 2020-11-04 | Added Rustdoc book sections for linting and embedding more examples | Andrew Gauger | -0/+1 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -2/+2 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -4/+5 |
| 2020-11-03 | Rollup merge of #78400 - GuillaumeGomez:fix-unindent, r=jyn514 | Yuki Okushi | -92/+98 |
| 2020-11-01 | Improve code in unindent_comment a bit more | Guillaume Gomez | -21/+22 |
| 2020-10-30 | Pull theme picker keyboard code into main.js | Michael Howell | -51/+59 |
| 2020-10-30 | Add comment describing the Escape key weirdness | Michael Howell | -2/+8 |
| 2020-10-30 | Add aria roles for theme picker menu | Michael Howell | -2/+2 |
| 2020-10-30 | Allow the theme picker to work with arrow keys | Michael Howell | -2/+46 |
| 2020-10-30 | Close the theme picker when Escape is pressed | Michael Howell | -8/+2 |
| 2020-10-29 | Update tests | Guillaume Gomez | -6/+1 |
| 2020-10-29 | Change a bit how the first doc comment lines are handled | Guillaume Gomez | -38/+33 |
| 2020-10-28 | rustdoc: Use Vec::into_iter() rather than drain() | Ian Jackson | -2/+2 |
| 2020-10-28 | Add a comment about non-panicking of splitn().next().unwrap() | Ian Jackson | -0/+1 |
| 2020-10-28 | rustdoc: Fix some nits | Ian Jackson | -4/+4 |
| 2020-10-28 | rustdoc: Provide a --default-theme THEME option | Ian Jackson | -0/+21 |
| 2020-10-28 | rustdoc: Provide a general --default-setting SETTING[=VALUE] option | Ian Jackson | -2/+26 |
| 2020-10-28 | rustdoc: Provide a way to set the default settings from Rust code | Ian Jackson | -2/+39 |
| 2020-10-28 | rustdoc: js: Use getSettingValue for all rustdoc-* values | Ian Jackson | -24/+25 |
| 2020-10-27 | Rollup merge of #78348 - jyn514:pub-crate, r=GuillaumeGomez | Yuki Okushi | -10/+10 |
| 2020-10-26 | Add test for doc comments unindent fix | Guillaume Gomez | -32/+28 |
| 2020-10-26 | Fix unindent behavior between different doc comments | Guillaume Gomez | -56/+75 |