| Age | Commit message (Expand) | Author | Lines |
| 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-13 | Refactor test_lang_string_parse to make it clearer | Alexis Bourget | -74/+69 |
| 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 | -2/+2 |
| 2020-12-13 | Fixes submit event of the search input | Guillaume Gomez | -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 | -13/+30 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -15/+27 |
| 2020-12-12 | Pass Session into renderer | Joshua Nelson | -0/+5 |
| 2020-12-11 | use strip_prefix over slicing (clippy::manual_strip) | Matthias Krüger | -2/+2 |
| 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 | -4/+2 |
| 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 | 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-08 | use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some) | Matthias Krüger | -1/+1 |
| 2020-12-07 | Dogfood 'str_split_once() with librustdoc | Eric Arellano | -4/+2 |
| 2020-12-06 | Use `summary_opts()` in another spot | Camelid | -1/+1 |
| 2020-12-05 | Move tooltips messages to CSS instead of inside HTML | Guillaume Gomez | -65/+47 |
| 2020-12-03 | Make `length_limit` a `usize` | Camelid | -4/+2 |
| 2020-12-03 | Use `createElement` and `innerHTML` instead of `DOMParser` | Camelid | -5/+3 |
| 2020-12-03 | Render Markdown in search results | Camelid | -42/+155 |
| 2020-12-01 | Auto merge of #79596 - m-ou-se:rollup-hujx3c7, r=m-ou-se | bors | -17/+73 |
| 2020-12-01 | Auto merge of #78876 - GuillaumeGomez:better-setting-keyboard-ux, r=jyn514 | bors | -55/+62 |
| 2020-11-29 | Add support for stable-const-since in docs on items (standalone or assoc) | Rune Tynan | -17/+73 |
| 2020-11-29 | Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514 | Dylan DPC | -51/+70 |
| 2020-11-24 | Add `summary_opts()` for Markdown summary rendering options | Camelid | -6/+8 |
| 2020-11-24 | Clean up document_item_info calls | Guillaume Gomez | -7/+20 |
| 2020-11-24 | Rename "stability" CSS class to "item-info" | Guillaume Gomez | -46/+52 |
| 2020-11-24 | Show hidden elements by default when JS is disabled | Guillaume Gomez | -0/+10 |
| 2020-11-24 | Rollup merge of #79310 - jyn514:fold-item-cleanup, r=GuillaumeGomez | Jonas Schievink | -1/+1 |
| 2020-11-22 | Make `fold_item_recur` non-nullable | Joshua Nelson | -1/+1 |
| 2020-11-22 | Prevent feature information to be hidden if it's on the impl directly | Guillaume Gomez | -2/+8 |
| 2020-11-18 | add [src] links to methods on a trait's page | Nixon Enraght-Moony | -24/+17 |
| 2020-11-18 | Extract write_srclink to its own method | Nixon Enraght-Moony | -30/+24 |
| 2020-11-17 | Add `from_def_id_and_kind` reducing duplication in rustdoc | Joshua Nelson | -1/+0 |
| 2020-11-17 | Use DefPath for clean::Visibility, not clean::Path | Joshua Nelson | -5/+18 |
| 2020-11-17 | Rollup merge of #79126 - jyn514:auto, r=GuillaumeGomez | Mara Bos | -3/+3 |
| 2020-11-17 | Rollup merge of #79125 - jyn514:fewer-types, r=GuillaumeGomez | Mara Bos | -6/+9 |
| 2020-11-17 | Rollup merge of #79069 - jyn514:class-none, r=GuillaumeGomez | Mara Bos | -17/+16 |
| 2020-11-17 | Rollup merge of #74293 - GuillaumeGomez:rustdoc-test-compiler-output-color, r... | Mara Bos | -1/+2 |
| 2020-11-17 | Simplfy color availability check | Guillaume Gomez | -1/+2 |
| 2020-11-17 | Rollup merge of #77939 - GuillaumeGomez:fix-source-code-dos-backline, r=jyn514 | Mara Bos | -12/+27 |
| 2020-11-17 | Remove duplicate `Trait::auto` field | Joshua Nelson | -3/+3 |
| 2020-11-16 | Get rid of clean::Method | Joshua Nelson | -5/+9 |