| Age | Commit message (Expand) | Author | Lines |
| 2021-05-18 | Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomez | Guillaume Gomez | -2/+7 |
| 2021-05-16 | Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157 | bors | -3/+10 |
| 2021-05-15 | Call `initSidebarItems` in root module of crate | Justus K | -3/+10 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -11/+9 |
| 2021-05-15 | rustdoc: update static files | Shinwoo Park | -0/+2 |
| 2021-05-13 | Toggle-wrap items differently than top-doc. | Jacob Hoffman-Andrews | -2/+7 |
| 2021-05-13 | Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jsha | Guillaume Gomez | -15/+8 |
| 2021-05-12 | Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jsha | Guillaume Gomez | -2/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -2/+2 |
| 2021-05-12 | Remove "loading content" which is now unnecessary | Guillaume Gomez | -15/+8 |
| 2021-05-11 | Disable layout docs for type aliases for now | Camelid | -2/+0 |
| 2021-05-11 | Add note to docs when layout cannot be computed | Camelid | -7/+26 |
| 2021-05-11 | Apply suggestions from code review | Camelid | -3/+4 |
| 2021-05-11 | Add `tcx` local variable | Camelid | -3/+4 |
| 2021-05-11 | Fix a few small things | Camelid | -6/+6 |
| 2021-05-11 | Only show type layout info if `--show-type-layout` is passed | Camelid | -0/+8 |
| 2021-05-11 | Show memory layout for type aliases | Camelid | -1/+4 |
| 2021-05-11 | Include a warning in the layout docs that layout is unstable | Camelid | -3/+12 |
| 2021-05-11 | Remove FIXME | Camelid | -2/+4 |
| 2021-05-11 | rustdoc: Show basic type layout information | Camelid | -3/+36 |
| 2021-05-10 | Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jsha | Guillaume Gomez | -0/+1 |
| 2021-05-10 | Use an SVG image for clipboard instead of unicode character | Guillaume Gomez | -3/+14 |
| 2021-05-10 | Fix line number not being clickable on source pages | Guillaume Gomez | -0/+1 |
| 2021-05-10 | Update documentation for SharedContext::maybe_collapsed_doc_value | Guillaume Gomez | -2/+2 |
| 2021-05-10 | Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jsha | bors | -13/+38 |
| 2021-05-10 | End toggle migration | Guillaume Gomez | -13/+38 |
| 2021-05-07 | Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov | Dylan DPC | -2/+2 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -11/+4 |
| 2021-05-05 | Make local_path in RealFileName::Remapped Option to be removed in exported me... | Andy Wang | -5/+12 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -32/+40 |
| 2021-05-03 | Unify rustc and rustdoc parsing of `cfg()` | Joshua Nelson | -2/+2 |
| 2021-05-03 | Change librustdoc write(.. \n) to writeln(..); fix comment in grammar | mautamu | -1/+1 |
| 2021-05-02 | Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jsha | bors | -98/+89 |
| 2021-05-02 | Improve code readability | Guillaume Gomez | -18/+18 |
| 2021-05-02 | Migrate trait and impl blocks' toggles into | Guillaume Gomez | -87/+78 |
| 2021-05-01 | Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, ... | Yuki Okushi | -50/+11 |
| 2021-04-30 | Remove unnecessary `provided_trait_methods` field from Impl | Joshua Nelson | -6/+7 |
| 2021-04-29 | only store locations in extern_locations | Timothée Delabrouille | -5/+9 |
| 2021-04-28 | rustdoc: change aliases attribute to data-aliases | Michael Howell | -1/+1 |
| 2021-04-28 | added methods src_root and location to External crate, remove extern_location... | Timothée Delabrouille | -45/+2 |
| 2021-04-28 | Rollup merge of #84616 - GuillaumeGomez:fix-empty-dom-toggle, r=jsha | Yuki Okushi | -97/+108 |
| 2021-04-27 | Auto merge of #84494 - tdelabro:84304-bis, r=jyn514 | bors | -19/+15 |
| 2021-04-27 | Don't put empty implementations into details/summary blocks | Guillaume Gomez | -97/+108 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -17/+10 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -4/+7 |
| 2021-04-26 | Add open attribute on details which are supposed to be open by default instea... | Guillaume Gomez | -2/+2 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -6/+6 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -6/+6 |
| 2021-04-25 | Rollup merge of #84518 - GuillaumeGomez:cleanup-up-dom-string, r=jsha | Yuki Okushi | -4/+9 |
| 2021-04-25 | Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider | Yuki Okushi | -10/+10 |