| Age | Commit message (Expand) | Author | Lines |
| 2021-07-21 | Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakis | Eric Huss | -2/+2 |
| 2021-07-21 | Rollup merge of #87024 - weihanglo:issue-85494, r=Manishearth | Eric Huss | -12/+34 |
| 2021-07-21 | Rollup merge of #87230 - GuillaumeGomez:docblock-table-overflow, r=notriddle | Guillaume Gomez | -4/+5 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -2/+2 |
| 2021-07-19 | Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwco | bors | -1/+1 |
| 2021-07-19 | Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle | Guillaume Gomez | -0/+3 |
| 2021-07-19 | Rollup merge of #87210 - notriddle:notriddle/rustdoc-sidebar-headers, r=Guill... | Guillaume Gomez | -29/+33 |
| 2021-07-19 | Rollup merge of #86230 - GuillaumeGomez:nocapture, r=camelid | Guillaume Gomez | -1/+25 |
| 2021-07-18 | Fix item info display | Guillaume Gomez | -0/+3 |
| 2021-07-18 | Don't capture child process output at all when --no-capture is used | Guillaume Gomez | -4/+10 |
| 2021-07-18 | Add --nocapture option to rustdoc | Guillaume Gomez | -0/+18 |
| 2021-07-17 | Make `--force-warns` a normal lint level option | inquisitivecrystal | -1/+1 |
| 2021-07-18 | Rollup merge of #86889 - jyn514:crate-cleanup, r=camelid | Yuki Okushi | -21/+14 |
| 2021-07-18 | Fix <table> overflow in doc blocks | Guillaume Gomez | -4/+5 |
| 2021-07-17 | Remove redundant CSS | Michael Howell | -1/+0 |
| 2021-07-17 | Rustdoc accessibility: make the sidebar headers actual headers | Michael Howell | -29/+34 |
| 2021-07-16 | Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=Guill... | Guillaume Gomez | -1/+2 |
| 2021-07-16 | feat(rustdoc): open sidebar menu when links inside it are focused | Michael Howell | -1/+2 |
| 2021-07-16 | Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk | bors | -11/+6 |
| 2021-07-16 | Auto merge of #87182 - GuillaumeGomez:rollup-whwohua, r=GuillaumeGomez | bors | -4/+9 |
| 2021-07-16 | Rollup merge of #87167 - GuillaumeGomez:sidebar-display-mobile, r=notriddle | Guillaume Gomez | -4/+6 |
| 2021-07-16 | Rollup merge of #87162 - GuillaumeGomez:type-decl-overflow, r=notriddle | Guillaume Gomez | -0/+3 |
| 2021-07-16 | Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514 | bors | -31/+49 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -11/+6 |
| 2021-07-15 | Do not hide the sidebar on mobile, move it outside of the viewport instead | Guillaume Gomez | -4/+6 |
| 2021-07-15 | Fix layout overflow in type declaration | Guillaume Gomez | -0/+3 |
| 2021-07-15 | Fix misuse of rev attribute on <a> tag | Guillaume Gomez | -2/+1 |
| 2021-07-14 | Rollup merge of #87125 - GuillaumeGomez:ayu-code-color, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-07-14 | Rollup merge of #87120 - jyn514:rustdoc-cleanup, r=CraftSpider | Guillaume Gomez | -16/+12 |
| 2021-07-14 | Rollup merge of #87056 - GuillaumeGomez:fix-codeblocks-overflow, r=notriddle | Guillaume Gomez | -19/+34 |
| 2021-07-14 | Fix color for <code> which are not in doc blocks | Guillaume Gomez | -1/+1 |
| 2021-07-14 | Fix display for non-rust code blocks | Guillaume Gomez | -19/+34 |
| 2021-07-13 | Remove useless alias from `rustc_span` to itself | Joshua Nelson | -1/+1 |
| 2021-07-13 | Remove renaming of `test` crate | Joshua Nelson | -15/+11 |
| 2021-07-13 | Remove trival `impl Clean for CrateNum` | Joshua Nelson | -10/+4 |
| 2021-07-13 | Remove unnecessary CrateNum from Cache.externs | Joshua Nelson | -13/+12 |
| 2021-07-13 | Fix color for keyword/primitive search result | Guillaume Gomez | -3/+3 |
| 2021-07-13 | Fix search result description text color for ayu theme | Guillaume Gomez | -1/+1 |
| 2021-07-13 | Rollup merge of #87078 - fee1-dead:rustdoc, r=jyn514 | Yuki Okushi | -0/+6 |
| 2021-07-13 | Rollup merge of #87035 - GuillaumeGomez:fix-implementors-display, r=notriddle | Yuki Okushi | -4/+14 |
| 2021-07-13 | Rollup merge of #86887 - jyn514:cleanup-clean, r=CraftSpider | Yuki Okushi | -46/+1 |
| 2021-07-12 | Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremee | bors | -56/+90 |
| 2021-07-12 | suggest removing disambiguator if linking to field | Deadbeef | -0/+6 |
| 2021-07-12 | Rollup merge of #87037 - notriddle:notriddle/search-cleanup-getobjectnamefrom... | Yuki Okushi | -15/+8 |
| 2021-07-11 | rustdoc: show count of item contents when hidden | Weihang Lo | -12/+34 |
| 2021-07-11 | comment about link without a href | François Mockers | -0/+1 |
| 2021-07-10 | Change all instance of optflag added since the original change to optflagmulti. | Zach Lute | -4/+6 |
| 2021-07-10 | Change all 'optflag' arguments to 'optflagmulti' | Zach Lute | -15/+15 |
| 2021-07-10 | cleanup(rustdoc): remove unused function getObjectNameById | Michael Howell | -15/+8 |
| 2021-07-10 | Fix display for external trait implementors | Guillaume Gomez | -4/+14 |