| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-25 | Auto merge of #80339 - jyn514:no-span, r=GuillaumeGomez | bors | -10/+10 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -10/+10 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -9/+9 |
| 2021-04-24 | Auto merge of #84511 - davidhewitt:revert-84445, r=GuillaumeGomez | bors | -13/+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 |
| 2021-04-25 | Rollup merge of #84460 - jyn514:doctree-is-crate, r=camelid | Yuki Okushi | -2/+2 |
| 2021-04-24 | Clean up DOM strings | Guillaume Gomez | -4/+9 |
| 2021-04-24 | Revert "rustdoc: Hide `#text` in doc-tests" | David Hewitt | -13/+6 |
| 2021-04-24 | Rollup merge of #84458 - jyn514:cleanup-after-krate, r=GuillaumeGomez | Yuki Okushi | -21/+20 |
| 2021-04-24 | Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui... | Yuki Okushi | -24/+26 |
| 2021-04-23 | Use ItemType in cache | Joshua Nelson | -10/+10 |