| Age | Commit message (Expand) | Author | Lines |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -24/+33 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -19/+19 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -4/+4 |
| 2021-07-05 | Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomez | bors | -3/+2 |
| 2021-07-04 | Clean up rustdoc IDs | Guillaume Gomez | -4/+11 |
| 2021-07-01 | fix(rustdoc): generics search | Michael Howell | -19/+88 |
| 2021-07-01 | Rollup merge of #86746 - GuillaumeGomez:query-type-filter, r=notriddle | Yuki Okushi | -1/+2 |
| 2021-06-30 | Enforce search typed queries | Guillaume Gomez | -1/+2 |
| 2021-06-30 | Auto merge of #86650 - GuillaumeGomez:fix-boldness, r=Nemo157 | bors | -3/+9 |
| 2021-06-30 | Fix some style regressions due to normalize.css 8 | Yuki Okushi | -2/+23 |
| 2021-06-30 | Upgrade normalize.css to v8.0.1 | Yuki Okushi | -1/+1 |
| 2021-06-28 | Move stab_tags to symbol in tables | Stefan Schindler | -4/+5 |
| 2021-06-28 | Auto merge of #85876 - jeanlucthumm:master, r=GuillaumeGomez | bors | -4/+4 |
| 2021-06-27 | Auto merge of #86589 - JohnTitor:add-triangle-to-summary, r=jsha | bors | -4/+6 |
| 2021-06-27 | Add go_to_first boolean query param to immeidately jump to the first search r... | Jean-Luc Thumm | -4/+4 |
| 2021-06-27 | Use rustdoc.css for error index | Deadbeef | -3/+2 |
| 2021-06-27 | Add FIXME comment | Yuki Okushi | -0/+1 |
| 2021-06-26 | Fix font weight on types, methods and associated types/consts | Guillaume Gomez | -3/+9 |
| 2021-06-26 | Rename 'bad prefix' to 'unknown prefix'. | Mara Bos | -1/+1 |
| 2021-06-26 | Reserve prefixed identifiers and string literals (RFC 3101) | lrh2000 | -1/+1 |
| 2021-06-26 | Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez | bors | -21/+43 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -1/+1 |
| 2021-06-26 | Rollup merge of #86608 - notriddle:notriddle/cleanup-rustdoc, r=jyn514 | Yuki Okushi | -49/+5 |
| 2021-06-25 | Show triangle on the "Details" disclosure element in all cases | Yuki Okushi | -4/+5 |
| 2021-06-24 | chore(rustdoc): remove unused members of RenderType | Michael Howell | -49/+5 |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -21/+26 |
| 2021-06-24 | Hide Crate Version on narrow Screens | Stefan Schindler | -5/+21 |
| 2021-06-24 | Implement Desktop and Mobile version with gridlayout | Stefan Schindler | -16/+46 |
| 2021-06-24 | Rollup merge of #86561 - notriddle:notriddle/cleanup-rustdoc, r=jyn514 | Yuki Okushi | -22/+0 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-23 | Auto merge of #86548 - GuillaumeGomez:fix-crate-filter-search-reset, r=jsha | bors | -0/+4 |
| 2021-06-23 | Fix search filter update | Guillaume Gomez | -0/+4 |
| 2021-06-22 | Revert "List trait impls before methods from deref in the sidebar of Rustdoc'... | Jacob Hoffman-Andrews | -8/+8 |
| 2021-06-22 | chore(rustdoc): Remove unused impl block | Michael Howell | -22/+0 |
| 2021-06-22 | Rollup merge of #86451 - notriddle:notriddle/rustdoc-intra-doc-link-summary, ... | Yuki Okushi | -9/+33 |
| 2021-06-22 | Rollup merge of #86402 - tspiteri:source-woff2, r=jsha | Yuki Okushi | -11/+54 |
| 2021-06-22 | Rollup merge of #86473 - fee1-dead:rustdoc-const-unstable, r=jyn514 | Yuki Okushi | -47/+90 |
| 2021-06-22 | Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3 | Yuki Okushi | -2/+2 |
| 2021-06-21 | Update comment regarding staged_api | Deadbeef | -1/+1 |
| 2021-06-21 | Removed/Updated some cases and simplified `match` | Deadbeef | -1/+1 |
| 2021-06-21 | Check for const_unstable before printing `const` | Deadbeef | -40/+61 |
| 2021-06-21 | Auto merge of #86157 - jsha:tera, r=jyn514,GuillaumeGomez | bors | -175/+221 |
| 2021-06-21 | Delete spaces | Alexander Melentyev | -2/+2 |
| 2021-06-20 | Use Tera templates for rustdoc. | Jacob Hoffman-Andrews | -175/+221 |
| 2021-06-20 | "(const: unstable)" for stable-but-const-unstable | Deadbeef | -9/+31 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -37/+24 |
| 2021-06-19 | Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-versions-layout... | Yuki Okushi | -2/+9 |
| 2021-06-18 | Update test cases for intra-doc links in summaries | Michael Howell | -1/+3 |
| 2021-06-18 | Resolve intra-doc links in summary desc | Michael Howell | -8/+30 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in trait objects | Justus K | -5/+24 |