| Age | Commit message (Expand) | Author | Lines |
| 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-11 | Fix border radius for doc code blocks in rustdoc | Guillaume Gomez | -2/+2 |
| 2021-05-10 | Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jsha | Guillaume Gomez | -19/+27 |
| 2021-05-10 | Use an SVG image for clipboard instead of unicode character | Guillaume Gomez | -11/+49 |
| 2021-05-10 | Fix line number not being clickable on source pages | Guillaume Gomez | -19/+27 |
| 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 | -217/+68 |
| 2021-05-10 | End toggle migration | Guillaume Gomez | -217/+68 |
| 2021-05-07 | Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov | Dylan DPC | -2/+2 |
| 2021-05-05 | Update highlight tests | Guillaume Gomez | -11/+16 |
| 2021-05-05 | Remove unneeded call to with_default_session_globals in rustdoc highlight | Guillaume Gomez | -20/+17 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -14/+11 |
| 2021-05-05 | Make local_path in RealFileName::Remapped Option to be removed in exported me... | Andy Wang | -6/+19 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -38/+49 |
| 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 | -4/+4 |
| 2021-05-02 | Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jsha | bors | -198/+144 |
| 2021-05-02 | Improve code readability | Guillaume Gomez | -18/+18 |
| 2021-05-02 | Add missing CSS rules for associated types | Guillaume Gomez | -8/+11 |
| 2021-05-02 | Migrate trait and impl blocks' toggles into | Guillaume Gomez | -181/+124 |
| 2021-05-01 | Rollup merge of #84740 - r00ster91:patch-6, r=GuillaumeGomez | Yuki Okushi | -20/+35 |
| 2021-05-01 | Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, ... | Yuki Okushi | -59/+22 |
| 2021-04-30 | Remove unnecessary `provided_trait_methods` field from Impl | Joshua Nelson | -6/+7 |
| 2021-04-30 | `copy_path` -> `window.copy_path` + add semicolon | r00ster | -2/+2 |
| 2021-04-30 | Apply suggestions | r00ster | -29/+34 |
| 2021-04-30 | Reset the docs' copy path button after 1 second | r00ster | -0/+10 |
| 2021-04-29 | Rollup merge of #84690 - GuillaumeGomez:unneeded-bottom-margin-search-results... | Jack Huey | -1/+0 |
| 2021-04-29 | Rollup merge of #84688 - GuillaumeGomez:remove-unnecessary-css-for-search-res... | Jack Huey | -7/+0 |
| 2021-04-29 | Rollup merge of #84451 - torhovland:flex, r=jsha | Jack Huey | -14/+8 |
| 2021-04-29 | only store locations in extern_locations | Timothée Delabrouille | -14/+20 |
| 2021-04-29 | Remove unneeded bottom margin on search results | Guillaume Gomez | -1/+0 |
| 2021-04-29 | Remove unnecessary CSS rules for search results | Guillaume Gomez | -7/+0 |
| 2021-04-28 | rustdoc: change aliases attribute to data-aliases | Michael Howell | -2/+2 |
| 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/+112 |
| 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/+112 |
| 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-27 | Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha | bors | -4/+6 |
| 2021-04-26 | Add open attribute on details which are supposed to be open by default instea... | Guillaume Gomez | -4/+2 |
| 2021-04-25 | Auto merge of #84325 - jsha:ephemeral-collapse, r=GuillaumeGomez | bors | -28/+18 |
| 2021-04-25 | Fix expansion for item pointed to by the URL hash | Guillaume Gomez | -0/+2 |
| 2021-04-25 | Open all impl blocks by default | Guillaume Gomez | -2/+4 |