| Age | Commit message (Expand) | Author | Lines |
| 2020-12-15 | Auto merge of #77700 - bugadani:rustdoc-link-cache, r=jyn514 | bors | -47/+120 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -45/+74 |
| 2020-12-14 | Get rid of `clean::Deprecation` | Joshua Nelson | -29/+20 |
| 2020-12-14 | Remove unnecessary unwrap_or | Joshua Nelson | -1/+0 |
| 2020-12-14 | Rollup merge of #80013 - poliorcetics:rustdoc-test-refactor, r=jyn514 | Guillaume Gomez | -74/+69 |
| 2020-12-14 | Rollup merge of #79936 - GuillaumeGomez:mobile-fix-item-name, r=Nemo157,jyn514 | Guillaume Gomez | -1/+5 |
| 2020-12-14 | Review suggestions | Dániel Buga | -79/+87 |
| 2020-12-14 | Cache link resolution results in current module | Dániel Buga | -14/+79 |
| 2020-12-13 | Use imports instead of rewriting the type signature of `stable` | Joshua Nelson | -14/+2 |
| 2020-12-13 | Refactor test_lang_string_parse to make it clearer | Alexis Bourget | -74/+69 |
| 2020-12-13 | stabilize `peekable_next_if` | Justus K | -1/+0 |
| 2020-12-13 | Rollup merge of #79985 - GuillaumeGomez:fix-submit-event, r=jyn514 | Yuki Okushi | -1/+1 |
| 2020-12-13 | Rollup merge of #79973 - camelid:rustdoc-search-tab-color, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2020-12-13 | Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC | Yuki Okushi | -4/+3 |
| 2020-12-13 | Fixes submit event of the search input | Guillaume Gomez | -1/+1 |
| 2020-12-12 | Auto merge of #79976 - jyn514:assertion-failure, r=jyn514 | bors | -1/+1 |
| 2020-12-12 | Remove incorrect assert | Joshua Nelson | -1/+1 |
| 2020-12-12 | rustdoc light theme: Fix CSS for selected buttons | Camelid | -1/+1 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -95/+116 |
| 2020-12-12 | Small cleanups | Joshua Nelson | -16/+18 |
| 2020-12-12 | Fix the JSON backend | Joshua Nelson | -23/+25 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -69/+69 |
| 2020-12-12 | Pass Session into renderer | Joshua Nelson | -4/+21 |
| 2020-12-11 | don't convert types into identical types with .into() (clippy::useless_conver... | Matthias Krüger | -2/+1 |
| 2020-12-11 | use strip_prefix over slicing (clippy::manual_strip) | Matthias Krüger | -2/+2 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -6/+32 |
| 2020-12-11 | Fix main section position so that the search input remains clickable | Guillaume Gomez | -0/+4 |
| 2020-12-11 | Fix item name display on mobile | Guillaume Gomez | -1/+1 |
| 2020-12-10 | Rollup merge of #79896 - GuillaumeGomez:more-elements-focus, r=Manishearth | Tyler Mandry | -20/+23 |
| 2020-12-10 | Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad | Tyler Mandry | -16/+12 |
| 2020-12-10 | Make search results tab and help button focusable with keyboard | Guillaume Gomez | -20/+23 |
| 2020-12-09 | Rollup merge of #79862 - GuillaumeGomez:tab-lock, r=Manishearth | Tyler Mandry | -16/+17 |
| 2020-12-09 | Rollup merge of #79732 - matthiaskrgr:cl12ppy, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2020-12-09 | Remove tab-lock and replace it with ctrl+up/down arrows to switch between sea... | Guillaume Gomez | -16/+17 |
| 2020-12-09 | Hide associated constants too when collapsing implementation | Guillaume Gomez | -3/+6 |
| 2020-12-09 | Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrum | bors | -3/+1 |
| 2020-12-08 | use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some) | Matthias Krüger | -1/+1 |
| 2020-12-07 | Review feedback for collect_intra_doc_links.rs | Eric Arellano | -2/+3 |
| 2020-12-08 | Auto merge of #79780 - camelid:use-summary_opts, r=GuillaumeGomez | bors | -1/+1 |
| 2020-12-07 | Dogfood 'str_split_once() with librustdoc | Eric Arellano | -17/+12 |
| 2020-12-06 | Use `summary_opts()` in another spot | Camelid | -1/+1 |
| 2020-12-05 | Use true ID for def_id. | Nixon Enraght-Moony | -41/+46 |
| 2020-12-05 | Move tooltips messages to CSS instead of inside HTML | Guillaume Gomez | -65/+47 |
| 2020-12-04 | Rollup merge of #79646 - petrochenkov:inclean, r=davidtwco | Dylan DPC | -1/+0 |
| 2020-12-04 | Rollup merge of #79638 - jyn514:intra-link-self-raw, r=Manishearth | Dylan DPC | -4/+9 |
| 2020-12-04 | Rollup merge of #79623 - jyn514:ident, r=GuillaumeGomez | Dylan DPC | -22/+19 |
| 2020-12-04 | Rollup merge of #77686 - camelid:rustdoc-render-search-results, r=GuillaumeGomez | Dylan DPC | -46/+158 |
| 2020-12-03 | Add missing feature flag | Camelid | -0/+1 |
| 2020-12-03 | Make `length_limit` a `usize` | Camelid | -4/+2 |
| 2020-12-03 | Use `createElement` and `innerHTML` instead of `DOMParser` | Camelid | -5/+3 |