| Age | Commit message (Expand) | Author | Lines |
| 2021-10-25 | Fix scrollbars appearing on information tooltip on mac when they shouldn't | Guillaume Gomez | -1/+1 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -119/+98 |
| 2021-10-24 | Rollup merge of #90155 - jsha:outdent-methods, r=GuillaumeGomez,camelid | Matthias Krüger | -18/+10 |
| 2021-10-23 | Outdent method headings so they stand out | Jacob Hoffman-Andrews | -18/+10 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -29/+685 |
| 2021-10-22 | Move def_id logic into render_call_locations | Will Crichton | -4/+3 |
| 2021-10-22 | Rename `Type::def_id_full()` to `Type::def_id()` | Noah Lev | -12/+9 |
| 2021-10-22 | Rename `Type::def_id()` to `Type::def_id_no_primitives()` | Noah Lev | -4/+9 |
| 2021-10-22 | Replace `GetDefId` with inherent methods | Noah Lev | -5/+3 |
| 2021-10-22 | Remove `GetDefId` impl for `FnRetTy` | Noah Lev | -1/+1 |
| 2021-10-22 | Revert def_id addition from clean::Function, add test for | Will Crichton | -4/+3 |
| 2021-10-19 | Small scrape-example fixes | Will Crichton | -1/+6 |
| 2021-10-20 | Rollup merge of #90036 - jsha:less-rule, r=GuillaumeGomez | Yuki Okushi | -5/+8 |
| 2021-10-20 | Rollup merge of #90018 - GuillaumeGomez:too-long-item-names, r=jsha | Yuki Okushi | -126/+161 |
| 2021-10-18 | Reduce margin on h5 and h6 | Jacob Hoffman-Andrews | -1/+8 |
| 2021-10-18 | Remove border-bottom from most docblocks. | Jacob Hoffman-Andrews | -4/+0 |
| 2021-10-18 | Prevent documentation page title to grow too big | Guillaume Gomez | -0/+1 |
| 2021-10-18 | * Remove left margin on items declaration at the top of their documentation page | Guillaume Gomez | -126/+160 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -1/+1 |
| 2021-10-14 | Auto merge of #89815 - GuillaumeGomez:associated-consts-sidebar, r=notriddle | bors | -16/+79 |
| 2021-10-13 | Improve code readability for sidebar links | Guillaume Gomez | -16/+48 |
| 2021-10-12 | List associated constants in the sidebar | Guillaume Gomez | -7/+38 |
| 2021-10-12 | rustdoc: update noto sans kr | Shinwoo Park | -13/+14 |
| 2021-10-11 | Cleanup .item-table CSS | Stefan Schindler | -1/+1 |
| 2021-10-11 | Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8 | Matthias Krüger | -2/+0 |
| 2021-10-11 | Rollup merge of #89632 - GuillaumeGomez:fix-docblock-code, r=jsha | Matthias Krüger | -0/+4 |
| 2021-10-10 | Remove unused CSS rule | Guillaume Gomez | -2/+0 |
| 2021-10-10 | Fix <code> blocks in doc blocks display on mobile | Guillaume Gomez | -0/+4 |
| 2021-10-10 | Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomez | bors | -55/+113 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -115/+96 |
| 2021-10-09 | Remove some stray whitespace. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-10-09 | Rollup merge of #89700 - GuillaumeGomez:fix-rustdoc-higher-bound-html-gen, r=... | Guillaume Gomez | -2/+6 |
| 2021-10-09 | Fix invalid HTML generation for higher bounds | Guillaume Gomez | -2/+6 |
| 2021-10-08 | Move template initialization into its own file. | Jacob Hoffman-Andrews | -15/+23 |
| 2021-10-08 | Add template for print_item | Jacob Hoffman-Andrews | -46/+96 |
| 2021-10-08 | Change handling of spans in scrape examples, add test for highlight decorations | Will Crichton | -1/+18 |
| 2021-10-08 | Rollup merge of #89538 - notriddle:notriddle/arrow-highlight, r=GuillaumeGomez | Guillaume Gomez | -6/+25 |
| 2021-10-08 | Move more scrape-examples logic from JS to rust | Will Crichton | -60/+60 |
| 2021-10-07 | Move some expansion logic into generation-time, fix section header links, rem... | Will Crichton | -40/+54 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-06 | Update to latest rustc and rustdoc styles | Will Crichton | -7/+8 |
| 2021-10-06 | Unversioned -> InvocationSpecific | Will Crichton | -1/+1 |
| 2021-10-06 | Fix lint error, change scrape-examples.js minify call | Will Crichton | -2/+9 |
| 2021-10-06 | Move JS into a standalone file | Will Crichton | -115/+124 |
| 2021-10-06 | Change serialized format to use DefPathHash instead of custom String | Will Crichton | -28/+21 |
| 2021-10-06 | Incorporate jyn's feedback | Will Crichton | -36/+81 |
| 2021-10-06 | Add styles for non-white themes | Will Crichton | -15/+61 |
| 2021-10-06 | Reduce blur size, fix example width bug, add better error handling for I/O is... | Will Crichton | -29/+68 |
| 2021-10-06 | Move highlighting logic from JS to Rust | Will Crichton | -159/+145 |
| 2021-10-06 | Sort examples by size | Will Crichton | -36/+126 |