| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-07-08 | Rollup merge of #86903 - GuillaumeGomez:small-header-display, r=Nemo157 | Guillaume Gomez | -6/+1 |
| 2021-07-08 | Fix display of small-section-header elements | Guillaume Gomez | -6/+1 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -3/+3 |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -41/+42 |
| 2021-07-07 | Fix inconsistency on visibility display for typedefs | Guillaume Gomez | -2/+11 |
| 2021-07-07 | Rollup merge of #86819 - GuillaumeGomez:cleanup-rustdoc-ids, r=jyn514 | Yuki Okushi | -4/+11 |
| 2021-07-06 | only remove link for TyMethod | François Mockers | -4/+4 |
| 2021-07-06 | review - better error names/doc | François Mockers | -8/+9 |
| 2021-07-06 | fix dead link for method in trait of blanket impl from third party crate | François Mockers | -30/+46 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -33/+24 |
| 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 |