| Age | Commit message (Expand) | Author | Lines |
| 2021-06-28 | Auto merge of #85876 - jeanlucthumm:master, r=GuillaumeGomez | bors | -4/+4 |
| 2021-06-27 | Auto merge of #86589 - JohnTitor:add-triangle-to-summary, r=jsha | bors | -4/+6 |
| 2021-06-27 | Auto merge of #85359 - lrh2000:reserved-prefixes, r=nikomatsakis | bors | -1/+1 |
| 2021-06-27 | Add go_to_first boolean query param to immeidately jump to the first search r... | Jean-Luc Thumm | -4/+4 |
| 2021-06-27 | Use rustdoc.css for error index | Deadbeef | -3/+2 |
| 2021-06-27 | Add FIXME comment | Yuki Okushi | -0/+1 |
| 2021-06-26 | Fix font weight on types, methods and associated types/consts | Guillaume Gomez | -3/+9 |
| 2021-06-26 | Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeG... | bors | -3/+18 |
| 2021-06-26 | Rename 'bad prefix' to 'unknown prefix'. | Mara Bos | -1/+1 |
| 2021-06-26 | Reserve prefixed identifiers and string literals (RFC 3101) | lrh2000 | -1/+1 |
| 2021-06-26 | Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez | bors | -106/+172 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -1/+1 |
| 2021-06-26 | Rollup merge of #86608 - notriddle:notriddle/cleanup-rustdoc, r=jyn514 | Yuki Okushi | -52/+7 |
| 2021-06-26 | Rollup merge of #86513 - fee1-dead:cross-crate-doc-hidden, r=danielhenrymantilla | Yuki Okushi | -1/+18 |
| 2021-06-25 | Show triangle on the "Details" disclosure element in all cases | Yuki Okushi | -4/+5 |
| 2021-06-24 | chore(rustdoc): remove unused members of RenderType | Michael Howell | -52/+7 |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -21/+26 |
| 2021-06-24 | Hide Crate Version on narrow Screens | Stefan Schindler | -5/+21 |
| 2021-06-24 | Implement Desktop and Mobile version with gridlayout | Stefan Schindler | -16/+46 |
| 2021-06-24 | Rollup merge of #86561 - notriddle:notriddle/cleanup-rustdoc, r=jyn514 | Yuki Okushi | -22/+0 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-23 | Auto merge of #86548 - GuillaumeGomez:fix-crate-filter-search-reset, r=jsha | bors | -0/+4 |
| 2021-06-23 | Fix search filter update | Guillaume Gomez | -0/+4 |
| 2021-06-23 | Auto merge of #86564 - jsha:revert-83826, r=jyn514 | bors | -8/+8 |
| 2021-06-22 | Revert "List trait impls before methods from deref in the sidebar of Rustdoc'... | Jacob Hoffman-Andrews | -8/+8 |
| 2021-06-22 | chore(rustdoc): Remove unused impl block | Michael Howell | -22/+0 |
| 2021-06-23 | Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514 | Dylan DPC | -27/+12 |
| 2021-06-22 | Rollup merge of #86501 - jyn514:doctest-cleanup, r=CraftSpider | Yuki Okushi | -21/+22 |
| 2021-06-22 | Rollup merge of #86451 - notriddle:notriddle/rustdoc-intra-doc-link-summary, ... | Yuki Okushi | -12/+64 |
| 2021-06-22 | Rollup merge of #86402 - tspiteri:source-woff2, r=jsha | Yuki Okushi | -11/+54 |
| 2021-06-22 | Accept `!{}` and `![]` as macro disambiguators | LeSeulArtichaut | -3/+5 |
| 2021-06-22 | Account for more cases | Deadbeef | -4/+4 |
| 2021-06-21 | Don't reallocate the crate name when running doctests | Joshua Nelson | -5/+7 |
| 2021-06-21 | Rename cratename -> crate_name | Joshua Nelson | -17/+17 |
| 2021-06-21 | Remove unnecessary call to queries.crate_name() | Joshua Nelson | -3/+2 |
| 2021-06-22 | Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=jyn514 | Yuki Okushi | -5/+46 |
| 2021-06-22 | Do not list impl when trait has doc(hidden) | Deadbeef | -1/+18 |
| 2021-06-21 | Fix handling of disambiguator suffixes for intra-doc links | LeSeulArtichaut | -27/+10 |
| 2021-06-22 | Rollup merge of #86473 - fee1-dead:rustdoc-const-unstable, r=jyn514 | Yuki Okushi | -47/+90 |
| 2021-06-22 | Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3 | Yuki Okushi | -2/+2 |
| 2021-06-21 | Update comment regarding staged_api | Deadbeef | -1/+1 |
| 2021-06-21 | Removed/Updated some cases and simplified `match` | Deadbeef | -1/+1 |
| 2021-06-21 | Check for const_unstable before printing `const` | Deadbeef | -40/+61 |
| 2021-06-21 | Auto merge of #86157 - jsha:tera, r=jyn514,GuillaumeGomez | bors | -176/+225 |
| 2021-06-21 | Resolve type aliases to the type they point to in intra-doc links | LeSeulArtichaut | -5/+46 |
| 2021-06-21 | Delete spaces | Alexander Melentyev | -2/+2 |
| 2021-06-20 | Use Tera templates for rustdoc. | Jacob Hoffman-Andrews | -176/+225 |
| 2021-06-20 | "(const: unstable)" for stable-but-const-unstable | Deadbeef | -9/+31 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -116/+109 |
| 2021-06-19 | Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-versions-layout... | Yuki Okushi | -2/+9 |