| Age | Commit message (Expand) | Author | Lines |
| 2020-11-17 | Add check to get windows console type to decide to use colors or not | Guillaume Gomez | -2/+30 |
| 2020-11-17 | Update error code detection in compile_fail doctests | Guillaume Gomez | -1/+1 |
| 2020-11-17 | Add color in rustdoc --test output | Guillaume Gomez | -2/+15 |
| 2020-11-16 | Rollup merge of #79061 - jyn514:no-pub, r=GuillaumeGomez | Mara Bos | -909/+908 |
| 2020-11-16 | Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomez | Mara Bos | -32/+50 |
| 2020-11-15 | Make `Playground` public for error index generator | Joshua Nelson | -2/+2 |
| 2020-11-15 | Make `markdown` module public for doc-tests | Joshua Nelson | -15/+15 |
| 2020-11-15 | Fix warnings | Joshua Nelson | -3/+2 |
| 2020-11-15 | Make all rustdoc functions and structs crate-private | Joshua Nelson | -927/+927 |
| 2020-11-15 | Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkov | Jonas Schievink | -131/+129 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -22/+26 |
| 2020-11-14 | Add tests and improve rendering of features on traits | Wim Looman | -32/+50 |
| 2020-11-14 | Rename ItemEnum -> ItemKind, inner -> kind | Joshua Nelson | -131/+129 |
| 2020-11-13 | Auto merge of #78683 - Nemo157:issue-78673, r=lcnr | bors | -7/+23 |
| 2020-11-13 | Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514 | Guillaume Gomez | -0/+11 |
| 2020-11-13 | Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb | bors | -1/+1 |
| 2020-11-12 | Add --check option to rustdoc | Guillaume Gomez | -0/+11 |
| 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 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -22/+26 |
| 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-02 | Check predicates from blanket trait impls while testing if they apply | Wim Looman | -7/+23 |
| 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 |